We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046b6a0 commit aeef30cCopy full SHA for aeef30c
example/tools/ota/ota_mass_upload.sh
@@ -1,4 +1,4 @@
1
-# !/bin/bash
+#!/bin/bash
2
3
# This script is used to upload the firmware to the device using the OTA service.
4
@@ -20,7 +20,7 @@ printHelp () {
20
echo " perform ota on devices with firmware=v1 tag"
21
echo " $0 -t firmware=v1 -f myfirmware.bin"
22
echo " perform ota on devices with firmware=v1 tag and apply new tag firmware=v2 to updated devices, waiting for 1200 seconds"
23
- echo " $0 -t firmware=v1 -f myfirmware.bin -v firmware=v2 -w 1200"
+ echo " $0 -t firmware=v1 -f myfirmware.bin -v firmware=v2 -o 1200"
24
echo " perform ota on two specified devices"
25
echo " $0 -d 261ec96a-38ba-4520-96e6-2447c4163e9b,8b10acdb-b722-4068-8e4d-d1c1b7302df4 -f myfirmware.bin"
26
echo ""
0 commit comments