-
Notifications
You must be signed in to change notification settings - Fork 1.4k
sysbuild: Add QSPI XIP split image flag setting for DirectXIP mode #17227
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
Conversation
nordicjm
commented
Sep 9, 2024
|
The following west manifest projects have been modified in this Pull Request:
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: b0330985a70413aa05cdca62ababef61437e6638 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (4)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
bdf3a72 to
5bf3e83
Compare
sysbuild/CMakeLists.txt
Outdated
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.
what about SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP_WITH_REVERT config? should it be also checked here?
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.
DirectXIP with revert mode is not supported in QSPI split image mode because if you confirm one and do not confirm the other, you will reboot into a bricked module
|
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 Publishing GitHub Action. |
5bf3e83 to
880591e
Compare
Updates zephyr to bring in a QSPI XIP split image change Signed-off-by: Jamie McCrae <[email protected]>
Sets a flag for MCUmgr img mgmt to allow uploading to the correct slot when using these specific configuration options Signed-off-by: Jamie McCrae <[email protected]>
880591e to
b033098
Compare