File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -265,9 +265,9 @@ by adding a config file with the credentials to the extraction step.
265265WIFI_CREDENTIALS := { " wifi.ssid" :" <my-ssid>" ," wifi.password" :" <my-password>" }
266266
267267ota.bin: validate.snapshot firmware.envelope
268- $(TOIT_FIRMWARE) -e firmware.envelope container install validate validate.snapshot
269- $(TOIT_FIRMWARE) -e firmware.envelope property set wifi ' $(WIFI_CREDENTIALS)'
270- $(TOIT_FIRMWARE) -e firmware.envelope extract --format=binary -o ota.bin
268+ $(TOIT) tool firmware -e firmware.envelope container install validate validate.snapshot
269+ $(TOIT) tool firmware -e firmware.envelope property set wifi ' $(WIFI_CREDENTIALS)'
270+ $(TOIT) tool firmware -e firmware.envelope extract --format=binary -o ota.bin
271271```
272272
273273We also recommend to only validate a new image once a network connection has been
You can’t perform that action at this time.
0 commit comments