Sorry to bother again..
I don't get it. Yesterday i downloaded a fresh stratux image and installed it to my SD card.
After i got it up and running i followed to following instructions that i found on this forum:
//Log in using SSH over wifiHotSpot or HDMI/Keyboard
sudo raspi-config
//expand file system and reboot
//Log in using SSH over wifiHotSpot or HDMI/Keyboard
sudo ifup eth0
//Log in using SSH to eth0 IP address
sudo su
systemctl start ntp
service stratux stop
sudo apt-get update
sudo apt-get install libconfig9
sudo apt-get install libjpeg8
wget
https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gzsudo tar -C /root -xzf go1.9.linux-armv6l.tar.gz
cd /root/stratux
export PATH=/root/go/bin:${PATH}
export GOROOT=/root/go
export GOPATH=/root/go_path
cd /
rm -Rf /root/stratux
cd && git clone
https://github.com/WiringPi/WiringPi.git && cd WiringPi/wiringPi && make static && make install-static
cd && git clone
https://github.com/0x74-0x62/stratux.git && cd stratux && git checkout remotes/origin/devel/flarm_receiver && make && make install
//Long Wait
service stratux start
//Finnish
After the stratux start command i got the following notice:
"Warning: Unit file of stratux.service changed on disk, 'systemctl daemon-reload' recommended."
How do i know if i installed it correctly? i cannot find any changes in the software or an extra Flarm button/switch or option..
I also tried to configure my 978Mhz antenna as
TouchTheSky mentioned but it keeps saying scanning base stations and nothing happens..
(This is my first experiënce with Raspberry so i have got a lot to learn).