Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add suit SMP readme #15287

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions doc/nrf/config_and_build/configuring_app/output_build_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,29 @@ MCUboot output build files
| | Created when the :kconfig:option:`CONFIG_BOOT_BUILD_DIRECT_XIP_VARIANT` Kconfig option is enabled. |
+------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

.. _app_build_output_files_suit_dfu:

SUIT output build files
***********************

The following table lists secondary build files that can be generated when building firmware update packages using the :ref:`Software Updates for Internet of Things (SUIT) DFU procedure <ug_nrf54h20_suit_intro>`.

+-------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| File | Description |
+=================================================+========================================================================================================================================================================+
| :file:`root_with_binary_nordic_top.yaml.jinja2` | SUIT Manifest templates automatically placed in the sample directory after the first build of the ``nrf54h_suit_sample`` sample. |
| | They serve as the basis for generating the specific SUIT envelopes tailored to the requirements of different domains within the device (root, application, and radio). |
| :file:`app_envelope.yaml.jinja2` | |
| | |
| :file:`rad_envelope.yaml.jinja2` | |
+-------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :file:`root.suit` | Binary SUIT envelopes that are generated from their respective YAML manifest templates during the build process of the ``nrf54h_suit_sample`` sample. |
| | The :file:`root.suit` contains embedded application core manifest (:file:`application.suit`) and radio core manifest (:file:`radio.suit`). |
| :file:`application.suit` | The :file:`radio.suit` is not generated for the UART version of the ``nrf54h_suit_sample``. |
| | These files can be found in the :file:`build/zephyr` directory after building the sample. |
| :file:`radio.suit` | |
+-------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

.. _app_build_output_files_other:

Other output build files
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/nrf/images/suit_smp_firmware_uploading.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/nrf/images/suit_smp_images_v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/nrf/images/suit_smp_select_advanced.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
377 changes: 377 additions & 0 deletions samples/suit/smp_transfer/README.rst

Large diffs are not rendered by default.

Loading