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
- Ensure that the SD card or M2WE has the system for the corresponding host machine burned onto it
- If the host machine cannot start normally, please remove all peripherals such as drivers, limiters, fans, etc.!
- Finally, connect to SSH via the network to facilitate compiling firmware!!
- For firmware compilation, see the tutorial on connecting to the host machine via WIFI or Ethernet cable
- Serial Port Connection
- Network Connection
Use Serial Port to Connect to Host Machine SSH
- Use a USB Type-C cable to connect the FLY's host machine to your computer
- For other host machines, please query the connection method yourself!!
- FLY-Gemini
- FLY-Gemini port
- If the motherboard is connected properly to the computer, open Device Manager, and you will see the CH340 port
- Open
MobaXterm
, set it up as follows, select the port you saw in Device Manager
- If everything is set up correctly, you should see the boot screen
- Wait a moment, and when this screen appears, it means the system has booted up
If after a few minutes, the interface shows no display, 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 and press Enter. Find the IP address that matches your router's subnet to access it
Use Network IP to Connect to Host Machine SSH
- Log into the router backend of the host machine
- Ensure that the system has started up normally
- Make sure you know the username and password of the host machine. The FLY system defaults to username fly and password mellow
- If the motherboard has started and is connected to the network, you can connect to SSH using the IP address
- Open MobaXterm and set it up as follows, enter the IP address you viewed previously, which can also be found in the router backend
Note: In step 4, enter the username of the host machine
- When you first connect, a window will pop up. Click
Accept
- When prompted to enter the password, type the host machine password and press Enter
Note: Here, the entered password is not visible. After typing, press Enter directly
The FLY system defaults to the username being fly and the password being mellow
- Login successful