From 57430f7c8de034ff4bdba5cdd9996316a4767fd7 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Thu, 20 Feb 2025 23:58:54 -0700 Subject: README.md: Update elf location in the GDB instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-2-g168b