From c3cf3680c26e9ded8da52f38258d5227438cbee5 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Thu, 12 Jun 2025 00:51:14 -0600 Subject: README.md: Speed up openocd flashing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-2-g168b