-
Notifications
You must be signed in to change notification settings - Fork 649
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
[nrf fromlist] boards: nordic: nrf54l20pdk: Increase RAM,Flash on FLPR #2629
base: main
Are you sure you want to change the base?
[nrf fromlist] boards: nordic: nrf54l20pdk: Increase RAM,Flash on FLPR #2629
Conversation
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Current partitioning is
|
Partitioning after this PR is merged:
|
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
3f337ca
to
4ad2057
Compare
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
4ad2057
to
9831a2f
Compare
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
9831a2f
to
26818b7
Compare
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
24e0d80
to
3f41c5f
Compare
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
3f41c5f
to
4edfa87
Compare
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
4edfa87
to
3313d3c
Compare
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
3313d3c
to
514328e
Compare
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
|
@@ -10,7 +10,7 @@ toolchain: | |||
- xtools | |||
- zephyr | |||
sysbuild: true | |||
ram: 512 | |||
ram: 415 |
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.
main branch without FLPR snippet: 512k - 64k -1k = 447k
if FLPR gets 96k: 512k - 96k - 1k = 415k
}; | ||
|
||
/* 0x20067c00 - 0x20080000; size 0x400 (1k): Reserved for VPR context */ |
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.
typo:
/* 0x2007fc00 - 0x20080000; size 0x400 (1k): Reserved for VPR context */
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