xref: /btstack/port/max32630-fthr/scripts/flash_Max32630_hdk.sh (revision 4da9eab982db614e33cc14c37d0c28d337f6cbd1)
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