Odroid N2 and feeding - wiedehopf/adsb-wiki GitHub Wiki
Condensed information mainly from: https://discussions.flightaware.com/t/odroid-n2-airspy-now-running/48505
Using an Armbian image instead of an Ubuntu image is highly recommended!
Adding the ability to run 32 bit programs (required)
Required for airspy_adsb and 32 bit only feed clients like planefinder or fr24feed
sudo dpkg --add-architecture armhf
sudo apt update
sudo apt dist-upgrade
sudo apt install libc6:armhf libstdc++6:armhf libusb-1.0-0:armhf
sudo ldconfig
Installing dump1090-fa (required)
(this might not work)
cd /tmp
wget -q -O /tmp/repository.deb http://flightaware.com/adsb/piaware/files/packages/pool/piaware/p/piaware-support/piaware-repository_3.7.1_all.deb
sudo dpkg -i /tmp/repository.deb
sudo apt update
sudo apt install dump1090-fa
If it doesn't work, do this: Building dump1090-fa from source
Installing airspy_adsb
To install airspy_adsb, use my script: https://github.com/wiedehopf/airspy-conf#airspy-conf (requires dump1090-fa to be already installed)
Installing piaware (optional):
Other feeders
Other feeders should work now out of the box, if they don't work and don't offer an arm64 version you are out of luck. But they should hopefully work.