Installed ver 10.0 of piaware, dump1090-fa, dump978-fa, and piaware-web , on 64-bit OS Armbian Trixie Sid, running on RPi Model 4
Scroll down to the bottom of this page
Later addition:
Versions of python3 and gcc
1 Like
Package install on:
- RPi Model 4 - Armbian Trixi aarch64
- Laptop/Desktop - Debian Trixie AMD64
STEP-1:
sudo wget -O /etc/apt/sources.list.d/abcd567a.list https://abcd567a.github.io/debian13/abcd567a.list
sudo wget -O /etc/apt/keyrings/abcd567a-key.gpg https://abcd567a.github.io/debian13/KEY2.gpg
sudo apt update
STEP-2:
sudo apt install piaware
sudo piaware-config feeder-id xxxxxxxx
sudo systemctl restart piaware
sudo apt install dump1090-fa
<<< Reboot required after installation
sudo apt install dump978-fa
<<< Serialization of Dongles & Reboot required
sudo apt install piaware-web
sudo apt install fr24feed
sudo fr24feed --signup
sudo apt install pfclient
IP-of-Pi:30053
sudo apt install rbfeeder
<<< (RPi aarch64 only - NOT for PC AMD64)
sudo rbfeeder --setkey xxxxxxxxxxxx
(If you have a RB24 key)
sudo rbfeeder
(If you do not have a RB24 key)
Install graphs1090 by @wiedehopf
sudo bash -c "$(wget -O - https://github.com/wiedehopf/graphs1090/raw/master/install.sh)"
Click on Screenshot to See Larger Size
Armbian Trixi WiFi Config issue [SOLVED]
Armbian Trixi uses utility sudo armbian-config
to configure WiFi.
After configuring WiFi , I checked ping -c 3 google.com
, and it showed WiFi is working OK.
Although piaware was able to connect to Flightaware Servers and feed data, the FlightRadar24 and RadarBox24 feeders failed to connect to their servers on WiFi. These were able to connet only on Wred Network. In spite of my repeated reconfiguration of WiFi, this problem persisted.
I got fedup and decided to use NetworkManager’s utility sudo nmtui
to configure WiFi.
STEP-1: Installed NetworkManager
sudo apt install network-manager
STEP-2: Deleted file generated by armbian-config
sudo rm /etc/netplan/armbian.yaml
STEP-3: Opened default file
sudo nano /etc/netplan/10-dhcp-all-interfaces.yaml
In above file, in line renderer: systemd-networkd
, replaced systemd-networkd
by NetworkManager
, so the line becane renderer: NetworkManager
STEP-4: Configured WiFi and Static IP by sudo nmtui
STEP-5: Run command sudo netplan apply
and rebooted RPi
sudo reboot
STEP-6: SSH to RPi using the static IP address which was configured using NetworkManager’s utility sudo nmtui
STEP-7: Checked fr24feed
and rbfeeder
, found working OK now.