SSH connection to host computer
dangerous
- This document is only applicable to FLY host computer
- If you are compiling and burning the 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 make sure that
SD
card orM2WE
has been burned with the corresponding host computer system - If the host computer cannot start normally, please remove the driver, limit switch, fan, and other peripheral devices!!
- Finally, connect to SSH via network for convenient firmware compilation!!
- If you need to compile the firmware, please see the tutorial on connecting the host computer via WIFI or Ethernet
Install system card
- Make sure the system card has been burned with the corresponding system, otherwise it will not start
- M2WE installation diagram to C5
- TF card installation diagram to C5


Power supply
- Use
USB Type-c
cable to connect the FLY host computer to the computer - Make sure that
USB Type-C
supports data transfer! - After the system starts, the indicator light will flash rapidly!!
- Flashing indicates that the system has started
- Serial Connection
- Network Connection
Connect to the Host Computer SSH via Serial Port
- If the motherboard is connected to the computer normally, you can see the CH340 port in the Device Manager

- Open
MobaXterm
, make the following settings, and select the port seen in the Device Manager earlier


- If everything is normal, you can see the boot screen
- Wait a moment, if this screen appears, it means it has started

If after several minutes, the screen shows nothing as below, press Enter a few times

- Please note that if it is the FAST system, you need to enter the username and password, and the password is not visible
- FlyOS-FAST default username root, default password mellow
After pressing Enter, the following content will appear
- If you need to view the device's
IP
, it needs to be connected with an Ethernet cable or connected to WIFI Connect to WIFI - If you need to view the IP, enter in SSH: input
ip a | grep inet
and press Enter, find the IP that is on the same segment as your router to access - Please note that if WIFI is not configured in the system, the IP address will not be displayed

Connect to the Host Computer SSH via Network IP
- Please log in to the router backend of the host computer, unless you know the host computer's IP address
- Please make sure you know the host computer's username and password
- FlyOS-FAST default username root, default password mellow
- If the motherboard has already started and is connected to the network, you can connect to SSH using the following method
- Open MobaXterm, make the following settings, enter the IP you viewed earlier, or you can view it in the router backend

Note: The username of the host computer entered in step 4 here

- The first time you connect, this window will pop up, click
Accept
to proceed

- It will prompt you to enter the password, enter the host computer password and press Enter
Note: The password entered here is not visible, just press Enter after entering
- For FLY-FAST system, the username is:
root
, the password is:mellow

- Login successful
Loading...