Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 5 Plus

229 bytes added, 16:18, 6 June 2023
How to use network adb
|
<p>orangepi@orangepi:~$ '''ps -ax | grep &quot;adbd&quot;'''</p>
<p>808 ? &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sl &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0:00 /usr/bin/adbd</p>
<p>3707 ttyFIQ0 &nbsp;&nbsp; S+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:00 grep --color=auto adbd</p>
|}
<li><p>Then check the IP address of the development board and write it down</p></li>
<li><p>Then install the adb tool on the Ubuntu PC</p>
{| class="wikitable" style="width:800px;"
|-
|
<p>test@test:~$ '''sudo apt-get update'''</p>
<p>test@test:~$ '''sudo apt-get install -y adb'''</p>|}</li><li><p>Then use the following command to connect to the network adb</p></li></ol>
{| class="wikitable" style="width:800px;" |-|test@test:~$ '''adb connect 192.168.1.xx:5555 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color:#FF0000">#Please replace the IP address with the IP address of the development board</span>'''
* daemon not running; starting now at tcp:5037
'''192.168.1.xx:5555 device'''
|}</ol>
<ol start="5" style="list-style-type: decimal;">
<li>Then use the following command to log in to the linux system of the development board</li></ol>