Closed s-nt-s closed 1 year ago
I'm not sure which CPU architecture the Raspberry Pi 3 Model B has, but from having a quick look it seems it has ARMv8 not ARMv7. Can you try the arm-unknown-linux-gnueabihf
variant instead? (Or if that doesn't work, maybe try aarch64-unknown-linux-gnu
too.)
$ wget -q -O - $(curl -s https://api.github.com/repos/mbrubeck/agate/releases/latest | grep "browser_download_url.*aarch64-unknown-linux-gnu.*.gz" | cut -d'"' -f4) | gunzip > agate-server.bin
chmod +x agate-server.bin
$ ./agate-server.bin --version
agate 3.3.1
works, thanks. But I was completely sure that I have used agate.armv7-unknown-linux
in RPi3 some time ago without problem @_@
When run agate-server in RPi 3B fails with this message:
-bash: ./agate-server.bin: No such file or directory
My environment info: