Superb quality for early access. Decent depth, fun to play!
Superb quality for early access. Decent depth, fun to play!
I used the flightaware image for this swap to mutability. First thing you need to do is enable SSH on the device. Stop and remove dump1090-fa.
sudo service dump1090-fa stop
sudo apt-get remove dump1090-fa
Check the releases page on the dump1090 mutability git. Choose your version and copy the URL to the .deb file which is usually listed at the bottom if you click on a specific release.
sudo wget https://github.com/mutability/dump1090/releases/download/v1.14/dump1090-mutability_1.14_armhf.deb
sudo dpkg -i dump1090-mutability_1.14_armhf.deb
sudo apt-get update && sudo apt-get install dump1090-mutability
sudo dpkg-reconfigure dump1090-mutability (Make sure to choos port 30104 instead of 30004 when prompted)
Start
sudo service dump1090-mutability start
The only issue I’m currently having with this is the MLAT timestamp error. Btw. the URL to the radar map changed and is now accessible via serveradress/dump1090
For security reasons, SSH access is disabled by default on new PiAware SD card installs, starting with version 3.3. To enable SSH, create an empty file on the /boot partition of the SD card with the filename of “ssh” only (no file extension). When this file is present, SSH will be automatically enabled.
Make sure however to change the default password for the user “pi” which is “flightaware” to something to your liking using…
To change the password of your account, use command: passwd.
To change password of any account when login as root, use command: passwd <account name>