qdl
qdl copied to clipboard
I implemented the erase command for EMMC (as well as an annoying hack for my target device). I also added couple tweaks for helping find errors when parsing the xml....
When xml has no last_sector, qdl will read xml failed. Add check to see if last_sector exists
Based on original work from https://github.com/andersson/qdl/pull/5 Signed-off-by: Christopher Obbard
WriteBooster is a mandatory feature on UFS 3.1 and required for provisioning. Add the XML fields for the firehose. Signed-off-by: Jordan Crouse
I'd like to be able to do some rudimentary version control, and it's very handy to be able to query the version number. This PR simply adds this capability.
Hi,andersson For 9655 device,after masking the fields that are not in the xml,it could download successfully for 9655 device. However, for 9607 device,after masking the fields that are not in...
Hi,andersson When I use the tool to download for 9607 and 9655 device it occurs:[PROGRAM] errors while parsing program. So I think some unnecessary field parsing can make selective judgment.For...
rebased - https://github.com/andersson/qdl/pull/12 - https://github.com/andersson/qdl/pull/11 - https://github.com/nullog/qdl/pull/1 to be merged on master
Hi! I added some error messages when something wrong occurs.