- 
                Notifications
    You must be signed in to change notification settings 
- Fork 146
Open
Labels
feature requestRequest for new feature/functionalityRequest for new feature/functionality
Description
First: I love espflash! It is a great tool! Thanks for all the work!
I'm trying to optimize my flash times by putting static data into a separate partition, which works quite decent via write-bin. But unlike flash, write-bin does not check the MD5 sum of the section and thus does not skip if the same data is already present at that address. This prevents me from adding the write-bin step into the flashing script.
Desired feature:
- Add a --skip-if-presentoption towrite-bin, that checks the md5 hash before writing and skips if it matches the data to be written.
Alternative Approaches:
- allow binary files to be flashed via flashas well
- Default to skipping blocks in general: Skip reflashing similar blocks #588
Metadata
Metadata
Assignees
Labels
feature requestRequest for new feature/functionalityRequest for new feature/functionality
Type
Projects
Status
Todo