Hello everyone!
I'm working on OMAPL137 evm.Now I met a problem with the use of USB.
I want to transfer data from EVM to windows PC through a USB cable(the EVM is the host).
Since the EVM has USB driver, I connect EVM with PC but PC cannot detect USB device. (I use Windriver to write driver on windows PC)
Should I need to modify the Linux USB driver (ohci-da8xx.c?) and how to use the Linux driver to accomplish my application? Is there any examples?
Thanks, regards.