You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixes an FD leak, the image file was never closed properly after writing.
* Fixes a misleading error message when a binary overflows its partition.
* Avoids possibly reading possibly corrupt old data beyond the end of the last
segment written by padding the remainder of the last sector (flash sectors are
4096 blocks in length) with 0xff. Having this buffer marked as erased between
the end of the partition data and any bits left on the device from previously
flashed projects should prevent accidentally ace ping this as part of the
partition data. Also fixes and unaligned end of data problems that can prevent
flashing with a web-flasher tool.
* Now catches errors in file:write/2 operations, rather than blindly continue
when an error is returned.
Closes#2084Closes#2094
Signed-off-by: Winford <winford@object.stream>
0 commit comments