AirNav Systems Forum

AirNav RadarBox and RadarBox24.com => AirNav RadarBox and RadarBox24.com Discussion => Topic started by: nigelj65 on February 19, 2020, 09:58:02 AM

Title: Raspberry Pi Flightaware Command Line Timeout
Post by: nigelj65 on February 19, 2020, 09:58:02 AM
After unsuccessfully installing the RB feeder and with advice from Airnav Support I've installed the Piaware option from the very helpful Bake A Pi thread. This is up and running, however the Pi boots straight into Flightaware and using the Alt F2 option gives me about 5 seconds to enter the password before the screen goes blank.

Being a Pi newbie I've looked at a few forums but I wondered if anyone had advice on how I can continue with RB install?

Thanks

Nigel
Title: Re: Raspberry Pi Flightaware Command Line Timeout
Post by: abcd567 on February 20, 2020, 03:05:15 AM
It seems you are using a monitor connected to HDMI port of RPi.

You have to SSH to RPi from your Desktop or Laptop computer.
After connection is established, on SSH terminal issue following command. It will run for a while and install rbfeeder.

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


If you dont know how to SSH to RPi, please see this post:

How To Access and Control RPi from Desktop/Laptop using SSH (https://forum.flightradar24.com/forum/radar-forums/flightradar24-feeding-data-to-flightradar24/12435-2019-pi24-image-quickstart-guide?p=153476#post153476)


.
Title: Re: Raspberry Pi Flightaware Command Line Timeout
Post by: nigelj65 on February 21, 2020, 03:27:51 PM
Thanks all sorted, I'm learning...slowly!