Can anyone tell me the trick to getting USB1 working in Host mode on the DM8148? I have the g_ether gadget working fine on USB0, but cannot seem to figure out USB1. I have the kernel config setup and get the following when I insert the g_zero gadget:
root@dm814x-evm:~# modprobe g_zero
zero gadget: Gadget Zero, version: Cinco de Mayo 2008
zero gadget: zero ready
musb-hdrc musb-hdrc.1: MUSB HDRC host driver
musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: MUSB HDRC host driver
usb usb2: Manufacturer: Linux 2.6.37 musb-hcd
usb usb2: SerialNumber: musb-hdrc.1
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
However, when I plug in a memory stick the /dev/sdx device is not created.
Thanks