Skip to content

Commit 4992ac5

Browse files
ahasztagnordicjm
authored andcommitted
doc: Remove mention of SUIT in dfu_multi image doc
A section describing DFU multi image with SUIT was still present, which is no longer valid. Signed-off-by: Artur Hadasz <[email protected]>
1 parent 75be8b3 commit 4992ac5

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

doc/nrf/libraries/dfu/dfu_multi_image.rst

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -37,41 +37,9 @@ The following options control which images are included:
3737
+----------------------------------------------------+-----------------------------------------+
3838
|``SB_CONFIG_DFU_MULTI_IMAGE_PACKAGE_WIFI_FW_PATCH`` | Include nRF700x Wi-Fi® firmware patches.|
3939
+----------------------------------------------------+-----------------------------------------+
40-
|``SB_CONFIG_SUIT_MULTI_IMAGE_PACKAGE_BUILD`` | Include SUIT envelope and cache images. |
41-
+----------------------------------------------------+-----------------------------------------+
4240

4341
.. _lib_dfu_multi_image_suit_multi_image_package:
4442

45-
SUIT multi-image package
46-
========================
47-
48-
The DFU multi-image library supports building a SUIT multi-image package that includes a SUIT envelope and cache images.
49-
The SUIT envelope is always included in the package as image 0, while SUIT cache images are included as subsequent images starting from the image 2.
50-
51-
The SUIT multi-image processing requires the SUIT system to support cache processing.
52-
To enable it, set one of the following Kconfig options to ``y``:
53-
54-
* :kconfig:option:`CONFIG_SUIT_DFU_CANDIDATE_PROCESSING_FULL`
55-
* :kconfig:option:`SUIT_DFU_CANDIDATE_PROCESSING_PUSH_TO_CACHE`
56-
57-
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`.
74-
7543
Dependencies
7644
************
7745

0 commit comments

Comments
 (0)