boards: nordic: nrf54l20pdk: Increase RAM, Flash on FLPR#20988
boards: nordic: nrf54l20pdk: Increase RAM, Flash on FLPR#20988nordic-segl wants to merge 1 commit intonrfconnect:mainfrom
Conversation
|
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: bed60b258eb5a165fc667a2786f491b07e55fec2 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (9)Outputs:ToolchainVersion: 4ffa2202d5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
See comments in PR to sdk-zephyr for memory map partitioning. |
| help | ||
| Size of RAM available for the vpr_launcher application (usually run on cpuapp). | ||
| Must match the size of the cpuapp_sram node. |
There was a problem hiding this comment.
nrf54l15 does not match, is 188KiB in https://github.com/nrfconnect/sdk-zephyr/blob/3f337ca1170cd7aa9c4a62c1a9cce992e5caed90/dts/common/nordic/nrf54l15.dtsi which is 0x2f000 not 0x28000
There was a problem hiding this comment.
There is nordic-flprsnippet that adds building of vpr_launcher.
It changes SRAM partitioning.
Value of 160k / 0x28000 is set here:
https://github.com/nrfconnect/sdk-zephyr/blob/main/snippets/nordic-flpr/soc/nrf54l15_cpuapp.overlay#L32
Not sure why it's done this way.
|
You can find the documentation preview for this PR here. |
b155a78 to
a24f7d8
Compare
d252e61 to
9338744
Compare
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
9338744 to
bed60b2
Compare
|
|
This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time. |



Include sdk-zephyr from PR:
nrfconnect/sdk-zephyr#2629
Align Partition Manager configuration.