-
Notifications
You must be signed in to change notification settings - Fork 20
Odroid N2 and feeding
wiedehopf edited this page Oct 31, 2019
·
5 revisions
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!
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
(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
To install airspy_adsb, use my script: https://github.com/wiedehopf/airspy-conf#airspy-conf (requires dump1090-fa to be already installed)
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.