This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:vim4:configurations:usb-gadget [2024/10/15 22:43] nick |
products:sbc:vim4:configurations:usb-gadget [2024/10/15 22:58] (current) nick [Usage of ADB] |
||
---|---|---|---|
Line 38: | Line 38: | ||
```shell | ```shell | ||
+ | $ adb kill-server | ||
$ adb devices | $ adb devices | ||
* daemon not running; starting now at tcp:5037 | * daemon not running; starting now at tcp:5037 | ||
* daemon started successfully | * daemon started successfully | ||
List of devices attached | List of devices attached | ||
- | 37304e424e50 device | + | 12036c819990 |
$ adb shell | $ adb shell | ||
- | # | + | root@Khadas:/ |
- | # | + | root@Khadas:/ |
- | # ls | + | root@Khadas:/ |
- | bin | + | root@Khadas:/# |
- | boot dtb.img | + | |
- | # | + | |
``` | ``` |