File tree 1 file changed +7
-4
lines changed
examples/contact-sensor-app/nxp/k32w0
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -611,6 +611,10 @@ Note that the application needs to be built using the `chip_enable_ota_requestor
611
611
This is enabled in the configuration by default if no ` chip_enable_ota_requestor ` explicit setting
612
612
is done.
613
613
614
+ Please also note that, by default, the device expects the OTA image
615
+ to be encrypted with the same key specified by ` chip_with_ota_key ` .
616
+ See ` args.gni ` for the default gn configuration.
617
+
614
618
### OTA Testing
615
619
616
620
The OTA topology used for OTA testing is illustrated in the figure below.
@@ -701,10 +705,9 @@ Here is an example that generates an OTA image with application update TLV:
701
705
./scripts/tools/nxp/ota/ota_image_tool.py create -v 0xDEAD -p 0xBEEF -vn 2 -vs "2.0" -da sha256 --enc_enable --input_ota_key "1234567890ABCDEFA1B2C3D4E5F6F1B4" --app-input-file chip-k32w0x-contact-example.bin chip-k32w0x-contact-example.ota
702
706
```
703
707
704
- Please note the two options ` --enc_enable ` and ` --input_ota_key ` , which are
705
- mandatory when ` chip_with_ota_encryption=1 ` . The value of ` --input_ota_key ` must
706
- match the value of ` chip_with_ota_key ` . See ` args.gni ` for the default gn
707
- configuration.
708
+ Please note the two options ` --enc_enable ` and ` --input_ota_key ` ,
709
+ which are mandatory when ` chip_with_ota_encryption=1 ` . The value
710
+ of ` --input_ota_key ` must match the value of ` chip_with_ota_key ` .
708
711
709
712
A note regarding OTA image header version (` -vn ` option). An application binary
710
713
has its own software version, given by
You can’t perform that action at this time.
0 commit comments