8,367
edits
Changes
→How to use network adb
|
<p>orangepi@orangepi:~$ '''ps -ax | grep "adbd"'''</p>
<p>808 ? Sl 0:00 /usr/bin/adbd</p>
<p>3707 ttyFIQ0 S+ 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 <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>