-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use it properly to download? #7
Comments
Your xml must have the contain these lines or it will fail to parse. https://github.com/andersson/qdl/blob/master/patch.c#L70 |
@C457 : |
I tested after installing Ubuntu 18.04 on a new computer; |
@baobei920722 I suspect you need to disable ModemManager.
Then power cycle the target to put EDL into a known state. |
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.
I use the following command:
./qdl prog_nand_firehose_9x07.mbn rawprogram_nand_p2K_b128K.xml patch_p2K_b128K.xml --include=./ --debug
Terminal output:[PROGRAM] errors while parsing program
I didn't find it in the XML file:"file_sector_offset","label"......
Can you give me detailed instructions on how to use it?
The text was updated successfully, but these errors were encountered: