-
Notifications
You must be signed in to change notification settings - Fork 1.4k
NCSDK-36359: Enable HW rollback protection in the A/B split slot sample #25839
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
base: main
Are you sure you want to change the base?
NCSDK-36359: Enable HW rollback protection in the A/B split slot sample #25839
Conversation
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.
Pull request overview
This PR enables hardware-based rollback protection in the A/B split slot DFU sample by integrating the IronSide counter service with MCUboot. The changes update dependency revisions and add necessary configuration options.
- Updates Zephyr and MCUboot dependencies to pull request branches that support IronSide counters
- Enables IronSide counter service in MCUboot configuration
- Activates hardware-based downgrade prevention in the sysbuild configuration
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| west.yml | Updates Zephyr and MCUboot revisions to pull request branches |
| samples/dfu/ab_split/sysbuild/mcuboot/prj.conf | Enables IronSide counter service and MCUboot IronSide counter implementation |
| samples/dfu/ab_split/sysbuild.conf | Enables hardware-based downgrade prevention configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 5e0239c45c34257fbfbab7c89211e7da529232cc more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (7)Outputs:ToolchainVersion: 964ddb2c70 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
|
PR not ready moving it out of 3.2.0 scope |
Update sdk-zephyr repositories. Ref: NCSDK-36359 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Enable HW-based downgrade protection inside the A/B sample with split slots. Ref: NCSDK-36359 Signed-off-by: Tomasz Chyrowicz <[email protected]>
73e0585 to
5e0239c
Compare
Enable HW rollback protection in the A/B split slot sample.