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:
@@ -70,3 +70,11 @@ respectively. You can only upgrade the partition that is not currently running,
|
||||
so always alternate your calls to `perform_upgrade.sh`. Otherwise, this script
|
||||
works like `deploy.py`. You can call it even after you locked down your device,
|
||||
to deploy changes to your development board.
|
||||
|
||||
If you deploy with `--vendor-hid`, also add this flag to `perform_upgrade.sh`,
|
||||
for example:
|
||||
|
||||
```shell
|
||||
./deploy.py --board=nrf52840dk_opensk_a --opensk --vendor-hid
|
||||
./tools/perform_upgrade.sh nrf52840dk_opensk_b --vendor-hid
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user