vdudouyt / minipro

An open source program for controlling the MiniPRO TL866xx series of chip programmers
383 stars 77 forks source link

With firmware versions after 6.71 mini pro doesn't work. #122

Closed firew4lker closed 5 years ago

firew4lker commented 6 years ago

With firmware versions after 6.71 mini pro doesn't work. It exits wuth error:

IO error: bulk_transfer: LIBUSB_ERROR_OVERFLOW

c32ff0 commented 6 years ago

same, i had it working on a raspberry pi but i wanted to program a gal22v10 and used a windows pc which required me to reflash. the same day, on the raspberry pi it would hang at random points during the upload and the next day it whouldn't do anything, just hang. on my laptop i get the same IO error: bulk_transfer: LIBUSB_ERROR_OVERFLOW

DavidGriffith commented 6 years ago

Were you able to get Minipro to program a gal22v10 at all under an earlier firmware? We have an ongoing problem with programming GAL devices. See #58.

Please followup at https://gitlab.com/DavidGriffith/minipro/issues/121.

DavidGriffith commented 6 years ago

A solution has been found. See it on Gitlab.

rozhuk-im commented 6 years ago

Or use mine: https://github.com/rozhuk-im/minipro It have no problem even without any code patch, because it have read buf 4096 bytes (instead 40 bytes in unpatched original and 44 for fixed version on gitlab). And will not have any same class problem in future.