Connect to Host SSH via Network
dangerous
- This document is only applicable for the FLY host, other devices are for reference only.
- If you are compiling and burning firmware, please refer to the network connection tutorial instead of the serial port connection tutorial.
- You can connect to the device via serial or WIFI.
- Please prepare MobaXterm_Personal or another SSH terminal tool in advance.
- Please ensure that the SD card or M2WE has been burned with the corresponding host system.
- If the host cannot start normally, please remove all peripherals such as drivers, limiters, fans, etc.!
- Finally, connect to the host via the network to facilitate firmware compilation!
- For firmware compilation, please refer to the tutorial on connecting to the host via WIFI or Ethernet cable.
- Serial Connection
- Network Connection
Connect to the host SSH via Serial Port
- Use a USB Type-C cable to connect the FLY host to your computer.
- For other hosts, please query the connection method yourself!!
- FLY-C8
- FLY-Pi v2
- FLY-Pi(π)
- FLY-Gemini
- FLY-MiniPad
- FLY-Pi Lite2
- FLY-C8 Port

- FLY-Pi v2 Port

- FLY-Pi Port

- FLY-Gemini Port

- FLY-MiniPad Port

- FLY-Pi Lite2 Port

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

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


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

- After a moment, if this screen appears, it means the system has started.

If after a few minutes, there is no display as shown below, 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 hit Enter. Find the IP address in the returned content that matches your router's segment to access it.

Connect to the host SSH via Network IP
- Ensure the system has started normally.
- Log in to the router backend connected to the host unless you know the host's IP address.
- Ensure you know the host's username and password, FLY system default username is fly, default password is mellow.
- If the motherboard has started and is connected to the network, you can use the following methods 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: In step 4, input the host's username.

- The first connection may pop up this window, click
Accept
.

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


- Successful login.