如何将ADB调试应用于查询?
摘要:adb调试 列出连接设备 adb devices ADB连接 adb shell 连接指定设备 adb -s 设备名 shell 断开连接 exit 发送文件 将本地的驱动模块文件发送到板卡 adb -s 6c392aca38ad7c4b
adb调试
列出连接设备
adb devices
ADB连接
adb shell
连接指定设备
adb -s 设备名 shell
断开连接
exit
发送文件
将本地的驱动模块文件发送到板卡
adb -s 6c392aca38ad7c4b push F:\Desktop\SSH_Ubuntu18\hello_world.ko /data/local/tmp/hello_world.ko
