Windows USB driver

Hello,

I am trying to evaluate the Beagleboard as a USB device under windows. The idea is that the beagleboard will process some data and ship the results up to windows PC. Is there a windows device driver available for BeagleBoard or OMAP under windows? Thanks much in advance.

Kia Peyvan

I am trying to evaluate the Beagleboard as a USB device under windows. The idea is that the beagleboard will process some data and ship the results up to windows PC.

To use the USB OTG port as a device port, use modprobe to load a gadget driver for a class or device type the host PC supports. For transferring vendor-defined data, some options are gadget zero, USB/serial, USB/Ethernet, and mass storage. See:

http://www.linux-usb.org/gadget/

Jan

Thank you.