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:
parent
0ad0a39a40
commit
dd95f593a0
1
dist/tools/openocd/openocd.sh
vendored
1
dist/tools/openocd/openocd.sh
vendored
@ -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' \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user