From 6d54e72f1df842e1453f02c266e15e4476369882 Mon Sep 17 00:00:00 2001 From: pober Date: Fri, 10 Apr 2026 12:22:18 +0200 Subject: [PATCH] Add new reset mechanism with sleep. --- src/openocd/flash.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openocd/flash.sh b/src/openocd/flash.sh index 64972dd..e3c7515 100644 --- a/src/openocd/flash.sh +++ b/src/openocd/flash.sh @@ -49,6 +49,7 @@ sudo openocd \ -f ./raspberrypi-${INTERFACE}.cfg \ -c "init" \ -c "nrf54l.dap apreg 2 0x000 0x4" \ + -c "sleep 100" \ -c "nrf54l.dap apreg 2 0x000 0x0" \ -c "shutdown"