3 Commits
0.5.0 ... main

Author SHA1 Message Date
6d54e72f1d Add new reset mechanism with sleep. 2026-04-10 12:22:18 +02:00
df6c85d9ff Add new reset mechanism 2. 2026-04-10 11:58:16 +02:00
8106f61d6a Add new reset mechanism. 2026-04-10 10:57:12 +02:00

View File

@@ -37,4 +37,20 @@ sudo openocd \
-c "reset run" \ -c "reset run" \
-c "shutdown" -c "shutdown"
sudo openocd \
-f ./raspberrypi-${INTERFACE}.cfg \
-c "init" \
-c "nrf54l.dap apreg 2 0x000 0x1" \
-c "sleep 100" \
-c "nrf54l.dap apreg 2 0x000 0x0" \
-c "shutdown"
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"
echo "Flashing complete." echo "Flashing complete."