summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2023-01-25 14:27:44 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-27 21:38:59 +0000
commit976caa395a0126b1f139d0be5479b76511165512 (patch)
tree10428a07995e49b0bf45e0a26c28b79352c1fd21
parent67b864f3d23455d5f43fd49bdfe32a63d5766205 (diff)
downloadchrome-ec-976caa395a0126b1f139d0be5479b76511165512.tar.gz
gsc_without_servod: clarify reset behaviour
Mention that only certain reset types would trigger rescue attempts. BUG=None TEST=None Change-Id: I6c8b7d331f5491cd8561e168e6a3e4531dcd15cf Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4194953 Reviewed-by: Andrey Pronin <apronin@chromium.org> (cherry picked from commit 87ba96c3b1691ddff51e89384270f0f847fd975f) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4481582 Reviewed-by: Jett Rink <jettrink@chromium.org> Tested-by: Mary Ruthven <mruthven@chromium.org> Auto-Submit: Mary Ruthven <mruthven@chromium.org> Commit-Queue: Mary Ruthven <mruthven@chromium.org>
-rw-r--r--docs/gsc_without_servod.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/gsc_without_servod.md b/docs/gsc_without_servod.md
index c4bdad0914..f09f4b1290 100644
--- a/docs/gsc_without_servod.md
+++ b/docs/gsc_without_servod.md
@@ -171,7 +171,12 @@ Then to rescue the GSC chip, do the following:
- disconnect terminal from the GSC console TTY device
- invoke `brescue.sh <path to the firmware image> <GSC console TTY device>`
- generate GSC reset pulse using instructions based on the adapter used to
- connect to the GSC ([Servo Micro](#reset-gsc-using-servo-micro) or [C2D2](#reset-gsc-using-c2d2))
+ connect to the GSC ([Servo Micro](#reset-gsc-using-servo-micro) or
+ [C2D2](#reset-gsc-using-c2d2)). Another way to reset the GSC is to
+ disconnect/reconnect the battery.
+
+**Note that resetting Dauntless using the key combo will not trigger a rescue
+ attempt.**
Here is an example of a Ti50 rescue session:
```