IMX53 USB OTG Host mode.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX53 USB OTG Host mode.

4,218 Views
danielsliwka
Contributor I

Hi ! We have developed custom board based on IMX53 QSB rev B.

Is there any way to force USB OTG in Host mode when linux runs without physically grounding USB OTG ID pin ?

We would like to get both USB and USB OTG to be Hosts when system runs.

But we would be happy to leave possibility to read USB OTG ID pin  to be device mode only when in serial boot dowload mode for MfgTool (before u-boot and kernel starts).

Solution would be forcing USB OTG in software to be host somwhere inside u-boot or system kernel ?

Some ideas where to search in u-boot or kernel files ? 

u-boot - patched 2009.08-dirty

kernel - Linux 2.6.35.3-01288-gb3912bb-dirty

Thanks A Lot !

Daniel

Labels (2)
0 Kudos
1 Reply

641 Views
danielsliwka
Contributor I

Solved by kernel configuration:

CONFIG_MXC_OTG, CONFIG_USB_OTG, CONFIG_USB_GADGET   removed

CONFIG_USB_EHCI_ARC_OTG =y

0 Kudos