From f251b8df18bf41dd4ed6ad810820a820633b1f87 Mon Sep 17 00:00:00 2001 From: Daniel Semkowicz Date: Thu, 24 Aug 2023 07:30:03 +0200 Subject: 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 --- mule/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mule') 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āˆµ -- cgit v1.2.3