From ae589ef489c4e8406ea33a7c41c7eb22fd57c27c Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 26 Nov 2024 19:18:30 -0700 Subject: README: Fix the openocd command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 501689e..c74f34f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ UART: - `picocom --baud=115200 /dev/ttyUSB0` - `picocom --baud=115200 /dev/ttyACM0` -- `openocd -f interface/cmsis-dap.cfg -c set 'USE_CORE 0' -f target/rp2040.cfg -c "adapter speed 5000"` +- `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` ``` -- cgit v1.2.3-2-g168b