diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-20 23:58:54 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-21 02:55:06 -0700 |
commit | 57430f7c8de034ff4bdba5cdd9996316a4767fd7 (patch) | |
tree | 96143e314cbff22c83de61edfbc24a68bf4d12f3 /README.md | |
parent | a5ee9c593544bedb328df4d4ea7fcbf9517c3caa (diff) |
README.md: Update elf location in the GDB instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |