Hello,
I'm using a custom board with a OMAP-L137 and I'm trying to use the USB ports.
I've tried to use the "usbhostmsc" example in RTFS (\rtfs_1_10_02_32\packages\ti\rtfs\examples\usbhostmsc\bios5\evm6747\ccs3\usbhostmsc.pjt).
The compilation works well, then I plug a USB drive in one of the ports on the board and I run the program.
If the USB drive is in the USB 2.0 port I get the following messages in the console:
USB Application Task 0 Starting
Initializing usb host stack
ohci_local0: OHCI version 1.0
ohci_local0: USB revision 1.0
ohci_local0: new device port=0 depth=0 speed=full
uhub0 Jungo Generic Root Hub, class 9/0, rev 0.11/af.00, addr 1
uhub0: 2 ports with 2 removable, self powered
musbhshc0: USB revision 2.0
musbhshc0: new device port=0 depth=0 speed=high
uhub1 Jungo Generic Root Hub, class 9/0, rev 0.20/af.00, addr 1
uhub1: 1 port with 1 removable, self powered
polling for storage media
uhub0: new device port=1 depth=1 speed=full
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
USB Device Not available
uhub0: device problem, disabling port 1
If the USB drive is in the USB 1.0 port I get this:
USB Application Task 0 Starting
Initializing usb host stack
ohci_local0: OHCI version 1.0
ohci_local0: USB revision 1.0
ohci_local0: new device port=0 depth=0 speed=full
uhub0 Jungo Generic Root Hub, class 9/0, rev 0.11/af.00, addr 1
uhub0: 2 ports with 2 removable, self powered
musbhshc0: USB revision 2.0
musbhshc0: new device port=0 depth=0 speed=high
uhub1 Jungo Generic Root Hub, class 9/0, rev 0.20/af.00, addr 1
uhub1: 1 port with 1 removable, self powered
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
polling for storage media
USB Device Not available
So something is not working properly. Could somebody please help?
(I get the same results if I load the file provided "usbhostmsc.x674" directly instead of compiling)
I'm using the following products:
RTFS 1.10.02.32
EDMA 3 LDD 01.11.00.02
BIOS PSP 01.30.00.05
BIOS USB 01.10.03
DSP/BIOS 5.41.07.24
Code Composer Studio 3.3.81.11
Code Generation Tools 6.1.9
Any help will be appreciated.
Thanks.