Connect to Host Machine via SSH
- You can connect to the device using serial port or WIFI
- Please prepare in advance MobaXterm_Personal or other SSH terminal tools
- Please ensure that the SD card or M2WE has burned the corresponding host machine system
- If the host machine cannot start normally, please remove the driver, limit switch, fan, and other peripherals!!
- Finally, connect to SSH via the network for firmware compilation!!
- For firmware compilation, please refer to the tutorial on connecting to the host machine via WIFI or Ethernet cable
- Serial Connection
- Network Connection
Connect to the host machine SSH via serial port
- Use the USB Type-C cable to connect the FLY host machine to the computer
- For other host machines, please query the connection method yourself!!
- FLY-Pi(π)
- FLY-Pi 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 as follows, select the port seen in the Device Manager
- If everything is normal, you will see the boot screen
- Wait a moment, this screen indicates that it has started
If after a few minutes, as shown below, there is no display on the interface, press the Enter key a few times
After pressing Enter, the following content will appear
- To view the IP address, enter
ip a | grep inet
in the SSH, then find the IP address that matches your router in the returned content
Connect to the host machine SSH via network IP
- Please log into the router backend to which the host machine is connected
- Ensure that the system has started normally
- Ensure that you know the username and password of the host machine, the default username for the FLY system is fly, and the default password is mellow
- If the motherboard has already started and is connected to the network, you can use the IP address to connect to SSH
- Open MobaXterm, set it as follows, enter the IP address viewed previously, or check it in the router backend
Note: In step 4, input the username of the host machine
- The first connection will pop up this window, click
Accept
to proceed
- When prompted to enter the password, type the host machine password and press Enter
Note: The password here is not visible, just press Enter after typing
The default username for the FLY system is: fly
, and the default password is: mellow
- Login successful