mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
5 lines
136 B
Bash
Executable File
5 lines
136 B
Bash
Executable File
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"
|