User Tools


Linux Install

For instance, Linux version is experimental. A Debian packet is available. This a packet built with Gradle. Contributors should soon build a more general package and probably more in line with the standards in force. Target folder is /opt/Logfly5.

After installation, a folder .logfly is created in home. This folder contains flights logbook and settings file. If you used Logfly 4, you only need to repatriate the .db file (s) that contained the flights in this folder.

On Ubuntu, the Debian package installs automatically provided you have given the necessary permissions. Otherwise you can execute

 sudo dpkg -i logfly5.deb_ 

The first use of a Flymaster or Flytec will return an error message :

 permission denied
 

It will be necessary to grant it rights. By example if Flymaster is connected as /dev/ttyACM0, you must type

sudo chmod 666 /dev/ttyACM0

However, this authorization will only be valid for the current session. To make it permanent, it will be necessary to set up a rules file with UDEV system


Site Tools