Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim3:configurations:usb-gadget

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
products:sbc:vim3:configurations:usb-gadget [2022/07/06 23:28]
frank created
products:sbc:vim3:configurations:usb-gadget [2023/04/16 22:20]
nick
Line 1: Line 1:
-====== USB Gadget ======+====== VIM3/3L USB Gadget ======
  
 ===== Introduction ===== ===== Introduction =====
Line 15: Line 15:
 Open ''/boot/env.txt'': Open ''/boot/env.txt'':
  
-```sh +```shell 
-khadas@khadas:~$ sudo vim /boot/env.txt+sudo vim /boot/env.txt
 ``` ```
  
Line 27: Line 27:
 ==== Enable Service ==== ==== Enable Service ====
  
-```sh +```shell 
-khadas@khadas:~$ sudo systemctl enable usb-gadget-khadas.service+wget https://dl.khadas.com/.fixup/libcutils.so -O /tmp/libcutils.so 
 +sudo cp /tmp/libcutils.so /usr/lib 
 +sudo systemctl enable usb-gadget-khadas.service
 ``` ```
  
 Reboot to effect. Reboot to effect.
  
-```sh +```shell 
-khadas@khadas:~$ sync +sync 
-khadas@khadas:~$ sudo reboot+sudo reboot
 ``` ```
  
Last modified: 2024/05/29 02:23 by ivan