Skip to content

Commit

Permalink
doc: samples: SUIT: Update SMP Transfer Sample guide
Browse files Browse the repository at this point in the history
Update after the manual tests for the release.

Signed-off-by: Janusz Gąsior <janusz.gasior@nordicsemi.no>
  • Loading branch information
jnsgsr authored and rlubos committed Nov 7, 2024
1 parent a6fe428 commit ea14437
Show file tree
Hide file tree
Showing 10 changed files with 198 additions and 70 deletions.
Binary file modified doc/nrf/images/suit_smp_firmware_upload_complete.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.
Binary file modified 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 modified 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.
Binary file modified doc/nrf/images/suit_smp_select_firmware_select_file.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 modified doc/nrf/images/suit_smp_select_image_read.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_show_manifest_01.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_show_manifest_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions samples/suit/flash_companion/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ The Secure Domain Firmware uses the IPC service to read, erase, or write data to

The sample is meant to be booted by the Secure Domain while performing the firmware update process using the :ref:`SUIT <ug_nrf54h20_suit_dfu>` firmware upgrade.

The flash companion sample is not a stand-alone firmware, it is intended to be used with the ``nrf54h_suit_sample`` to complete a firmware transfer with external flash.
The flash companion sample is not a standalone application.
It is designed to work with the ``smp_transfer`` sample to facilitate firmware transfer to external flash.

.. _suit_flash_companion_config:

Expand Down Expand Up @@ -108,7 +109,7 @@ Perform the following steps in the main application directory:
west build -b nrf54h20dk/nrf54h20/cpuapp
west flash
The flash companion sample will be built flashed automatically by sysbuild.
The flash companion sample will be built automatically in the first command with use of sysbuild and properly flashed together with the main application during ``west flash``.

Dependencies
************
Expand Down
263 changes: 195 additions & 68 deletions samples/suit/smp_transfer/README.rst

Large diffs are not rendered by default.

0 comments on commit ea14437

Please sign in to comment.