MangoPi (armbian, riscv64 architecture)

Hi all,

just wonder whether someone managed to install remote.it on MangoPi (armbian, riscv64 architecture). The APT refuses all packages I’ve thrown at it claiming the file “unsupported”. I may try using “vanilla” Armbian?

This may help:

pi@nezha:~$ cat /proc/cpuinfo 
processor	: 0
hart		: 0
isa		: rv64imafdc
mmu		: sv39
uarch		: thead,c906
pi@nezha:~$ sudo dpkg --print-architecture
riscv64

Thanks, Jaroslav

Have you tried the one-line install? You can follow the instructions here: Raspberry Pi Installation Instructions
If this doesn’t work, then you can run the following to test the architecture and distribution:

curl -s https://downloads.remote.it/openwrt/test-arch.sh | sh

sh -c "$(curl -sL https://downloads.remote.it/remoteit/distributiontest.sh)"

Put the outputs in the thread. This will help determine if there is a package for your architecture and OS.