-
Notifications
You must be signed in to change notification settings - Fork 1.4k
NCSDK-33237: Add firmware loader sample #24982
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-33237: Add firmware loader sample #24982
Conversation
It is possible to add MCUboot header through --pad-header option. In such cases, the FLASH_LOAD_OFFSET does not point to the begining of the slot, but to the beginning of the executable area, thus the check for the active slot should use ranges instead of exact values. Signed-off-by: Tomasz Chyrowicz <[email protected]>
Add routine that checks if all merged images are configured within the boundary of the merged partition. Ref: NCSDK-35612 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Adjust logic, so the merged slots do not include gaps between images. Ref: NCSDK-25612 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Do not use the DT_FIXED_PARTITION_ADDR for now and allow to start the FW core in the middle of the MCUboot slot. Signed-off-by: Tomasz Chyrowicz <[email protected]>
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 2 projects with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Add a sample demonstrating how to perform a single slot DFU using the firmware loader mode in MCUboot. Ref: NCSDK-33237 Signed-off-by: Tomasz Chyrowicz <[email protected]>
775467f
to
4b48fc0
Compare
You can find the documentation preview for this PR here. |
No description provided.