linux-msm / qdl

BSD 3-Clause "New" or "Revised" License
196 stars 76 forks source link

Timeout when ending usb bulk transfer #4

Closed w1ngnutt closed 1 year ago

w1ngnutt commented 5 years ago

First of all, thank you for this wonderful utility. I first came across it on the 96boards site for flashing Dragonboards. I now use it for all of my MSM based devices.

On some devices I've noticed a timeout in qdl_write() when finishing the usb bulktransfer. Bumping the bulk.timeout to 4000 fixes the issue for me. I'm happy to submit a pull request to that effect or I can add an optional argument for a different timeout.

baobei920722 commented 4 years ago

Hi, I compiled the project and used it. But I don't know how to use it to download the MDM9607 device image. I tried to read the code, and since I didn't understand the qualcomm download protocol, I couldn't read the code. Can you tell me how to use it properly to download?