samples: crypto: migrate nRF5340 NS builds off Partition Manager - #28543
Merged
Conversation
nordicjm
reviewed
May 5, 2026
| label = "tfm-ps"; | ||
| reg = <0x8000 DT_SIZE_K(16)>; | ||
| }; | ||
|
|
Contributor
Author
There was a problem hiding this comment.
Fixed for all. Direct output from migration script so seems to be a small error there.
| label = "tfm-ps"; | ||
| reg = <0x8000 DT_SIZE_K(16)>; | ||
| }; | ||
|
|
Contributor
There was a problem hiding this comment.
Suggested change
fix in all files
degjorva
force-pushed
the
pm-removal-crypto-samples-5340
branch
from
May 5, 2026 14:12
62709d1 to
f0aba7e
Compare
nordicjm
reviewed
May 5, 2026
Contributor
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 5b770c4eff97005cc932df3c8d88fbaf9d33c9ab more detailssdk-nrf:
Github labels
List of changed files detected by CI (41)Outputs:ToolchainVersion: f0aa129f09 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
nordicjm
requested changes
May 6, 2026
degjorva
force-pushed
the
pm-removal-crypto-samples-5340
branch
from
May 6, 2026 13:35
f0aba7e to
e0f6e8c
Compare
nordicjm
approved these changes
May 13, 2026
degjorva
force-pushed
the
pm-removal-crypto-samples-5340
branch
from
May 13, 2026 08:39
e0f6e8c to
3766296
Compare
|
You can find the documentation preview for this PR here. |
degjorva
force-pushed
the
pm-removal-crypto-samples-5340
branch
from
May 13, 2026 13:54
3766296 to
1d38898
Compare
Disable Partition Manager for the nRF5340/ns target. For psa_tls also: Extend the DTS layout to nrf54lv10a/cpuapp/ns (new overlay) and update the nrf54l10/cpuapp/ns overlay. The stock DTS split allocates only 96 kB (nrf54l10) / 92 kB (nrf54lv10a) of SRAM to the non-secure. This new overlay matches the previous Partition Manager layout Fix nrf54lv10dk_nrf54lv10_cpuapp_ns.conf filename that was missing the 'a' variant suffix and was not being picked up by the build. Signed-off-by: Dag Erik Gjørvad <dag.erik.gjorvad@nordicsemi.no>
degjorva
force-pushed
the
pm-removal-crypto-samples-5340
branch
from
May 15, 2026 11:58
1d38898 to
5b770c4
Compare
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.
Disable Partition Manager for the nRF5340/ns target.
For psa_tls also:
Extend the DTS layout to nrf54lv10a/cpuapp/ns (new overlay) and update the nrf54l10/cpuapp/ns overlay. The stock DTS split allocates only 96 kB (nrf54l10) / 92 kB (nrf54lv10a) of SRAM to the non-secure. This new overlay matches the previous Partition Manager layout
Fix nrf54lv10dk_nrf54lv10_cpuapp_ns.conf filename that was missing the 'a' variant suffix and was not being picked up by the build.