Other Parts Discussed in Thread: ADS1278, OMAP3530
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: ADS1278, OMAP3530
Hi Ion,
Did you ever get this to work? I'm doing a very similar thing would like to know how you ended up doing it.
I'm trying to transfer data from one gumstix overo to another via the USB OTG. I have a host (Master) and a peripheral (slave), hooked up accordingly. I'm interested to see what commands or drivers did you end up using to do this type of USB data transfer.
Joe,
You need to take care of below stuff,
1. Make sure Host and device board are proper plug inserted at their ends. Mini-A has to be towards host side and mini-B towards device end.
2. Enable CONFIG_USB_NET_CDCETHER at Driver->Networking->USB ethernet->CDC Ethernet
3. Enable CONFIG_USB_ETH at Driver->Usb support-> Gadget support
4. After bootup setup the ip addresses of usb0 interface on device end and usb1 inetrface on host end.
5. Start the transfers
Regards,
Ajay