I’m trying to install the development tools in a Raspberry Pi 4 with Raspbian (64 bits) according the instructions, however the Debian repositories don’t have the aarch64
architecture. Also looked at the releases page and they have only RPM aarch64
packages.
Welcome to Algorand!
aarch64 RPM corresponds to arm64 Debian packages.
You should be able to use arm64 packages for Raspberry Pi.
Let us know if this does not work.
An alternative solution is to use the updater script:
That worked. Thanks! However, I would like to report that adding the algorand
repositories following these instructions, and later running apt update
produces an output that ends with:
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'https://releases.algorand.com/deb stable InRelease' doesn't support architecture 'armhf'
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://releases.algorand.com/deb stable InRelease' doesn't support architecture 'arm64'
Which suggests me that something is not working for Raspberry Pi OS Lite 64 bits (Debian 11, Bullseye), which is the one I’m using. Thanks again!