TS-TPC-7990 USB OTG: Difference between revisions

From embeddedTS Manuals
No edit summary
m (Links auto-updated for 2022 re-branding ( https://github.com/embeddedarm/linux-3.10.17-imx6/blob/master/Documentation/usb/linux-cdc-acm.inf →‎ https://github.com/embeddedTS/linux-3.10.17-imx6/blob/master/Documentation/usb/linux-cdc-acm.inf https://github.com/embeddedarm/linux-3.10.17-imx6/blob/master/Documentation/usb/linux.inf →‎ https://github.com/embeddedTS/linux-3.10.17-imx6/blob/master/Documentation/usb/linux.inf))
 
Line 8: Line 8:
This will create a /dev/ttyGS0 immediately after this modprobe is run.  When this USB is connected to another Linux system this will show up as /dev/ttyACM0.  See the kernel documentation for more information:
This will create a /dev/ttyGS0 immediately after this modprobe is run.  When this USB is connected to another Linux system this will show up as /dev/ttyACM0.  See the kernel documentation for more information:
* [https://www.kernel.org/doc/Documentation/usb/gadget_serial.txt USB Gadget Serial documentation]
* [https://www.kernel.org/doc/Documentation/usb/gadget_serial.txt USB Gadget Serial documentation]
* [https://github.com/embeddedarm/linux-3.10.17-imx6/blob/master/Documentation/usb/linux-cdc-acm.inf Windows CDC-ACM INF file]
* [https://github.com/embeddedTS/linux-3.10.17-imx6/blob/master/Documentation/usb/linux-cdc-acm.inf Windows CDC-ACM INF file]


''' USB Ethernet '''
''' USB Ethernet '''
Line 16: Line 16:


This provides a usb0 network interface which simulates an ethernet network connection between the host pc and the i.MX6.  This uses the Ethernet CDC driver on the host system where it is connected.  Under Windows the inf file will be needed:
This provides a usb0 network interface which simulates an ethernet network connection between the host pc and the i.MX6.  This uses the Ethernet CDC driver on the host system where it is connected.  Under Windows the inf file will be needed:
* [https://github.com/embeddedarm/linux-3.10.17-imx6/blob/master/Documentation/usb/linux.inf Windows driver inf]
* [https://github.com/embeddedTS/linux-3.10.17-imx6/blob/master/Documentation/usb/linux.inf Windows driver inf]

Latest revision as of 17:46, 17 January 2022

The TS-7990 brings out a USB device port on P1 which can allow the board to act as a USB device. Several gadget device drivers are compiled into the default kernel. Additional devices can be compiled into the kernel by following the section here.

USB Serial

modprobe g_serial use_acm=1

This will create a /dev/ttyGS0 immediately after this modprobe is run. When this USB is connected to another Linux system this will show up as /dev/ttyACM0. See the kernel documentation for more information:

USB Ethernet

modprobe g_ether

This provides a usb0 network interface which simulates an ethernet network connection between the host pc and the i.MX6. This uses the Ethernet CDC driver on the host system where it is connected. Under Windows the inf file will be needed: