AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: Raspberry Pi Flightaware Command Line Timeout  (Read 2433 times)

0 Members and 1 Guest are viewing this topic.

nigelj65

  • New Member
  • *
  • Posts: 17
Raspberry Pi Flightaware Command Line Timeout
« 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

abcd567

  • Hero Member
  • *****
  • Posts: 844
  • CYYZ - Toronto
Re: Raspberry Pi Flightaware Command Line Timeout
« Reply #1 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


.
« Last Edit: February 20, 2020, 03:14:00 AM by abcd567 »

nigelj65

  • New Member
  • *
  • Posts: 17
Re: Raspberry Pi Flightaware Command Line Timeout
« Reply #2 on: February 21, 2020, 03:27:51 PM »
Thanks all sorted, I'm learning...slowly!