Open hareshel opened 7 years ago
What device are you attempting to download the files to? What chip are you downloading to?
I was able to download the files after adding some delays in between usb transactions.
On Wed, May 31, 2017 at 8:25 AM, Grant Hernandez notifications@github.com wrote:
What device are you attempting to download the files to? What chip are you downloading to?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/grant-h/omap_loader/issues/2#issuecomment-305222924, or mute the thread https://github.com/notifications/unsubscribe-auth/AbmIiUcbEeOJtMGD9dl56Phik1fySzekks5r_YZ8gaJpZM4NmfcA .
Great! Could you point me to the spot where you made those delays and for how long?
@hareshel any hints as to where you placed the delays?
After each libusb bulk transfer I added delay of 3 secs which solved my problem
On Jul 18, 2018, at 9:11 PM, Grant Hernandez notifications@github.com wrote:
@hareshel any hints as to where you placed the delays?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Tried to download the files using omap3_usbload. some times usb_set_configuration or usb_write fails. Never able to successfully download the files.
Is there anyway to debug the issue