Tuesday, May 7, 2019

RASPBERRY PI LOGIN screen repeat. VNC server. There is a known issue with tightVNC

1. Boot your R-Pi

2. SSH log in with your user account (normally user: pi, password: raspberry)

3 Enter your home directory by typing
Code: Select all
cd ~
4. Type
Code: Select all
ls -A
5. You will now see which files are in your home directory. Look if you see a file called .Xauthority

6. Type
Code: Select all
mv .Xauthority .Xauthority.backup
7. Type
Code: Select all
sudo chmod 777 /home/pi
8. Type
Code: Select all
sudo reboot

Monday, May 28, 2018

Flight Gear 3D simulation

Flight Gear 3d Simulation

git clone git://github.com/ArduPilot/ardupilot.git
cd ardupilot
git submodule update --init --recursive

export PATH=$PATH:$HOME/ardupilot/Tools/autotest
export PATH=/usr/lib/ccache:$PATH
. ~/.bashrc

http://ardupilot.org/dev/docs/setting-up-sitl-on-linux.html