1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

openocd: Run verify after write without intermediate reset

Fixes problems with the watchdog interfering on Kinetis K devices
when USE_OLD_OPENOCD=0.
This commit is contained in:
Joakim Nohlgård 2017-10-08 07:59:16 +02:00
parent 0ad0a39a40
commit dd95f593a0

View File

@ -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' \