This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:vim3:configurations:usb-gadget [2024/05/29 02:23] ivan [Configure DTS Overlays] |
products:sbc:vim3:configurations:usb-gadget [2024/10/15 23:49] (current) nick [Usage of ADB] |
||
---|---|---|---|
Line 47: | Line 47: | ||
==== Enable Service ==== | ==== Enable Service ==== | ||
+ | |||
+ | ```shell | ||
+ | sudo systemctl enable usb-gadget-khadas.service | ||
+ | ``` | ||
+ | |||
+ | <WRAP important > | ||
+ | If you have issues, please try the extra steps below: | ||
```shell | ```shell | ||
wget https:// | wget https:// | ||
sudo cp / | sudo cp / | ||
- | sudo systemctl enable usb-gadget-khadas.service | ||
``` | ``` | ||
+ | </ | ||
+ | |||
Reboot to effect. | Reboot to effect. | ||
Line 69: | Line 77: | ||
``` | ``` | ||
- | Also need to setup the IP address on your PC, e.g. '' | + | Also need to setup the IP address on your PC, e.g. '' |
Check network connection: | Check network connection: | ||
```shell | ```shell | ||
- | khadas@Khadas: | + | khadas@Khadas: |
PING 192.168.35.1 (192.168.35.1) from 192.168.35.100 usb0: 56(84) bytes of data. | PING 192.168.35.1 (192.168.35.1) from 192.168.35.100 usb0: 56(84) bytes of data. | ||
- | 64 bytes from 192.168.35.1: icmp_seq=1 ttl=64 time=0.218 ms | + | 64 bytes from 192.168.35.110: icmp_seq=1 ttl=64 time=0.218 ms |
- | 64 bytes from 192.168.35.1: icmp_seq=2 ttl=64 time=0.308 | + | 64 bytes from 192.168.35.110: icmp_seq=2 ttl=64 time=0.308 ms |
- | 64 bytes from 192.168.35.1: | + | |
- | 64 bytes from 192.168.35.1: | + | |
- | 64 bytes from 192.168.35.1: | + | |
- | 64 bytes from 192.168.35.1: | + | |
- | 64 bytes from 192.168.35.1: | + | |
- | 64 bytes from 192.168.35.1: | + | |
- | 64 bytes from 192.168.35.1: | + | |
- | 64 bytes from 192.168.35.1: | + | |
``` | ``` | ||
Line 93: | Line 93: | ||
```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 | + | 363233573350 |
$ adb shell | $ adb shell | ||
- | # | + | root@Khadas:/ |
- | # | + | root@Khadas:/ |
- | # ls | + | root@Khadas:/# |
- | bin dev etc lib | + | root@Khadas:/# |
- | boot dtb.img | + | root@Khadas:/ |
- | # | + | bin |
+ | bin.usr-is-merged | ||
+ | boot home media run tmp | ||
+ | dev Image | ||
+ | dtb | ||
``` | ``` | ||