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 peripherals!!!
- Finally, please 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
- It is necessary to ensure that the system card has been burned with the corresponding system, otherwise it cannot start
- M2WE installation diagram to PI
- TF card installation diagram to PI


Power supply
- Use
USB Type-c
cable to connect the FLY host computer to the computer - Make sure that the
USB Type-C
cable has data transfer function! - After the system starts, the indicator light will flash quickly!!
- Flashing indicates that the system has started
- 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...