Piaware on 64 bit pi

reinstalling after clean install of 64 bit OS by following this page:

after steps:
wget https://flightaware.com/adsb/piaware/files/packages/pool/piaware/p/piaware-support/piaware-repository_7.1_all.deb

sudo dpkg -i piaware-repository_7.1_all.deb

sudo apt-get update

sudo apt-get install piaware

The piaware install fails with:
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
piaware:armhf : Depends: tcllib:armhf but it is not installable
E: Unable to correct problems, you have held broken packages.

Is there a compatibility issue with 64 bit?

YES

Please use method here:

(1) Package Install of Piaware ver 7.1 on ARM64 / AARCH64 and AMD64 / x86_64 Machines

 

(2) Why Not Use 64-bit OS on RPi Model 3 and 4?

 

2 Likes

ok. I already have 1090-mutubality, frfeed, planefinder, and radarbox set up and working. Would you suggest purging the 1090-mutability and replacing with 1090-fa as first step? I’m thinking that adding th 1090-fa should restart these 3 feeders, correct/

It is not necessary but preferable as dump1090-fa has a better looking map and layout.

 

Replacing dump1090-mutability by dump1090-fa will NOT affect other feeders as both these decoders have identical ports and identical data formats.

 

1 Like

thank you. This did clear my problem. Appreciate the work you do help the community.

Or you could readsb (a dump1090-fa fork): https://github.com/wiedehopf/adsb-wiki/wiki/Raspbian-Lite:-ADS-B-receiver

Regardless the decoder … you might like graphs / tar1090.

1 Like

64-bit READSB
https://github.com/wiedehopf/adsb-scripts/wiki/Automatic-installation-for-readsb

sudo bash -c "$(wget -O - https://github.com/wiedehopf/adsb-scripts/raw/master/readsb-install.sh)"

 

64-bit PIAWARE
https://github.com/abcd567a/rpi/blob/master/README.md

sudo wget -O /etc/apt/sources.list.d/abcd567a.list https://abcd567a.github.io/rpi/abcd567a.list

sudo wget -O - https://abcd567a.github.io/rpi/KEY.gpg | sudo apt-key add -  

sudo apt update  

sudo apt install piaware  

 

CLICK ON SCREENSHOT TO SEE LARGER SIZE

 

CLICK ON SCREENSHOT TO SEE LARGER SIZE

 

 

64-bit GRAPHS

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

 

CLICK ON SCREENSHOT TO SEE LARGER SIZE
(Data not yet populated fully as installed only 10 minutes ago)

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