When I enter startx, I receive the following message: -bash startx: command not found.
I see you attempted to use the scripts or image from raspberrypi.org/downloads/raspbian/. Once you have written the image to an SD card and have booted it up simply run the manual installation commands under “Obtaining And Using This Software” in my original post. This will clone a copy from the repository containing the scripts for you and execute setup.
sudo apt-get update
sudo apt-get install git
git clone https://github.com/jprochazka/adsb-receiver.git
cd ~/adsb-receiver
chmod +x install.sh
./install.sh
After running ./install.sh you will be asked if you want to update your OS as well as what software you wish to install. In order to setup your receiver to be as close as possible to the official PiAware image install dump1090-mutability, skip dump978, and select PiAware from the feeder list. You can skip the web portal if you like but it does contain some cool features such as performance graphs.
If you do not need a GUI I suggest using the image.
If you use the image after booting it up run the command “cd ~/adsb-receiver/; ./install.sh”. This will allow you to configure dump1090-mutability to your location. After doing so run ./install.sh once more. Skip reinstalling dump1090-mutability, skip dump978, select PiAware from the feeder list. Again you can skip the web portal if you wish.
Either way make sure to expand the file system using the raspi-config utility right after booting up your RPi before doing anything else.
Installation and upgrade instructions:
github.com/jprochazka/adsb-rece … /README.md
More information on the image I have available can be found here:
github.com/jprochazka/adsb-rece … iver-Image
If you have any questions feel free to ask.
Good luck!
