11
AirNav Radar Discussion / Re: How to Install rbfeeder on Raspberry Pi OS Trixie (debian 13)
« Last post by abcd567 on February 09, 2026, 06:25:10 PM »Install 32-bit (armhf) rbfeeder on 32-bit trixie
For mlat-client installation on 32-bit (armhf), follow same method to built & install, as given for 64-bit (arm64) in post #2 above.
Code: [Select]
wget https://github.com/abcd567a/rbfeeder/releases/download/v1.0/rbfeeder_1.0.20_trixie_armhf.deb
sudo dpkg -i rbfeeder_1.0.20_trixie_armhf.deb
sudo apt --fix-broken install
sudo usermod -aG plugdev rbfeeder
## IMPORTANT: Reboot the Pi
sudo reboot
## After reboot, check status
sudo systemctl status rbfeeder
For mlat-client installation on 32-bit (armhf), follow same method to built & install, as given for 64-bit (arm64) in post #2 above.
Recent Posts