FG Interface installation

From FlightGear wiki
Jump to navigation Jump to search

FG Interface Software part is help on Github repository.

https://github.com/daweed38/FGInt

fgint@raspberrypi:~ $ cd /opt
fgint@farmerfgint:/opt $ ll
total 24
drwxr-xr-x 4 root   root   4096 janv.  1  1970 minecraft-pi
drwxr-xr-x 5 root   root   4096 janv.  1  1970 sonic-pi
drwxr-xr-x 7 root   root   4096 janv.  1  1970 vc
drwxr-xr-x 3 root   root   4096 janv.  1  1970 Wolfram
fgint@farmerfgint:/opt $

fgint@farmerfgint:/opt $ sudo git clone https://github.com/daweed38/FGInt.git
Clonage dans 'FGInt'...
remote: Counting objects: 23, done.
remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 23
Dépaquetage des objets: 100% (23/23), fait.
Vérification de la connectivité... fait.
fgint@farmerfgint:/opt $

fgint@farmerfgint:/opt $ ls -l
total 24
drwxr-xr-x 6 root   root   4096 juil. 12 16:49 FGInt
drwxr-xr-x 4 root   root   4096 janv.  1  1970 minecraft-pi
drwxr-xr-x 5 root   root   4096 janv.  1  1970 sonic-pi
drwxr-xr-x 7 root   root   4096 janv.  1  1970 vc
drwxr-xr-x 3 root   root   4096 janv.  1  1970 Wolfram
fgint@farmerfgint:/opt $

fgint@farmerfgint:/opt $ cd FGInt/

fgint@farmerfgint:/opt/FGInt $ ls -l
total 16
drwxr-xr-x 2 root root 4096 juil. 12 16:49 Config
drwxr-xr-x 2 root root 4096 juil. 12 16:49 FGInt
drwxr-xr-x 2 root root 4096 juil. 12 16:49 Modules
-rw-r--r-- 1 root root    7 juil. 12 16:49 README.md
fgint@farmerfgint:/opt/FGInt $

You will find configuration files for the Airbus radio panel showned as exemple, but you will have to adapt them to create your according to your hardware.

fgint@farmerfgint:/opt/FGInt $ cd Config
fgint@farmerfgint:/opt/FGInt/Config $ ls -l
total 16
-rw-r--r-- 1 root root 185 juil. 12 16:49 devices.cfg
-rw-r--r-- 1 root root 399 juil. 12 16:49 displays.cfg
-rw-r--r-- 1 root root 294 juil. 12 16:49 radiopanel.cfg
-rw-r--r-- 1 root root 433 juil. 12 16:49 switches.cfg
daweed@farmerfgint:/opt/FGInt/Config $