diff options
author | David Stevens <stevensd@chromium.org> | 2021-02-25 13:57:39 +0900 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-02-26 02:27:04 +0000 |
commit | e68e10cfd0c5417bf1719cb3690d17fca12f3a65 (patch) | |
tree | 8eed6a14ec8feb0b4c20d092fe6fed3b9c98997c | |
parent | 62ed9e8deee3ec64196925187a7e42c8021b1be6 (diff) | |
download | chrome-ec-stabilize-13816.64.B-cr50_stab.tar.gz |
docs/case_closed_debugging_cr50: Expand ccd open instructionsstabilize-rust-13836.B-cr50_stabstabilize-quickfix-13816.67.B-cr50_stabstabilize-LTS-13816.60.B-cr50_stabstabilize-13856.B-cr50_stabstabilize-13851.B-cr50_stabstabilize-13836.B-cr50_stabstabilize-13821.B-cr50_stabstabilize-13816.82.B-cr50_stabstabilize-13816.80.B-cr50_stabstabilize-13816.64.B-cr50_stabstabilize-13816.63.B-cr50_stabstabilize-13816.55.B-cr50_stabstabilize-13816.53.B-cr50_stabstabilize-13816.51.B-cr50_stabstabilize-13816.40.B-cr50_stabrelease-R90-13816.B-cr50_stab
BUG=b:181273639
TEST=view in gitiles
Change-Id: Ibd39f3e93b082757274ccf4f4790d25ac6bb261e
Signed-off-by: David Stevens <stevensd@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2719401
Reviewed-by: Mary Ruthven <mruthven@chromium.org>
-rw-r--r-- | docs/case_closed_debugging_cr50.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/case_closed_debugging_cr50.md b/docs/case_closed_debugging_cr50.md index 0a9c76bbbd..b7f933fe83 100644 --- a/docs/case_closed_debugging_cr50.md +++ b/docs/case_closed_debugging_cr50.md @@ -216,9 +216,10 @@ CCD needs to be [`Open`]. *** note **WARNING**: Opening CCD causes Cr50 to forget that it is in - [Developer Mode], so when the device reboots, it will say that the OS - image is invalid. Use the key combinations to enter [Recovery Mode] and - re-enable [Developer Mode]. See [this bug] for details. + [Developer Mode], so when the device reboots, it will either say that + the OS image is invalid or it will enter a bootloop. Use the key + combinations to enter [Recovery Mode] and re-enable [Developer Mode]. + See [this bug] for details. *** 1. Use the `ccd` command on the Cr50 console to verify the state is [`Open`]: |