Skip to content

v1.2.0: the size does, in fact, matter

Compare
Choose a tag to compare
@lifehackerhansol lifehackerhansol released this 15 May 07:17
· 13 commits to main since this release
2551fa1

What's new?

  • 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.