summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2023-02-07 14:48:06 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-08 00:21:51 +0000
commitcad59d3559aecc632f2829a7e68b3ed2b7f49741 (patch)
treedcf9933670deb849c6cfab04736337ce1a43ac91 /test
parente4364bca6c6c3ab350236e7349d607dce08035a5 (diff)
downloadchrome-ec-cad59d3559aecc632f2829a7e68b3ed2b7f49741.tar.gz
docs: Add missing sudo to command
BRANCH=none BUG=none TEST=run "JLinkRemoteServerCLExe -select USB" Cannot connect to J-Link. Retrying in 5 seconds.. TEST=run "sudo JLinkRemoteServerCLExe -select USB" -> success Change-Id: If701bacfc4ce04d778be0f6800b4bb266866f1af Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4228735 Reviewed-by: Firas Sammoura <fsammoura@google.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_device_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_device_tests.py b/test/run_device_tests.py
index e22643bbee..469e0a7f54 100755
--- a/test/run_device_tests.py
+++ b/test/run_device_tests.py
@@ -18,7 +18,7 @@ machine against a board connected to a local machine. For example:
Start servod and JLink locally:
(local chroot) $ sudo servod --board dragonclaw
-(local chroot) $ JLinkRemoteServerCLExe -select USB
+(local chroot) $ sudo JLinkRemoteServerCLExe -select USB
Forward the FPMCU console on a TCP port: