PiAware for RPi OS Bookworm

STEP-1:
Write Raspberry Pi OS Bookworm (2023-10-10) to microSD card using Raspberrypi Imager

STEP-2:
Slip microSD card in RPi, powerup. If you are using Pi4, then please note that current (2023-10-10) issue of OS image has broken USB on Pi4.

To fix this bug on Pi4, issue following command to upgrade kernel to fix broken USB issue. Please note that kernel upgrade is NOT required for Pi 5 as it does not have broken USB on Bookworm.
 

sudo rpi-update

UPDATE Nov 08, 2023: No need to do kernell upgrade now by command sudo rpi-update. It seems RPi OS Developers have released some patch to fix broken USB on Pi4, and this patch can be applied by following commands: :slightly_smiling_face:

sudo apt update  
sudo apt upgrade    
sudo reboot  

 
STEP-3:
Copy-paste following bash script in terminal / putty to install dump1090-fa ver 9.0~dev

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

 

STEP-4:
Copy-paste following bash script in terminal / putty to install piaware ver 9.0~dev

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

 

STEP-5:
Copy-paste following bash script in terminal / putty to install piaware-web

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

 

STEP-6:
ENJOY!!! :wink:

 

IMPORTANT NOTE:
You have to be very patient when building packages from source-code using above bash scripts.

Building packages from source code is a lengthy process, takes about 15 to 30 minutes for each package. This is due to installation of large number of build-tools and dependency packages before starting actual build process, which itself is time consuming.

 

3 Likes