Connect to Host Machine via SSH
- You can connect to the device using serial port or WIFI
- Please prepare MobaXterm_Personal or other SSH terminal tools in advance
- Please ensure that the SD card or M2WE has been burned with the corresponding host machine system
- If the host machine cannot start normally, please remove all external devices such as drivers, limiters, fans, etc. !!!
- Finally, please connect to SSH via the network for easy firmware compilation!!
- For firmware compilation, refer to the tutorial on connecting to the host machine via WIFI or Ethernet cable
- Serial Connection
- Network Connection
Use Serial Port to Connect to Host Machine SSH
- Use a USB Type-C cable to connect the FLY host machine to the computer
- For other host machines, please find the connection method yourself!!
- FLY-Pi(π)
- FLY-Pi port

- If the motherboard is connected normally to the computer, you can see the CH340 port in Device Manager

- Open
MobaXterm
, and set it up as follows, select the port seen in Device Manager


- If everything is normal, you will see the boot screen

- Wait for a moment, this screen indicates that the system has started

If after a few minutes, there is no display on the interface, press the Enter key a few times

After pressing Enter, the following content will be displayed

- If you need to check the IP address, enter
ip a | grep inet
in ssh and hit Enter. Find the IP address in the returned content that is in the same segment as your router to access it

Use Network IP to Connect to Host Machine SSH
- Log in to the router backend of the connected host machine
- Ensure that the system has started normally
- Ensure that you know the username and password of the host machine, the default username for FLY system is fly, and the default password is mellow
- If the motherboard has started and is connected to the network, you can use the IP address to connect to SSH
- Open MobaXterm, and set it up as follows, fill in the IP address seen earlier, or view it in the router backend

Note: Here, step 4 requires inputting the username of the host machine

- When first connecting, a window will pop up, click
Accept
to continue

- Prompt for password, enter the host machine password and hit Enter
Note: The password entered here is not visible, just hit Enter after entering it
The default username for FLY system is: fly
, and the default password is: mellow


- Login successful