bump scripts

This commit is contained in:
2026-04-14 09:33:45 -07:00
parent 384ae63300
commit 222e01d18e
2 changed files with 9 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ Each chip is read twice so the two reads can be diffed to catch flaky
contact. The reads can take a while (tens of seconds to a couple of
minutes per pass) — that's normal.
<CommandSequence
<CommandSequence
commands={[
"sudo flashrom --programmer ch341a_spi -r 4mb_backup1.bin",
"sudo flashrom --programmer ch341a_spi -r 4mb_backup2.bin",
@@ -139,6 +139,13 @@ minutes per pass) — that's normal.
client:load
/>
> **If flashrom errors with "Multiple flash chip definitions match":**
> Your chip's silicon ID matches several part variants (common for Winbond
> W25Q* parts). Re-run the command with `-c <chipname>` to disambiguate, e.g.
> `sudo flashrom --programmer ch341a_spi -c W25Q32JV -r 4mb_backup1.bin`.
> Use the same `-c` value for every subsequent read/write on that chip.
> The newest variant in the list is usually a safe default.
If the diff checks pass, combine both files into one ROM.
<Command