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
The build system merges all application images into a single :file:`dfu_cache_partition_1.bin` partition file and places its content into the multi-image image 2.
58
-
This allows all application images to be stored in a single DFU multi-image, as they will be processed by SUIT.
59
-
60
-
The :kconfig:option:`SB_CONFIG_SUIT_MULTI_IMAGE_PACKAGE_BUILD` Kconfig option enables building the SUIT multi-image package.
61
-
As a result, the multi-image package will contain:
62
-
63
-
* Image 0:
64
-
- SUIT envelope that contains manifests only.
65
-
66
-
* Image 2:
67
-
- Application core image.
68
-
- Radio core image, if applicable.
69
-
- Additional images, if applicable.
70
-
71
-
You can add more data to be processed by SUIT to the following images starting from image 3.
72
-
This operation will require an additional binary file and the proper :file:`dfu_cache_partition_X` definition in a devicetree configuration file, where ``X`` is the image number minus 1.
73
-
So for the image 3, you would need :file:`dfu_cache_partition_2`.
0 commit comments