Hi,
I am trying to facilitate high speed (480Mb/s) bulk transfer between a beagle bone and a host computer to transmit large amounts of data (uncompressed video frames.) I have modified the usb_dev_bulk example included in StarterWare to transfer data from the beaglebone to the host computer, however I am getting speeds of only about 930KB/sec. This leads me to believe that the beaglebone was being set up as a USB1.1 device and thus only allowing full speed transfer. I modified the device descriptor in usbdbulk.c so that the device is set up as USB2.0. However, this did not increase the speed at all.
Has anyone been able to do high speed (480Mb/s) bulk transfer?
I have the host computer and BeagleBone connected via the USB0 port.
Thanks,
Nick