Chapt 5. Android 12 TV system instructions
5.5.2. Use the data cable to connect to adb debugging
1) Prepare a data cable with USB Type C interface, plug one end of the USB interface into the USB interface of the computer, and insert one end of the USB Type C interface into the power interface of the development board.In this case, the development board is powered by the USB interface of the computer, so please make sure that the USB interface of the computer can provide the most power to drive the development board
Img
5.2
2) Install adb tool on Ubuntu PC
test@test:~$ sudo apt-get update
test@test:~$ sudo apt-get install -y adb
3) View the identified ADB device
test@test:~$ adb devices
List of devices attached
4c00146473c28651dd0 device
4) Then you can log in to the android system through the adb shell on the Ubuntu PC
test@test:~$ adb shell
apollo-p2:/ $