xref: /btstack/port/max32630-fthr/scripts/flash_Max32630_hdk.sh (revision 4930cef6e21e6da2d7571b9259c7f0fb8bed3d01)
1fw_file=$1
2DIR=$(dirname $(readlink -f $0))
3CFG_FILE=$DIR/max3263x_hdk.cfg
4openocd -f $CFG_FILE -c "program $fw_file verify reset exit"
5