diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-26 19:18:30 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-26 20:23:53 -0700 |
commit | ae589ef489c4e8406ea33a7c41c7eb22fd57c27c (patch) | |
tree | 101d2d2ffa0f3417a56a5a3f5a3c20558a04b36b /README.md | |
parent | 88f2b88c3889e9dd0c894d389d67b17617412094 (diff) |
README: Fix the openocd command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` ``` |