Closed a3f closed 6 years ago
As soon as I have understood correctly from your output, you are trying to upload from a linux development computer onto the brick via USB, right?
The following applies only on USB transfers using a linux computer: We already figured out, that there seems to be an open issue in libusb, which is used for the transfer on linux systems by ev3duder. However, this issue is even known by the maintainers of libusb but at the moment at low priority. Reason is simply, the usb transfer mode on the brick is an old fashioned usb 1.1 slow transfer, which is rarely used on current usb 2.0 systems. If you know a bit on USB and debugging/programming we would be happy to lend some hand to libusb for fixing this issues.
Yes it's right, I use a laptop under Debian Stretch. And yes, the issue arose only on USB transfers. So far, no issue at all on wifi. I would also have been happy to help but I have no experience at all on USB or system programming (I used to be a programmer on banking end-user application).
This should've been fixed in d65d6c9c340a5917a1f6c64983414619c142471a. Please tell if the fix doesn't work for you.
Reported here: https://github.com/c4ev3/EV3-API/issues/10#issuecomment-336695475