Skip to content
Snippets Groups Projects
Commit dd95f593 authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

openocd: Run verify after write without intermediate reset

Fixes problems with the watchdog interfering on Kinetis K devices
when USE_OLD_OPENOCD=0.
parent 0ad0a39a
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,6 @@ do_flash() {
-c 'reset halt' \
${OPENOCD_PRE_FLASH_CMDS} \
-c 'flash write_image erase \"${IMAGE_FILE}\" ${IMAGE_OFFSET} ${IMAGE_TYPE}' \
-c 'reset halt' \
${OPENOCD_PRE_VERIFY_CMDS} \
-c 'verify_image \"${IMAGE_FILE}\"' \
-c 'reset run' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment