-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: SUIT DFU customize guide fixes for 2.8.0 #17928
doc: SUIT DFU customize guide fixes for 2.8.0 #17928
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 002ebbca7817d0ec34c5854d91fbb8af89807370 more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
c8cbbba
to
94ddb0d
Compare
@@ -7,7 +7,7 @@ How to customize the SUIT DFU process | |||
:local: | |||
:depth: 2 | |||
|
|||
Nordic Semiconductor provides a Software Update Internet of Things (SUIT) sample (:ref:`ug_nrf54h20_suit_intro`) which uses predefined configurations in the build system. | |||
Nordic Semiconductor provides a :ref:`Software Update Internet of Things (SUIT) sample <nrf54h_suit_sample>` which uses predefined configurations in the build system. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: The acronym SUIT stands for 'Software Update for Internet of Things' and not 'Software Update Internet of Things'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
doc/nrf/app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_suit_customize_qsg.rst
Outdated
Show resolved
Hide resolved
doc/nrf/app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_suit_customize_dfu.rst
Outdated
Show resolved
Hide resolved
doc/nrf/app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_suit_customize_dfu.rst
Outdated
Show resolved
Hide resolved
@@ -264,6 +265,7 @@ With the Python dictionary you are able to, for example: | |||
* Obtain the size of partition with ``application['dt'].chosen_nodes['zephyr,code-partition'].regs[0].size`` | |||
* Get the pair of URI name and the binary path by using ``'#{{ application['name'] }}': {{ application['binary'] }}`` | |||
* Get the root manifest sequence number with ``suit-manifest-sequence-number: {{ APP_ROOT_SEQ_NUM }}`` | |||
* Gey thr vendor name by using ``application['config']['CONFIG_SUIT_MPI_APP_LOCAL_1_VENDOR_NAME']`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Gey thr vendor name by using ``application['config']['CONFIG_SUIT_MPI_APP_LOCAL_1_VENDOR_NAME']`` | |
* Get the vendor name by using ``application['config']['CONFIG_SUIT_MPI_APP_LOCAL_1_VENDOR_NAME']`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small typos
This commit updates this part of the documentation taking into account changes for 2.8.0 release Signed-off-by: Artur Hadasz <[email protected]>
0626c50
to
002ebbc
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
This commit updates this part of the documentation taking into account changes for 2.8.0 release