AirNav Systems Forum

AirNav RadarBox and RadarBox24.com => AirNav RadarBox and RadarBox24.com Discussion => Topic started by: Gadgetman on March 20, 2023, 12:12:23 AM

Title: pi set up
Post by: Gadgetman on March 20, 2023, 12:12:23 AM
Hi, i am trying to set up a Pi, its not working, followed the instructions…got stuck…
any help would be appreciated….
thanks

phil
Title: Re: pi set up
Post by: abcd567 on March 20, 2023, 02:24:38 AM


sudo: rbfeeder : command not found

For some reason, the rbfeeder did NOT get installed.
Run the installation script again.

Code: [Select]

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


Title: Re: pi set up
Post by: Gadgetman on March 20, 2023, 02:28:37 AM
I have tried many times, ive now did a recovery and starting from scratch… not sure what else to do…does it only work in a Pi 4? i have a 3+
Title: Re: pi set up
Post by: abcd567 on March 20, 2023, 02:40:41 AM
The rbfeeder can be successfully installed and work on Pi Zero, Pi 2, Pi 3, Pi 3+, and Pi 4
Please post outputs of following 3 commands:

Code: [Select]

uname -a 

apt-cache policy rbfeeder   

cat /etc/os-release   

Title: Re: pi set up
Post by: Gadgetman on March 20, 2023, 03:08:40 AM
as requested there were some failures just running the wget command… certs not signed, no public key…and others
Title: Re: pi set up
Post by: abcd567 on March 20, 2023, 03:58:48 AM
Please issue following 2 commands in same order as given below, and post their output.



Code: [Select]

sudo apt-get download rbfeeder 

ls rbfeeder*   


Title: Re: pi set up
Post by: Gadgetman on March 20, 2023, 04:02:44 AM
thanks, i will, i’ve shut down for the night… will try when home from work tomorrow… i am seeing a lot of errors from not having a public key, not sure if that would change anything, but the device was not able to even update from the OS that it came with when i bought it.
Title: Re: pi set up
Post by: abcd567 on March 20, 2023, 04:24:10 AM
thanks, i will, i’ve shut down for the night… will try when home from work tomorrow… i am seeing a lot of errors from not having a public key, not sure if that would change anything, but the device was not able to even update from the OS that it came with when i bought it.

Your OS is Stretch, which is 2 steps backward of current Bulls eye (Stretch ->> Buster ->> Bullseye).

Better reimage your microSD card with latest image. Safer is to use a spare microSD card to write on it latest OS Bullseye,. Keep existing microSD card intact till new card is reimaged and is up and running satisfactorily.

First install Raspi Imager on your Desktop / Laptop.. (Windows or Mac)

https://www.raspberrypi.com/software/

Title: Re: pi set up
Post by: Gadgetman on March 24, 2023, 01:21:54 AM
Thanks all, managed to get it going, took the advice from here, formatted and installed bullseye on the sd card, then put it in the Pi… ran the 2 lines of command and we’re off to the races