mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
max32630-fthr: make fw flashing script path independent
This commit is contained in:
parent
79714be82e
commit
ec2bbb878f
@ -1,3 +1,4 @@
|
||||
file="./build/max3263x.elf"
|
||||
openocd -f scripts/max3263x_hdk.cfg -c "program $file verify reset exit"
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user