How to use adb through ethernet

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to use adb through ethernet

8,644件の閲覧回数
KevinSong
NXP Employee
NXP Employee

Use adb through Ethernet:

Get board IP address:

busybox ifconfig

ADBD default use USB output. Change it to ethernet:

setprop service.adb.tcp.port 5555

stop adbd

start adbd

On host, restart ADB:

export ADBHOST=<board IP address>

adb kill-server

adb start-server



ラベル(1)
タグ(2)
0 件の賞賛
2 返答(返信)

1,518件の閲覧回数
mingzhou
NXP Employee
NXP Employee

You can also connect host to target device by this commands:

adb connect xxx.xxx.xxx.xxx(IP address)

if you want to disconnect, use

adb disconnect

Then you can connect to other device through ethernet or usb cable.

0 件の賞賛

1,518件の閲覧回数
SergioSolis
NXP Employee
NXP Employee

Thank you for the information Bing and Ming!

0 件の賞賛