上传文件到板子:adb push /home/fengmeng/test.txt /home/topee/
列举 adb 设备:adb devices
通过 adb 登录板子的 shell:adb shell
退出 shell:exit