-
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
suit: Allow installing Nordic elements from external memory #19173
base: main
Are you sure you want to change the base?
suit: Allow installing Nordic elements from external memory #19173
Conversation
This commit updates the suit-generator revision to bring in the newest changes to the cache_create command. Signed-off-by: Artur Hadasz <[email protected]>
This commit modifies the default SUIT extmem manifests, so that they can be used for updating the Nordic SOC Binaries from external memory. Signed-off-by: Artur Hadasz <[email protected]>
This commit introduces changes in the SUIT build system, allowing to optionally extract Nordic elements into a DFU cache partition file. Signed-off-by: Artur Hadasz <[email protected]>
This commit modifies the memory maps of the SUIT SMP sample to allow updating the Nordic SOC Binaries from external flash. This also greatly increases the available application size. Signed-off-by: Artur Hadasz <[email protected]>
Added modifications allowing for SUIT recovery to be used with external flash Signed-off-by: Artur Hadasz <[email protected]>
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, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 9fce5eaa0a2dcca72dd8d01e63791423a37fb9bc more detailssdk-nrf:
suit-generator:
Github labels
List of changed files detected by CI (14)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
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 Publish GitHub Action. |
Also, the possibility of adding external flash to the recovery application was added