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 [2025/07/11 03:38] nick |
products:sbc:vim4:configurations:usb-gadget [2025/07/11 03:40] (current) nick [Troubleshooting] |
||
---|---|---|---|
Line 53: | Line 53: | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
- | If adb not work on windows, you can edit `/ | + | If adb not work on windows, you can edit '' |
+ | |||
+ | ```diff | ||
+ | diff --git a/ | ||
+ | index 520a9b9a..299569f0 100755 | ||
+ | --- a/ | ||
+ | +++ b/ | ||
+ | @@ -57,7 +57,7 @@ echo " | ||
+ | echo " | ||
+ | |||
+ | # Bind function to configuration | ||
+ | -ln -s $F_RNDIS $GADGET/ | ||
+ | +#ln -s $F_RNDIS $GADGET/ | ||
+ | ln -s $GADGET/ | ||
+ | |||
+ | # Enable the Gadget | ||
+ | ``` | ||