-
Notifications
You must be signed in to change notification settings - Fork 8
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
Attach Nordic-top to the Root manifest #91
Conversation
f829298
to
fbc7ce1
Compare
pytest coverage results
Note: This message is automatically posted and updated by the CI (HCS/test-sdk-dfu/master/668) |
ncs/sysctrl_envelope.yaml.jinja2
Outdated
suit-invoke: | ||
- suit-directive-set-component-index: 0 | ||
- suit-directive-override-parameters: | ||
suit-parameter-image-size: | ||
file: {{ sysctrl['binary'] }} | ||
- suit-condition-image-match: [] | ||
# TODO: Uncomment once SysCtrl booting is done using SUIT - NCSDK-25614 | ||
# - suit-condition-image-match: [] | ||
- suit-directive-invoke: [] |
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.
- suit-directive-invoke:
That on shall be commented out as well, if Sysctl sahll NOT be booted using SUIT
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.
Thanks for spotting this. I will comment this out.
BTW - I'm disabling this because with current implementation where SDFW starts SCFW, the attempt to boot SCFW ended up with reboots.
- RFC4122_UUID: | ||
namespace: nordicsemi.com | ||
name: nRF54H20_sec | ||
- - INSTLD_MFST |
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.
Is there a possibility that there will be a build in which there will be only secdom available and sysctl should be removed from the output yaml file - in meaning that we should add here condition to check if sysctrl is defined?
73619e0
to
81586e7
Compare
Adjust Kconfig to support the manifest hierarchy. Add nordic-top envelope template. Add root envelope tampate that uses nordic-top. Disable SysCtrl booting in sysctrl template until SUIT is used for booting it. Signed-off-by: Adam Szczygieł <[email protected]>
81586e7
to
c154d1d
Compare
NCSDK-25613