Vendor HID for upgrades (#529)
* vendor-hid for upgrades * empty argument fix * same vendor-hid usage in both deploys * forgot one board * aaand also forgot the quotes
This commit is contained in:
@@ -22,8 +22,8 @@ set -e
|
||||
|
||||
BOARD="$1"
|
||||
|
||||
./deploy.py --board=$BOARD --opensk --programmer=none
|
||||
python3 -m tools.deploy_partition --board=$BOARD
|
||||
./deploy.py --board="${BOARD}" --opensk --programmer=none $2
|
||||
python3 -m tools.deploy_partition --board="${BOARD}" $2
|
||||
if nrfjprog --reset --family NRF52 ; then
|
||||
echo "Upgrade finished!"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user