summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-12 00:51:14 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-12 02:10:45 -0600
commitc3cf3680c26e9ded8da52f38258d5227438cbee5 (patch)
treef9f4389af0c8e10e18aaf8eb19fddd7ee9a36618
parent5e243b01d2497a1dd28146f9a975c11130a4e9ca (diff)
README.md: Speed up openocd flashing
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 63e6031..10c0270 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ There are several ways of putting this firmware file onto the harness:
If OpenOCD is not already running:
```
- openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "program $PWD/build/rp2040-Debug/cmd/sbc_harness/sbc_harness.elf reset exit"
+ openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c 'adapter speed 5000' -c "program $PWD/build/rp2040-Debug/cmd/sbc_harness/sbc_harness.elf reset exit"
```
If OpenOCD is already running: