mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
tools/openocd: Fix Flash probing for nucleo-f747zi
This commit is contained in:
parent
979b4d5cf7
commit
f00f1254ec
2
dist/tools/openocd/openocd.sh
vendored
2
dist/tools/openocd/openocd.sh
vendored
@ -217,6 +217,8 @@ _flash_list_raw() {
|
||||
-f '${OPENOCD_CONFIG}' \
|
||||
${OPENOCD_EXTRA_RESET_INIT} \
|
||||
-c 'init' \
|
||||
-c 'targets' \
|
||||
-c 'reset halt' \
|
||||
-c 'flash probe 0' \
|
||||
-c 'flash list' \
|
||||
-c 'shutdown'" 2>&1 && return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user