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