summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2021-01-21 14:19:01 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-26 20:04:05 +0000
commitb38765919cedf9492a64325665f029e4d7442e2f (patch)
tree9e4a0fe430413f633698ba02f1d8ac0303d319cd /util
parentc924504eaebea3e45b99e5b836da8b51903897d8 (diff)
downloadchrome-ec-b38765919cedf9492a64325665f029e4d7442e2f.tar.gz
docs: Add instructions on using the flash_jlink.py script
These instructions clarify how to use J-Link/J-Trace to flash the FPMCU dev boards. BRANCH=none BUG=b:178124518 TEST=view in gitiles Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I73e0774e0721001f229e3a608262a64129d2ab44 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2643588 Reviewed-by: Josie Nordrum <josienordrum@google.com>
Diffstat (limited to 'util')
-rwxr-xr-xutil/flash_jlink.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/flash_jlink.py b/util/flash_jlink.py
index d6c38272e7..bb60e4c368 100755
--- a/util/flash_jlink.py
+++ b/util/flash_jlink.py
@@ -7,6 +7,10 @@
"""Flashes firmware using Segger J-Link.
This script requires Segger hardware attached via JTAG/SWD.
+
+See
+https://chromium.googlesource.com/chromiumos/platform/ec/+/HEAD/docs/fingerprint/fingerprint-debugging.md#flash
+for instructions.
"""
import argparse