summaryrefslogtreecommitdiff
path: root/docs/fingerprint/fingerprint-debugging.md
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-09-14 13:22:52 -0700
committerCommit Bot <commit-bot@chromium.org>2020-09-18 18:08:09 +0000
commit6f137ef733489c4de18d0d72b6015c97ef71c848 (patch)
tree1752ae0772a3e651940e3e678f7696f4eb9b07c0 /docs/fingerprint/fingerprint-debugging.md
parent70d2e5ad21c7afb8b5f850b924e83ee4eadb6191 (diff)
downloadchrome-ec-6f137ef733489c4de18d0d72b6015c97ef71c848.tar.gz
util: update recommended JLink version
BRANCH=none BUG=b:158327221 TEST==With dragonclaw v0.2 connected to Segger J-Trace and servo micro: ./test/run_device_tests.py Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Ibef704e447ecb94e383cd1463e7258c382272998 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2410830 Commit-Queue: Craig Hesling <hesling@chromium.org> Reviewed-by: Craig Hesling <hesling@chromium.org>
Diffstat (limited to 'docs/fingerprint/fingerprint-debugging.md')
-rw-r--r--docs/fingerprint/fingerprint-debugging.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/fingerprint/fingerprint-debugging.md b/docs/fingerprint/fingerprint-debugging.md
index 84832e38b6..7316ad3434 100644
--- a/docs/fingerprint/fingerprint-debugging.md
+++ b/docs/fingerprint/fingerprint-debugging.md
@@ -29,7 +29,7 @@ used for JTAG and SWD for ARM devices.
* [JLink Software] \(when using [J-Trace] or other Segger debug probes).
* Any tool that supports connecting `gdbserver`. This document will assume
- [CLion] and was tested with `JLink_Linux_V670e_x86_64`.
+ [CLion] and was tested with `JLink_Linux_V684a_x86_64`.
* Alternatively, you can use [Ozone] a standalone debugger from Segger.
## Connecting SWD
@@ -76,7 +76,7 @@ Start the JLink gdbserver for the appropriate MCU type:
* Dragontalon / [Nucleo STM32H743ZI]: `STM32H743ZI`
```bash
-(outside) $ ./JLink_Linux_V670e_x86_64/JLinkGDBServerCLExe -select USB -device STM32F412CG -endian little -if SWD -speed auto -noir -noLocalhostOnly
+(outside) $ ./JLink_Linux_V684a_x86_64/JLinkGDBServerCLExe -select USB -device STM32F412CG -endian little -if SWD -speed auto -noir -noLocalhostOnly
```
You should see the port that gdbserver is running on in the output: