summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolai Artemiev <nartemiev@google.com>2022-06-09 15:13:39 +1000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-15 00:47:36 +0000
commitfb370abd1559241dc7ec13fedfe76f833ec679bd (patch)
tree68c770dfe8f8c27e5df19d626a19d6b30a2d86fd
parentb8544e962b698979bb81ef06f4a8e3dcdf654a35 (diff)
downloadchrome-ec-stabilize-14918.B-cr50_stab.tar.gz
cr50: remove flashrom --do-not-verify flag from docsstabilize-14918.B-cr50_stab
The flag is being deleted, see b/234557583 and crrev.com/c/3697556. BUG=b:234557583 TEST=none Change-Id: Iad05e425db5b7301d83ec83af8eed9f006a02ab1 Signed-off-by: Nikolai Artemiev <nartemiev@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3697266 Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Andrey Pronin <apronin@chromium.org>
-rw-r--r--docs/case_closed_debugging_cr50.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/case_closed_debugging_cr50.md b/docs/case_closed_debugging_cr50.md
index bd35ebc6cd..20a61c3053 100644
--- a/docs/case_closed_debugging_cr50.md
+++ b/docs/case_closed_debugging_cr50.md
@@ -781,17 +781,17 @@ sudo flashrom -p raiden_debug_spi:target=AP -i FMAP -i RO_VPD -i RW_VPD -r /tmp/
# This command will erase the entire flash chip in one shot, the fastest
# possible way to erase.
-sudo flashrom -p raiden_debug_spi:target=AP -E --do-not-diff
+sudo flashrom -p raiden_debug_spi:target=AP -E
# This command will program essential flash sections necessary for the
# Chrome OS device to boot in recovery mode. Note that the SI_ALL section is
# not always present in the flash image, do not include it if it is not in
# dump_fmap output.
-sudo flashrom -p raiden_debug_spi:target=AP -w image-atlas.bin -i FMAP -i WP_RO [-i SI_ALL] --do-not-diff --noverify
+sudo flashrom -p raiden_debug_spi:target=AP -w image-atlas.bin -i FMAP -i WP_RO [-i SI_ALL] --noverify
# This command will restore the previously preserved VPD sections of the
# flash, provided it was saved in the first step above.
-sudo flashrom -p raiden_debug_spi:target=AP -w /tmp/bios.essential.bin -i RO_VPD -i RW_VPD --do-not-diff --noverify
+sudo flashrom -p raiden_debug_spi:target=AP -w /tmp/bios.essential.bin -i RO_VPD -i RW_VPD --noverify
```
Once flash is programmed, the device can be booted in recovery mode and start