Connecting to Host Computer via SSH
- This document is applicable only to the FLY host computer
- For compiling and flashing firmware, please refer to the network connection tutorial instead of the serial port connection tutorial
- You can connect to the device via serial port or WIFI
- Please prepare MobaXterm_Personal or other SSH terminal tools in advance
- Please ensure the
SD
card orM2WE
is available and has the corresponding host computer system flashed - If the host computer cannot start normally, please remove peripherals such as drivers, limit switches, fans, etc.!!!
- Finally, connect to SSH via network for convenient firmware compilation!!
- For compiling firmware, please see the tutorial on connecting to the host computer via WIFI or Ethernet
Install System Card
- Need to ensure the system card has the corresponding system flashed, otherwise it will not boot
- M2WE Installed on PI Diagram
- TF Card Installed on PI Diagram


Power Supply
- Use a
USB Type-C
cable to connect the FLY host computer to your PC - Ensure the
USB Type-C
cable supports data transfer! - After the system starts, the indicator light will flash rapidly!!
- Flashing indicates that the system has started
- Fly-FAST SSH Connection Tutorial
- Serial Connection
- Network Connection
Connecting to Host Computer SSH via Serial Port
- If the motherboard is properly connected to the computer, you can see the CH340 port by opening the Device Manager.

- Open
MobaXterm
and set it up as shown below. Choose the port that was shown in the Device Manager.


- If everything is working properly, you will see the boot screen.
- After a short wait, you will see the screen below indicating that the system has started.

If after waiting a few minutes nothing is displayed on the screen like in the image below, press the Enter key a few times.

-
Please note that if you are using the FAST system, you need to enter the username and password. The password is not displayed.
-
FlyOS-FAST default username is root, default password is mellow.
-
After pressing Enter, you will see content as shown below.
-
The interface after login will appear as follows:
-
If you need to check the device
IP
, ensure that the network cable is connected or that WiFi is properly configured. Connect to WiFi -
If you need to check the IP address, enter the following command in the SSH session and press Enter. Then find the IP address in the same network segment as your router to access it.
ip a | grep inet
-
Please note that if the
WiFi
has not been configured in the system settings, the IP address will not be displayed.

Connecting to Host Computer SSH via Network IP
- Please log in to the router admin panel unless you already know the host computer's IP address.
- Please ensure that you know the host computer's username and password.
- FlyOS-FAST default username is root, default password is mellow.
- If the motherboard has already booted and is connected to the network, you can use the following method to connect to SSH.
- Open MobaXterm and configure it as shown below. Enter the IP address you previously checked, which can also be found in the router admin panel.

Note: The username entered in step 4 here is the host computer's username.

- When connecting for the first time, this window will pop up. Click
Accept
to proceed.

- You will be prompted to enter a password. Press Enter after entering the host computer's password.
Note: The password you enter here is not displayed. Just press Enter after entering it.
- For the FLY-FAST system, the username is:
root
, and the password is:mellow
.

- Login successful