Screen Wiring and Configuration
info
- lite2.1 needs to use SSH to connect to the system and enter the command below to use Fly Tools screen configuration
sudo sed -i 's/board=fly-lite2/board=fly-lite2.1/g' /boot/FlyOS-Env.txt
- Fly Tools requires the host machine to be connected to the internet and access the host machine's
IP+:9999
- For example
192.168.6.110:9999
- TFT Screen
- HDMI Configuration
- Need to open KS in FLY TOOLS
- TFT Capacitive Screen Configuration
- TFT Resistive Screen Configuration
Method One
- Capacitive configuration requires using the command below to configure as
fly-tft-v2-c
sudo sed '11s/screen=none/screen=fly-tft-v2-c/' -i /boot/FlyOS-Env.txt
- Please confirm that the DIP switch on the back of the screen is set to
Cap
- Use the command below to check if the modification was successful
sed -n '9,11p' /boot/FlyOS-Env.txt | grep -v '^#'
- Capacitive screen modification to resistive screen configuration uses the following command
sudo sed -i '11{/^#/!s/screen=fly-tft-v2-c/screen=fly-tft-v2-r/}' /boot/FlyOS-Env.txt
Method Two
- Tools required: A card reader, a SD/TF card with lite2 image flashed
- Insert the SD/TF card into the card reader, plug it into the computer's USB port, at this point the computer will show this boot drive
- Right-click on the boot drive and a file picture will appear

- Find a file named
FlyOS-Env.txt

- Double-click to open the
FlyOS-Env.txt
file - Modify the configuration according to the picture for lines 8 and 11

Method One
- Resistive screen configuration requires using the command below to configure as
fly-tft-v2-r
sudo sed '11s/screen=none/screen=fly-tft-v2-r/' -i /boot/FlyOS-Env.txt
- Please confirm that the DIP switch on the back of the screen is set to
Resi
- Use the command below to check if the modification was successful
sed -n '9,11p' /boot/FlyOS-Env.txt | grep -v '^#'
- Resistive screen modification to capacitive screen configuration uses the following command
sudo sed -i '11{/^#/!s/screen=fly-tft-v2-r/screen=fly-tft-v2-c/}' /boot/FlyOS-Env.txt
Method Two
- Tools required: A card reader, a SD/TF card with lite2 image flashed
- Insert the SD/TF card into the card reader, plug it into the computer's USB port, at this point the computer will show this boot drive
- Right-click on the boot drive and a file picture will appear

- Find a file named
FlyOS-Env.txt

- Double-click to open the
FlyOS-Env.txt
file - Modify the configuration according to the picture for lines 8 and 11

- FLY-Lite TFT Screen Wiring
- Need to configure the screen and open KS in FLY TOOLS
Method
- Tools required: A card reader, a SD/TF card with lite2 image flashed
- Insert the SD/TF card into the card reader, plug it into the computer's USB port, at this point the computer will show this boot drive
- Right-click on the boot drive and a file picture will appear

- Find a file named
FlyOS-Env.txt

- Double-click to open the
FlyOS-Env.txt
file - Modify the configuration according to the picture for lines 8 and 11

- FLY-Lite HDMI Screen Wiring