[nrf fromlist] boards: nordic: nrf54l20pdk: Increase RAM,Flash on FLPR#2629
Closed
nordic-segl wants to merge 1 commit intonrfconnect:mainfrom
Closed
[nrf fromlist] boards: nordic: nrf54l20pdk: Increase RAM,Flash on FLPR#2629nordic-segl wants to merge 1 commit intonrfconnect:mainfrom
nordic-segl wants to merge 1 commit intonrfconnect:mainfrom
Conversation
nordic-bami
approved these changes
Mar 18, 2025
mstasiaknordic
approved these changes
Mar 18, 2025
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Mar 18, 2025
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Contributor
Author
|
Current partitioning is |
Contributor
Author
|
Partitioning after this PR is merged: |
nordicjm
approved these changes
Mar 18, 2025
nordic-piks
approved these changes
Mar 18, 2025
3f337ca to
4ad2057
Compare
4ad2057 to
9831a2f
Compare
9831a2f to
26818b7
Compare
24e0d80 to
3f41c5f
Compare
3f41c5f to
4edfa87
Compare
4edfa87 to
3313d3c
Compare
3313d3c to
514328e
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Mar 21, 2025
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Increase SRAM and RRAM available for FLPR core on nRF54L20. Increase both memories from 64k to 96k as it's on L15. L20 has more memory than L15. Currently, some tests/samples doesn't fit. Upstream PR #: 87391 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
514328e to
545eb76
Compare
|
nordic-segl
commented
Mar 27, 2025
| - zephyr | ||
| sysbuild: true | ||
| ram: 512 | ||
| ram: 415 |
Contributor
Author
There was a problem hiding this comment.
main branch without FLPR snippet: 512k - 64k -1k = 447k
if FLPR gets 96k: 512k - 96k - 1k = 415k
nordic-segl
commented
Mar 27, 2025
| ranges = <0x0 0x20067c00 0x18000>; | ||
| }; | ||
|
|
||
| /* 0x20067c00 - 0x20080000; size 0x400 (1k): Reserved for VPR context */ |
Contributor
Author
There was a problem hiding this comment.
typo:
/* 0x2007fc00 - 0x20080000; size 0x400 (1k): Reserved for VPR context */
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Increase SRAM and RRAM available for FLPR core on nRF54L20.
Increase both memories from 64k to 96 as it's on L15.
L20 has more memory than L15.
Currently, some tests/samples doesn't fit.
manifest-pr-skip