[SOLVED. Post #26] The piaware has been built WITHOUT fa-mlat-client due to cx_Freeze issue

Congratulations, @abcd567 , I’m very happy for you!

1 Like

@byraspi
@heliosh

(8) Dump978-fa on RPi 4 / Bookworm

Installed by following script:

sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu-debian-amd64/master/install-dump978-fa.sh)"

Click on Screenshot to See Larger Size

 

(9) Adsbexchange feeder on RPI 4 / Bookworm

(9.1) First run adsbx script below to install:

curl -L -o /tmp/axfeed.sh https://adsbexchange.com/feed.sh
sudo bash /tmp/axfeed.sh

(9.2) Above will install adsbexchange feed and mlat, but mlat fails.
AFTER FAILED installation, do following HACK:

sudo sed -i 's/adsbexchange\/mlat-client.git/wiedehopf\/mlat-client.git/' /usr/local/share/adsbexchange/git/update.sh   

sudo bash /usr/local/share/adsbexchange/git/update.sh

Click on Screenshot to See Larger Size

 

(10) Piaware-Web

Installed by following script:

sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu-debian-amd64/master/install-piaware-web.sh)"

Click on Screenshot to See Larger Size

 

@byraspi
@heliosh

As an interim arrangement (till Flightaware updates source-code of piaware_builder to be compatible to Bookworm), I have modified Piaware installation script at my Github site piaware-ubuntu-debian-amd64. For Bookworm, it now uses source-code of piaware_builder from WhoAMI site and source-code of mlat-client from wiedehopf site.

Now the script will install mlat-enabled piaware on Debian 12 Bookworm also :wink:

Click on Screenshot to See Larger Size

image

 

1 Like

piaware 9.0~dev incl. MLAT run well on bookworm and kernel 6.6: GitHub - flightaware/piaware_builder at dev

Thank you for the information.
I have missed this update of Flightaware’s dev branch of piaware_builder, which was done yesterday (Sept 19, 2023).

I will shortly update installation scripts at my Github repository accordingly.

 

@obj
@eric1tran
@byraspi
@heliosh

UPDATED INSTALLATION SCRIPT
https://github.com/abcd567a/piaware-ubuntu-debian-amd64

 

(1) AMD64 COMPUTER / Debian Bookworm 12.1 (Site 133993)

Click on Screenshot to See Larger Size

 

 

Click on Screenshot to See Larger Size

 

 

(2) RASPBERRY PI Model 4 / Bookworm 12.1 - See Note Below (Site 76000)

Click on Screenshot to See Larger Size

 

Click on Screenshot to See Larger Size

 

 

NOTE:

Raspberry Pi OS Bookworm is not released yet. Wrote Raspberry Pi OS Bullseye to microSD card, and upgraded it to Bookworm by following method.

(1) Replaced all occurrences of bullseye by bookworm in files /etc/apt/sources.list & /etc/apt/sources.list.d/raspi.list by following sed commands. (Alternatively, this can be done by editing these files manually). After replacing bullseye by bookworm, updated apt.

sudo sed -i -e 's/bullseye/bookworm/g' /etc/apt/sources.list
sudo sed -i -e 's/bullseye/bookworm/g' /etc/apt/sources.list.d/raspi.list
sudo apt update

(2) Upgraded OS to Bookworm by folloing commands

sudo apt update

## the full-upgrade command below will take a long time
## It will installs about 450 new packages to replace old ones
## in-between it will ask questions 3 or 4 times, answer all by y (yes)

sudo apt -y full-upgrade   

sudo apt -y autoremove
sudo apt -y clean
sudo reboot

# remove old config files
sudo apt purge ?config-files

 

RESULT - got following:

Click on Screenshot to See Larger Size

 

 

1 Like

FWIW I tested against upstream Debian bookworm (images from raspi.debian.net) rather than the WIP Raspberry Pi OS bookworm. Those are quite minimal images and follow the Debian architecture rules (notably, armhf won’t work on Pi Zero or Pi 1s). But it should be close to what the Pi Foundation ends up with.

4 Likes

@obj
@eric1tran

The piaware and dump1090-fa and Skyaware Map install and work OK on Bookworm AMD64 (PC) and ARM64 (RPi).

The dump978-fa also installs and works OK on Bookworm AMD64 and ARM64. It receives UAT aircraft. However the Skyaware978 Map show a perpetual rotating wheel :slightly_frowning_face:

RPi Model 4, Bookworm 12.1 - SITE 76000

 

image

 

Skyaware978 Map

 

@obj Do you have any further opinion on the Debian Pi images? I’ve thought about trying them out but since I do not have another Pi, it remains just a thought. Any ideas on releasing a pure Debian Piaware image based on them? Or is that just too much effort on your end and would rather leave their use to the individual user? TIA.

 

image

 

image

 

SITE 76000

Click on Screenshot to See Larger Size

 

Click on Screenshot to See Larger Size

 

Click on Screenshot to See Larger Size

 

Click on Screenshot to See Larger Size

 

 

No plans for this, no. The Pi OS-based image generally has better hardware support for the Pi, so if we’re going to pick one …

2 Likes

Piaware 9.0 dev on Armbian Bookworm / H96Max TV Box with Rockchip 3318 processor

 
image

 

Click on Screenshot to See Larger Size

 

Click on Screenshot to See Larger Size

 

 

Piaware 9.0 dev on Armbian Bookworm / OrangePiPC

image

STATION 6396

Click on Screenshot to See Larger Size

 

Click on Screenshot to See Larger Size

 

 

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.