User Manual Orange Pi Zero 3

  Features   |  Use   |  Linux   |  Linux SDK   |    Android     |  Android SRC   |

RU          EN  

Chapt 5. Android 12 TV system instructions
Страница:   134    135    136    137    138    139    140    141    142    143    144    145    146    147    148    149    150    151    152    153    154  


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:/ $

     <         > 


  • Страница:   134    135    136    137    138    139    140    141    142    143    144    145    146    147    148    149    150    151    152    153    154