Connect to the host computer via SSH
dangerous
- This document is only applicable to the FLY host computer, other devices are for reference only.
- 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 the SD card or M2WE has burned the corresponding host system
- If the host computer cannot start normally, please remove the drivers, limiters, fans, and other peripherals!!
- Finally, please connect to the 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
Power supply
-
Use a
USB Type-c
cable to connect the FLY host computer to the computer -
Make sure that 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-C8
- FLY-Pi v2
- FLY-Pi(π)
- FLY-Gemini
- FLY-MiniPad
- FLY-Pi Lite2
- FLY-C8
- FLY-Pi v2
- FLY-Pi
- FLY-Gemini
- FLY-MiniPad
- FLY-Pi Lite2
- Serial connection
- Network connection
Connect to the host computer SSH via serial port
- If the mainboard is connected to the computer normally, you can see the CH340 port in the Device Manager

- Open
MobaXterm
, and make the following settings, 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 a few minutes, the screen looks like the one below, with no display, press Enter a few times

After pressing Enter, the content shown in the following picture will appear

- If you need to view the IP, enter in SSH: input
ip a | grep inet
and press Enter, and find the IP address that is on the same segment as your router to access - Please note that if you have not configured the
WIFI
in the system configuration, 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 connected host computer, unless you know the host computer's IP address
- Please make sure you know the username and password of the host computer, the default username for FLY system is fly, the default password is mellow
- If the mainboard has already started and is connected to the network, you can connect to SSH using the following methods
- Open MobaXterm, and make the following settings, fill in the IP you viewed earlier, or you can view it in the router backend

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

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

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


- Login successful
Loading...