Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim4:configurations:usb-gadget

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:vim4:configurations:usb-gadget [2024/10/15 20:50]
nick
products:sbc:vim4:configurations:usb-gadget [2024/10/15 22:58] (current)
nick [Usage of ADB]
Line 7: Line 7:
 {{page>/products/sbc/common/configurations/usb-gadget&noheader}} {{page>/products/sbc/common/configurations/usb-gadget&noheader}}
  
-====== RNDIS Setup IP Address ======+===== RNDIS Setup IP Address =====
  
 Setup IP address manyally, e.g. setup IP address as ''192.168.35.100'' Setup IP address manyally, e.g. setup IP address as ''192.168.35.100''
Line 15: Line 15:
 ``` ```
  
-Also need to setup the IP address on your PC, e.g. ''192.168.35.110''+You also need to setup the IP address on your PC, e.g. ''192.168.35.110''
  
 Check network connection: Check network connection:
Line 31: Line 31:
 5 packets transmitted, 5 received, 0% packet loss, time 4007ms 5 packets transmitted, 5 received, 0% packet loss, time 4007ms
 rtt min/avg/max/mdev = 1.193/1.245/1.328/0.050 ms rtt min/avg/max/mdev = 1.193/1.245/1.328/0.050 ms
 +```
 +
 +===== Usage of ADB =====
 +
 +Try to access the devices via adb.
 +
 +```shell
 +$ adb kill-server
 +$ adb devices
 +* daemon not running; starting now at tcp:5037
 +* daemon started successfully
 +List of devices attached
 +12036c819990    device
 +$ adb shell
 +root@Khadas:/#
 +root@Khadas:/#
 +root@Khadas:/#
 +root@Khadas:/#
 ``` ```
Last modified: 2024/10/15 20:50 by nick