You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge in WMN_TOOLS/matter from ota_doc_updates to RC_2.3.0-1.3
Squashed commit of the following:
commit 5a424081597806b9d54aac6474662dbe38a462d6
Author: Michael Rupp <michael.rupp@silabs.com>
Date: Fri Apr 19 12:21:46 2024 -0400
review comment, add section to create encrypted .ota
commit 8094896d93b304979257c8297e1a24639784cf34
Author: Michael Rupp <michael.rupp@silabs.com>
Date: Sat Apr 13 11:58:32 2024 -0400
OTA documentation update
Copy file name to clipboardexpand all lines: docs/silabs/general/OTA_SOFTWARE_UPDATE.md
+14
Original file line number
Diff line number
Diff line change
@@ -280,6 +280,20 @@ Host will initiate OTA download to receive combined image (TA+M4) and store M4 a
280
280
```
281
281
- The application device will connect to the Provider and start the image download. Once the image is downloaded the device will reboot into the downloaded image.
282
282
283
+
## Multi-Chip OTA Images
284
+
Multi-Chip OTA is implemented only forEFR32 devices. Multi-chip OTA uses an enhanced ota_image_tool.py script which creates .ota files that contain additional TLV headers. These TLV headers describe the binaries to be sent over the air. The enhanced script is located at scripts/tool/silabs/ota/ota_image_tool.py which is a wrapper to the original src/app/ota_image_tool.py. Multiple binaries can be packagedin the .ota file. Some Tags are reserved for specific Silicon Labs binaries, and other Tags are available to be used for arbitrary TLVs. The payloads can be encrypted.
285
+
286
+
For more information on creating a Multi-Chip .ota file see the
0 commit comments