tinkerboard 与Tinkerboard S默认的adb 方式是通过以太网来链接的。
1,给主板上电,进入系统后,把你的 tinkerboard /s 通过网线或WIFI链接到路由器。查看所得到的IP地址
2,用来调试PC也链接到同一个路由器下,
然后,在PC端,开始菜单 cmd 进入命令行
Activate developer mode and get a root shell: adb connect 192.168.1.x adb root adb connect 192.168.1.x and mount /system writable: adb remount
然后,就可以作各种操作,例如adb push adb pull等等 甚至adb shell 也是可以的,如下图
|