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