-
-
Notifications
You must be signed in to change notification settings - Fork 404
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 generate patch0.xml? #612
Comments
to generate a rawprogram.xml file you need to use : sudo edl rl ....so that it can read the partition table and create a file |
I know how to generate rawprogram*.xml files, i need patch*.xml files, thanks. |
patch*.xml files are just a bit of stupidity to make the total partitioning of the LUN to match the actual physical size of the LUN. It makes sense in a factory setting, but once things are partitioned correctly there is no need to concern yourself with it. |
patch param is needed. |
edl qfil <rawprogram> <patch> <imagedir> ...
qfil need patch*.xml to flash, but edl can only generate rawprogram*.xml, is it possible to support generate patch*.xml?
The text was updated successfully, but these errors were encountered: