summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c74f34f..60fdfbd 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ UART:
- `openocd -f interface/cmsis-dap.cfg -c 'set USE_CORE 0' -f target/rp2040.cfg -c "adapter speed 5000"`
(Explanation of `USE_CORE`: https://github.com/raspberrypi/debugprobe/issues/45)
-- `arm-none-eabi-gdb ./build/rp2040/cmd/sbc_harness/sbc_harness.elf`
+- `arm-none-eabi-gdb ./build/rp2040-Debug/cmd/sbc_harness/sbc_harness.elf`
```
target extended-remote localhost:3333
monitor reset init