btstack/port/max32630-fthr/scripts/flash_Max32630_hdk.sh

5 lines
136 B
Bash
Raw Normal View History

fw_file=$1
DIR=$(dirname $(readlink -f $0))
CFG_FILE=$DIR/max3263x_hdk.cfg
openocd -f $CFG_FILE -c "program $fw_file verify reset exit"