Connect to Host Machine via SSH
- You can use serial port or WIFI to connect to the device.
- 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 the driver, limit switch, fan, and other peripherals!!!
- Finally, please connect to SSH via network for easy firmware compilation!!
- For firmware compilation, please refer to the tutorial on connecting the host machine through WIFI or Ethernet cable.
- Serial Port Connection
- Network Connection
Connect to Host Machine SSH via Serial Port
- Use a USB Type-C cable to connect the FLY host machine to the computer.
- For other host machines, please query the connection method yourself!!
- FLY-C8
- FLY-C8 port

- If the motherboard is connected to the computer normally, open the Device Manager and you will see the CH340 port.

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


- If everything is normal, you should see the boot screen.

- Wait a moment, if this screen appears, it means 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, you will see the following content.

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

Connect to Host Machine SSH via Network IP
- Please log into the router backend of the connected host machine.
- Please ensure the system has started normally.
- Please make sure you know the username and password of the host machine. The FLY system defaults to username fly and password mellow.
- If the motherboard has started and is connected to the network, you can connect to SSH using the IP address.
- Open MobaXterm and set it up as follows, enter the IP address seen earlier, which can also be viewed in the router backend.

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

- The first time you connect, a window will pop up, click
Accept
.

- When prompted to enter the password, enter the host machine's password and press Enter.
Note: The password entered here is not visible; press Enter directly after typing.
FLY system default, username is: fly
, password is: mellow


- Successful login.