aboutsummaryrefslogtreecommitdiff
path: root/bin/reset
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reset')
-rwxr-xr-xbin/reset4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reset b/bin/reset
index 4461cf1..1c57f97 100755
--- a/bin/reset
+++ b/bin/reset
@@ -20,6 +20,8 @@ OPENOCD_BOARD_DIR=/usr/share/openocd/scripts/board
# the OPENOCD_BOARD_DIR directory.
#
OPENOCD_PROC_FILE=stm32f4discovery.cfg
-#OPENOCD_PROC_FILE=st_nucleo_f4.cfg
+if [ "x`lsusb -d 0483:374b`" != "x" ]; then
+ OPENOCD_PROC_FILE=st_nucleo_f4.cfg
+fi
$OPENOCD -f $OPENOCD_BOARD_DIR/$OPENOCD_PROC_FILE -c "init" -c "reset run" -c "exit"