Difference between revisions of "SBC8100PLUS FAQ"

From eLinux.org
Jump to: navigation, search
(Created page with "=Linux= ==How to use OTG port as HOST / 如何使用OTG作为HOST== Device Drivers ---><br> [*] USB support ---><br> <*> Inventra Highspeed Dual Role Controller (TI, ADI, ......")
 
(How to use OTG port as HOST / 如何使用OTG作为HOST)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
=Linux=
 
=Linux=
 
==How to use OTG port as HOST / 如何使用OTG作为HOST==
 
==How to use OTG port as HOST / 如何使用OTG作为HOST==
Device Drivers ---><br>
+
Modify the kernel menuconfig: <br>
[*] USB support ---><br>
+
  Device Drivers---><br>
<*>  Inventra Highspeed Dual Role Controller (TI, ADI, ...)<br>
+
  [*] USB support---><br>
*** OMAP 343x high speed USB support ***<br>
+
  <*>  Inventra Highspeed Dual Role Controller (TI, ADI, ...)<br>
Driver Mode (Both host and peripheral:  USB OTG (On The Go) Device)  ---><br>
+
  *** OMAP 343x high speed USB support ***<br>
 +
  Driver Mode (Both host and peripheral:  USB OTG (On The Go) Device)  ---><br>
 
<br>
 
<br>
 
<br>
 
<br>
Line 12: Line 13:
 
USB-HUB<br>
 
USB-HUB<br>
 
USB-HUB power supply adapter<br>
 
USB-HUB power supply adapter<br>
<br>
+
<br>
 
The steps as below:<br>
 
The steps as below:<br>
 
1 Enable the USB Host fuction on the kernel configuration, and recompile the kernel.<br>
 
1 Enable the USB Host fuction on the kernel configuration, and recompile the kernel.<br>

Latest revision as of 19:56, 14 June 2012

Linux

How to use OTG port as HOST / 如何使用OTG作为HOST

Modify the kernel menuconfig:

 Device Drivers--->
[*] USB support--->
<*> Inventra Highspeed Dual Role Controller (TI, ADI, ...)
*** OMAP 343x high speed USB support ***
Driver Mode (Both host and peripheral: USB OTG (On The Go) Device) --->



You have to prepare the tools:
USB-mini-A-to-female-A cable (PIN4(ID signal) have to connect to PIN5(GND))
USB-HUB
USB-HUB power supply adapter

The steps as below:
1 Enable the USB Host fuction on the kernel configuration, and recompile the kernel.
2 Copy the new image to the TF card and boot the OS with TF card.
3 Connect the USB-mini-A-to-female-A cable to the board.
4 Connect the USB-HUB to the USB-mini-A-to-female-A cable with female-A side.
5 Connect the USB-HUB power supply adapter to the USB-HUB.
6 Connect the USB device to the USB-HUB.