Add new reset mechanism 2.

This commit is contained in:
2026-04-10 11:58:16 +02:00
parent 8106f61d6a
commit df6c85d9ff

View File

@@ -45,4 +45,11 @@ sudo openocd \
-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 "nrf54l.dap apreg 2 0x000 0x0" \
-c "shutdown"
echo "Flashing complete."