mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
bump scripts
This commit is contained in:
Submodule public/scripts updated: a665473903...a238334ae5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user