aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Semkowicz <dse@thaumatec.com>2023-08-24 07:30:03 +0200
committerDaniel Semkowicz <dse@thaumatec.com>2023-08-24 07:30:03 +0200
commitf251b8df18bf41dd4ed6ad810820a820633b1f87 (patch)
tree3fd55fb126a1d2e03b8c244b400a21b47d00c439
parente5ecc5f220e9bb54386f730910281c16e48e8ff3 (diff)
mule: README.md: Fix openocd.cfg path
openocd.cfg is no longer placed in tools directory. Adjust manual to include correct path. Relates-to: RNG-10 Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
-rw-r--r--mule/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/mule/README.md b/mule/README.md
index b269a7c..d8ae9ce 100644
--- a/mule/README.md
+++ b/mule/README.md
@@ -27,14 +27,14 @@ apt-get install dfu-util usbutils
## OpenOCD
-On some modules GPIO based SWD support is available. A config file is
-provided in the tools directory.
+On some modules GPIO based SWD support is available. A `openocd.cfg` config
+file is provided for OpenOCD debugging tools.
- openocd -f tools/openocd.cfg
+ openocd -f openocd.cfg
To select a specific board set the q7_module variable
- openocd -c "set q7_module a64" -f tools/openocd.cfg
+ openocd -c "set q7_module a64" -f openocd.cfg
OpenOCD in Debian Stretch and Ubuntu Xenial are missing the sysfsgpio
interface and you have to rebuild it from sourceāˆµ