summaryrefslogtreecommitdiff
path: root/docs/fingerprint
diff options
context:
space:
mode:
authorAndrea Grandi <agrandi@google.com>2022-03-02 14:14:41 -0800
committerCommit Bot <commit-bot@chromium.org>2022-03-03 17:09:10 +0000
commit04fc0fdd475d6002b96f5a7765cd6177df9dc982 (patch)
treedaedb574bf0f370a9ff4a2bc0ded522dc5583572 /docs/fingerprint
parent0481377dfc21709065939939a4fa42a3e32260de (diff)
downloadchrome-ec-04fc0fdd475d6002b96f5a7765cd6177df9dc982.tar.gz
docs/fingerprint: Add sudo to J-Link command
The command JLinkRemoteServerCLExe fails with error "Cannot connect to J-Link" if executed without sudo. BRANCH=none BUG=none TEST=view in gitiles Signed-off-by: Andrea Grandi <agrandi@google.com> Change-Id: Ie1434180d60efc41fa68b37102a019732b288d68 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3501016 Reviewed-by: Tom Hughes <tomhughes@chromium.org> Reviewed-by: Bobby Casey <bobbycasey@google.com>
Diffstat (limited to 'docs/fingerprint')
-rw-r--r--docs/fingerprint/fingerprint-debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fingerprint/fingerprint-debugging.md b/docs/fingerprint/fingerprint-debugging.md
index 45580a0557..e626be8cdc 100644
--- a/docs/fingerprint/fingerprint-debugging.md
+++ b/docs/fingerprint/fingerprint-debugging.md
@@ -119,7 +119,7 @@ sensor runs at 1.8V. The pin is also not connected on the current designs.
```bash
# JLinkRemoteServerCLExe will listen on port 19020 (among others) by default.
# This can be overridden with the -Port argument.
-(chroot) $ JLinkRemoteServerCLExe -select USB
+(chroot) $ sudo JLinkRemoteServerCLExe -select USB
```
You should see the following: