Connecting to the Host via SSH
- This document applies only to FLY hosts
- If you are compiling and flashing firmware, please refer to the network connection tutorial instead of the serial port connection tutorial
- You can connect to the device using a serial port or WiFi
- Please prepare MobaXterm_Personal or other SSH terminal tool in advance
- Please ensure that the
SDcard orM2WEhas been flashed with the corresponding host system - If the host fails to boot properly, please remove peripherals such as drivers, limit switches, fans, etc.!!!
- Finally, connect to SSH via network for convenient firmware compilation!!
- For firmware compilation, please refer to the tutorial on connecting the host via WiFi or Ethernet
Install System Card
-
Need to ensure that the system card has the corresponding system flashed, otherwise it will not boot

Power Supply
- Connect the FLY host to the computer using a
USB Type-Ccable - Make sure the
USB Type-Ccable supports data transfer! - The indicator light will flash rapidly after the system starts!!
- Flashing indicates that the system has successfully booted

- 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
MobaXtermand 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
WiFihas 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
Acceptto 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