summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-20 23:58:54 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-21 02:55:06 -0700
commit57430f7c8de034ff4bdba5cdd9996316a4767fd7 (patch)
tree96143e314cbff22c83de61edfbc24a68bf4d12f3 /README.md
parenta5ee9c593544bedb328df4d4ea7fcbf9517c3caa (diff)
README.md: Update elf location in the GDB instructions
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