6620a6fa7286aef4271ac9ce7c1e5fe30800f624
[linux-usb-otg] / README
1 Let's make Linux OTG ports useful...
2
3 To install:
4
5         cd /srv/
6         git clone https://github.com/dpavlin/usb-otg
7         ./install.sh
8
9 This will create composite gandet on boot through which you can insert keystrokes,
10 mount disk images, or open serial port back to arm board.
11
12 I'm using Debian armbian image for all Allwinner boards with linux-image-next-sunxi kernel.
13
14 This setup has been tested on:
15 - Raspberry Pi 0
16 - Cubieboard2 A20
17 - Lamobo R1 A20
18 - Cubieboard A10
19
20
21
22 Based on documentation from:
23
24 http://www.chip-community.org/index.php/Chip:_USB_hid_on_libcomposite
25
26 https://github.com/ckuethe/usbarmory/wiki/USB-Gadgets
27
28 http://github.com/wismna/raspberry-pi/hackpi
29
30 https://github.com/torvalds/linux/blob/master/Documentation/usb/gadget-testing.txt
31
32 https://gist.github.com/kbingham/c39c4cc7c20882a104c08df5206e2f9f
33 https://github.com/wlhe/uvc-gadget