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
dsbf_dump now dumps the exact firmware size, instead of hardcoding 512KiB.
This was done by checking the JEDEC command; its values are printed to the lower screen.
This is imperfect; some chips do not report the correct size via this command. If this is the case, please raise an issue so we can add it to our list of "quirky" flash chips!
Many thanks to @IanSkinner1982 for documentation and testing on quirks.
Improvements
crc32 code was replaced with a slightly more optimized version from libdeflate.