Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 5 Plus

368 bytes added, 16:25, 6 June 2023
How to use network adb
List of devices attached
'''<span style="color:#FF0000">192.168.1.xx:5555 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; device</span>'''
|}
</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>
{| class="wikitable" style="width:800px;"
|-
|
test@test:~$ '''adb shell'''
'''root@orangepi5plus:/# &lt;--- After seeing this prompt, it means that you have successfully logged in to the development board'''
|}</ol>
<ol start="6" style="list-style-type: decimal;">
<li><p>The command to upload files to the development board using adb is as follows</p>
{| class="wikitable" style="width:800px;"
|-
|
<p>test@test:~$ '''adb push filename /root'''</p>
<p>filename: 1 file pushed. 3.7 MB/s (1075091 bytes in 0.277s)</p>|}</li>
<li><p>The command to restart the development board using adb is as follows</p>
{| class="wikitable" style="width:800px;" |-|<p>test@test:~$ '''adb reboot'''</p></li></ol>|}
{| class="wikitable" style="background-color:#ffffdc;width:800px;" |-| <big>'''If there is no adb tool in your Windows system, you can use the adb program in the RKDevTool software (this software is useful in the section on [[Orange Pi 5 Plus#How to use RKDevTool to burn Linux image to TF card|'''how to use RKDevTool to burn the Linux image to the TF card''']]).'''</big>
[[File:media/image244.png|576x131px]]
<big>'''An example using adb in Windows looks like this:'''</big>
[[File:media/image245.png|576x335px]]
|}
</li></ol>
<span id="adb3.9.2.-use-type-c-data-cable-to-connect-to-adb"></span>