raspberrypi / usbboot

Raspberry Pi USB booting code, moved from tools repository
Apache License 2.0
910 stars 229 forks source link

Transfer files in chunks using libusb async I/O. #18

Closed oandrew closed 7 years ago

oandrew commented 7 years ago

Using multiple transfers allows to serve big files and also generally improves performance. Fixes #14

ghollingworth commented 7 years ago

Which computer systems has this been tested on?

It should work on Linux, Mac or Windows...

Gordon

ghollingworth commented 7 years ago

This is not actually required, the problem was actually a timing issue with initialising the ARM taking too long so the USB connection went into suspend.