Install and deploy on cloud host/physical machine

System Requirements

Minimum configuration

CPU1 core arm64
Memory512M
Disk32G
Operating SystemLinux/Android

Recommended configuration

Can be expanded on demand according to business needs

CPU2 core arm64
Memory2G
Disk128G
Operating SystemLinux/Android

connect device

Install ADB

ADB, the full name of Android Debug Bridge, is a command-line debugging tool for Android.

Download and install ADB

Common commands

Device List

List all connected devices

adb devices

upload files

Copy local files to device

adb push <local file path> <device file path>

download file

Copy local files to device

adb pull <device file path> <local file path>

device shell

Enter the device shell environment

adb shell

install Yao

The download system is the product whose Linux architecture is arm64, and copy it to the bin directory. Download address

Connect your device to your computer using USB/Type-C

adb push yao-0.10.1-linux-arm64 /usr/bin/yao

Run adb shell locally, enter the device to configure

adb shell

Run on device, add executable permission

chmod +x /usr/bin/yao
yao version

Other configuration references Installing and deploying documents on cloud hosts/physical machines

Install and deploy on cloud host/physical machine

System Requirements

Minimum configuration

CPU1 core arm64
Memory512M
Disk32G
Operating SystemLinux/Android

Recommended configuration

Can be expanded on demand according to business needs

CPU2 core arm64
Memory2G
Disk128G
Operating SystemLinux/Android

connect device

Install ADB

ADB, the full name of Android Debug Bridge, is a command-line debugging tool for Android.

Download and install ADB

Common commands

Device List

List all connected devices

adb devices

upload files

Copy local files to device

adb push <local file path> <device file path>

download file

Copy local files to device

adb pull <device file path> <local file path>

device shell

Enter the device shell environment

adb shell

install Yao

The download system is the product whose Linux architecture is arm64, and copy it to the bin directory. Download address

Connect your device to your computer using USB/Type-C

adb push yao-0.10.1-linux-arm64 /usr/bin/yao

Run adb shell locally, enter the device to configure

adb shell

Run on device, add executable permission

chmod +x /usr/bin/yao
yao version

Other configuration references Installing and deploying documents on cloud hosts/physical machines