-
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
sysbuild: nrf70: Use PM for external flash store #20042
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 04b7f207aa0f891bd52a9a0b594104659adcc5e9 more detailssdk-nrf:
Github labels
List of changed files detected by CI (8)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
267e209
to
bdb22f2
Compare
@visinor please retest the strategy has changed and docs updated. |
@ArekBalysNordic can you please check if this affects Matter samples? We now have the Wi-Fi partition defined in the PM subsystem itself. |
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
Memory footprint analysis revealed the following potential issuessample.matter.template.release[nrf7002dk/nrf5340/cpuapp]: High ROM usage: 821138[B] - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-20042/5) |
Let me check. I'm a bit worried because The patch is located after the |
Ok, we have our own |
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.
Does it require a changelog entry?
bdb22f2
to
0cec495
Compare
0cec495
to
1e5bcf7
Compare
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
Add a dedicated Wi-Fi partition for storing nRF70 firmware patches on external flash. Signed-off-by: Chaitanya Tata <[email protected]>
1e5bcf7
to
04b7f20
Compare
reg = <0x0 DT_SIZE_K(128)>; | ||
}; | ||
}; | ||
/{ |
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.
/{ | |
/ { |
Rather than re-run CI, please fix up in a future commit e.g. when sysbuild support is added to snippets
Drop support for non-PM based build for external flash support, now PM is mandatory for cross-platform support.
Fix SHEL-3355.