forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
suit: add editable manifests and rework directory layout
Add build system mechanism for adding editable manifest templates into the application. Add west script for initializing and maintaining editable manifest templates. Signed-off-by: Rafał Kuźnia <[email protected]>
- Loading branch information
Showing
28 changed files
with
959 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
applications/matter_bridge/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.conf
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
150 changes: 150 additions & 0 deletions
150
config/suit/templates/nrf54h20/default/v1/app_envelope.yaml.jinja2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
{%- set mpi_application_vendor_name = application['config']['CONFIG_SUIT_MPI_APP_LOCAL_1_VENDOR_NAME']|default('nordicsemi.com') %} | ||
{%- set mpi_application_class_name = application['config']['CONFIG_SUIT_MPI_APP_LOCAL_1_CLASS_NAME']|default('nRF54H20_sample_app') %} | ||
{%- set sequence_number = sysbuild['config']['SB_CONFIG_SUIT_ENVELOPE_SEQUENCE_NUM'] %} | ||
SUIT_Envelope_Tagged: | ||
suit-authentication-wrapper: | ||
SuitDigest: | ||
suit-digest-algorithm-id: cose-alg-sha-256 | ||
suit-manifest: | ||
suit-manifest-version: 1 | ||
suit-manifest-sequence-number: {{ sequence_number }} | ||
suit-common: | ||
suit-components: | ||
- - MEM | ||
- {{ application['dt'].label2node['cpu'].unit_addr }} | ||
- {{ get_absolute_address(application['dt'].chosen_nodes['zephyr,code-partition']) }} | ||
- {{ application['dt'].chosen_nodes['zephyr,code-partition'].regs[0].size }} | ||
- - CAND_IMG | ||
- 0 | ||
suit-shared-sequence: | ||
- suit-directive-set-component-index: 0 | ||
- suit-directive-override-parameters: | ||
suit-parameter-vendor-identifier: | ||
RFC4122_UUID: {{ mpi_application_vendor_name }} | ||
suit-parameter-class-identifier: | ||
RFC4122_UUID: | ||
namespace: {{ mpi_application_vendor_name }} | ||
name: {{ mpi_application_class_name }} | ||
suit-parameter-image-digest: | ||
suit-digest-algorithm-id: cose-alg-sha-256 | ||
suit-digest-bytes: | ||
file: {{ application['binary'] }} | ||
suit-parameter-image-size: | ||
file: {{ application['binary'] }} | ||
- suit-condition-vendor-identifier: | ||
- suit-send-record-success | ||
- suit-send-record-failure | ||
- suit-send-sysinfo-success | ||
- suit-send-sysinfo-failure | ||
- suit-condition-class-identifier: | ||
- suit-send-record-success | ||
- suit-send-record-failure | ||
- suit-send-sysinfo-success | ||
- suit-send-sysinfo-failure | ||
suit-validate: | ||
- suit-directive-set-component-index: 0 | ||
# In the case of streaming operations it is worth to retry them at least once. | ||
# This increases the robustness against bit flips on the transport, | ||
# for example when storing the data on an external memory device. | ||
# The suit-directive-try-each will complete on the first successful subsequence. | ||
- suit-directive-try-each: | ||
- - suit-condition-image-match: | ||
- suit-send-record-success | ||
- suit-send-record-failure | ||
- suit-send-sysinfo-success | ||
- suit-send-sysinfo-failure | ||
- - suit-condition-image-match: | ||
- suit-send-record-success | ||
- suit-send-record-failure | ||
- suit-send-sysinfo-success | ||
- suit-send-sysinfo-failure | ||
suit-invoke: | ||
- suit-directive-set-component-index: 0 | ||
- suit-directive-invoke: | ||
- suit-send-record-failure | ||
suit-install: | ||
- suit-directive-set-component-index: 1 | ||
- suit-directive-override-parameters: | ||
suit-parameter-uri: '#{{ application['name'] }}' | ||
suit-parameter-image-digest: | ||
suit-digest-algorithm-id: cose-alg-sha-256 | ||
suit-digest-bytes: | ||
file: {{ application['binary'] }} | ||
- suit-directive-fetch: | ||
- suit-send-record-failure | ||
- suit-directive-try-each: | ||
- - suit-condition-image-match: | ||
- suit-send-record-success | ||
- suit-send-record-failure | ||
- suit-send-sysinfo-success | ||
- suit-send-sysinfo-failure | ||
- - suit-condition-image-match: | ||
- suit-send-record-success | ||
- suit-send-record-failure | ||
- suit-send-sysinfo-success | ||
- suit-send-sysinfo-failure | ||
- suit-directive-set-component-index: 0 | ||
- suit-directive-override-parameters: | ||
suit-parameter-source-component: 1 | ||
# When copying the data it is worth to retry the sequence of | ||
# suit-directive-copy and suit-condition-image-match at least once. | ||
# If a bit flip occurs, it might be due to a transport issue, not | ||
# a corrupted candidate image. In this case the bit flip is recoverable | ||
# and it is worth retrying the operation. | ||
# The suit-directive-try-each will complete on the first successful subsequence. | ||
- suit-directive-try-each: | ||
- - suit-directive-copy: | ||
- suit-send-record-failure | ||
- suit-condition-image-match: | ||
- suit-send-record-success | ||
- suit-send-record-failure | ||
- suit-send-sysinfo-success | ||
- suit-send-sysinfo-failure | ||
- - suit-directive-copy: | ||
- suit-send-record-failure | ||
- suit-condition-image-match: | ||
- suit-send-record-success | ||
- suit-send-record-failure | ||
- suit-send-sysinfo-success | ||
- suit-send-sysinfo-failure | ||
suit-text: | ||
suit-digest-algorithm-id: cose-alg-sha-256 | ||
|
||
suit-candidate-verification: | ||
- suit-directive-set-component-index: 1 | ||
- suit-directive-override-parameters: | ||
suit-parameter-uri: '#{{ application['name'] }}' | ||
suit-parameter-image-digest: | ||
suit-digest-algorithm-id: cose-alg-sha-256 | ||
suit-digest-bytes: | ||
file: {{ application['binary'] }} | ||
- suit-directive-fetch: | ||
- suit-send-record-failure | ||
- suit-directive-try-each: | ||
- - suit-condition-image-match: | ||
- suit-send-record-success | ||
- suit-send-record-failure | ||
- suit-send-sysinfo-success | ||
- suit-send-sysinfo-failure | ||
- - suit-condition-image-match: | ||
- suit-send-record-success | ||
- suit-send-record-failure | ||
- suit-send-sysinfo-success | ||
- suit-send-sysinfo-failure | ||
|
||
suit-manifest-component-id: | ||
- INSTLD_MFST | ||
- RFC4122_UUID: | ||
namespace: {{ mpi_application_vendor_name }} | ||
name: {{ mpi_application_class_name }} | ||
suit-text: | ||
en: | ||
'["MEM", {{ application['dt'].label2node['cpu'].unit_addr }}, {{ get_absolute_address(application['dt'].chosen_nodes['zephyr,code-partition']) }}, {{ application['dt'].chosen_nodes['zephyr,code-partition'].regs[0].size }}]': | ||
suit-text-vendor-name: Nordic Semiconductor ASA | ||
suit-text-model-name: nRF54H20_cpuapp | ||
suit-text-vendor-domain: nordicsemi.com | ||
suit-text-model-info: The nRF54H20 application core | ||
suit-text-component-description: Sample application core FW | ||
suit-text-component-version: v1.0.0 | ||
suit-integrated-payloads: | ||
'#{{ application['name'] }}': {{ application['binary'] }} |
Oops, something went wrong.