Skip to main content

Remote login

Introduce how to access SBC through a personal computer (PC) via serial port,adb,etc.

ADB is a bridge between your Android device and your computer, and is used to fully operate and manage your Android device on your computer.

preparation

install adb(Android Debug Bridge):

Download the Windows version of the adb toolkit from Android,and after downloading and decompressing,you need to configure the environment variables:

Method 1:Enter the following command in the terminal window:


set HTTP_PROXY=myserver:1981

Method 2:Open system settings and modify environment variables:2a adb

Requirements

  • 1 x USB A-A cable
  • 1 x computer or laptop with the ADB tool installed on it
  • 1 x ROCK 2A

Steps

  1. Connect the USB cable between the USB connector of the computer and the OTG Type C connector of the ROCK 2A.
  2. Open the computer terminal and enter adb devices to confirm that the ROCK 2A is recognized.Type adb shell to login.

$ adb devices
List of devices attached
f94f8e0d28380ceb device

$ adb shell
RadxaRock2A:/ $