Preparation
Power supply
The Airbox is powered via a USB Type-C interface and supports PD (Power Delivery) voltage negotiation, with a negotiation voltage of 20V. When operating at full load, the Airbox has a power consumption close to 65W. Therefore, it requires a 65W (20V/3.25A) PD adapter. Alternatively, a Type-C adapter with a direct output of 20V and at least 3.25A can also be used.
Access to equipment
The default user name and password for the system are as follows:
User one:
username: linaro
password: linaro
User two:
username: admin
password: admin
Serial Login
Use the USB Type-A to Type-C cable to connect the Debug port of the whole machine and the PC side, the baud rate is set to 115200, the connection diagram:
Serial port usage under WIndows
Serial port driver is required under WIndows:Installation of Serial Driver
After you have installed it, illustrated with the Putty tool:
- Launch the application Putty on a Windows PC and set it up as follows:
- Select Session in the left column, set the serial line to COM1, the baud rate to 115200, and the connection type to Serial.
- Write the name you want to set in the Saved Sessions column and press Save.
- Select Serial at the bottom in the left column and configure it according to the following parameters:
- After the settings are completed, click Open to open the serial port.
Serial port usage under Linux
Illustrated with the Picocom tool:
- Install Picocom:
sudo apt-get update
sudo apt-get install picocom
- Turn on Picocom:
sudo picocom -b 115200 /dev/ttyUSBX
X is a different device, usually 0.
SSH Login
Via WAN port
Connection schematic:
First, use Angryip to find the IP.
Use this method to look up the ip address when you cannot operate the motherboard directly to obtain the ip address without a screen or remotely.
-
First the host PC needs to download Angryip, Then make sure that the host PC and the board are on the same LAN.
-
Open Angryip, select the IP range, which is in the range of 192.168.2.0 - 192.168.2.255 (select the network segment where the host computer is located with the motherboard), and click Start as shown in the figure.
-
Press Ctrl + F to look for the
bm1684
keyword to find the IP address of the board.
After obtaining the board IP:
Debian/Ubuntu
ssh [username]@[hostname]
or
ssh [username]@[IP address]
example:
ssh [email protected]
Windows
Windows has a number of SSH tools, Here is Mobaxterm to show you how to connect.
Click Session
in the upper left corner to create a new SSH connection, enter the board's IP in the Remote host
field, check Specify usernema
and fill in the logged-in user, double-click the session to start the connection and enter the login password to connect.
Via LAN port
Connection schematic:
This way does not need to get the IP first, LAN port fixed IP for 192.168.150.1, after knowing the IP for 192.168.150.1 and WAN port using the same method can SSH login system, but we need to change the computer's IP to 150 network segment, for example, set our computer's IP to 192.168.150.5.