Is it wise to switch to switch to "buster"

Few days ago I revamped my 3 Pis, and these are now as follows:

- RPi 2B - Piaware sd card image 3.8.1 (Buster)
Installed FR24, Planefinder, Radarbox24, Adsbexchange, Graphs by @wiedehopf (NOT from the adsb-project)

- OrangePiPC - Armbian Buster
Installed dump1090-fa 3.8.1, piaware 3.8.1, FR24, Planefinder, Radarbox24, Adsbexchange, Graphs by @wiedehopf

- RPi 4B - 64bit Raspbian Buster
Installed dump1090-fa 3.8.1, piaware 3.8.1, FR24, Planefinder, Radarbox24, Adsbexchange, Graphs by @wiedehopf

FR24

$ sudo bash -c "$(wget -O - https://repo-feed.flightradar24.com/install_fr24_rpi.sh)"

## Caution: During configuration of fr24feed, never choose “Receiver DVBT”. 
## Choose Receiver: ModeS Beast(TCP), host/port: 127.0.0.1:30005

Planefinder

$ wget http://client.planefinder.net/pfclient_4.1.1_armhf.deb  
$ sudo dpkg -i pfclient_4.1.1_armhf.deb 

## Go to page IP-of-PI:30053 to complete configuration

RadarBox24

$ sudo bash -c "$(wget -O - http://apt.rb24.com/inst_rbfeeder.sh)"

$ sudo rbfeeder --setkey xxxxxxxxxx --no-start   
## Replace xxxxx by your actual key
## Press Ctrl+C to break log output.

$ sudo systemctl restart rbfeeder  

Graphs by Wiedehopf

$ sudo bash -c "$(wget -q -O - https://raw.githubusercontent.com/wiedehopf/graphs1090/master/install.sh)"  

 

For installation of 64 bit Raspbian, and 64 bit dump1090-fa + 64 bit piaware (RPi 3 & RPi 4 only)

Howto Install Piaware 3.8.1 on 64 bit Raspbian OS / Pi4

 

 

 

2 Likes