-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
samples: matter: bootloader size optimizations #19178
samples: matter: bootloader size optimizations #19178
Conversation
MCUboot for nRF54l15 will be built with support for ED25519 by default and application images will be signed with ED25519 signature. The MCUboot partition size, for this configuration, is set to 0xd000. Signed-off-by: Dominik Ermel <[email protected]>
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
f576d33
to
b1cc3a4
Compare
b1cc3a4
to
7bcf947
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
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.
Please verify the internal variant. Maybe I calculated something wrong, but can see inconsistency there.
@@ -389,6 +389,8 @@ Matter samples | |||
* Updated all Matter samples that support low-power mode to enable the :ref:`lib_ram_pwrdn` feature. | |||
It is enabled by default for the release configuration of the :ref:`matter_lock_sample`, :ref:`matter_light_switch_sample`, :ref:`matter_smoke_co_alarm_sample`, and :ref:`matter_window_covering_sample` samples. | |||
|
|||
* Updated pm static configuration for the :ref:`zephyr:nrf54l15dk_nrf54l15` target, increasing MCUboot size to enable ED25519 signature type. |
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.
Is the ED25519 signature type enabled by default? Because I cannot find any config related to that within this PR.
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.
The defaulting is done here: #19148 , so I guess that this PR should be PR to the 19148 and they should go together.
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.
reopened here: de-nordic#68 and applied comments resolution
samples/matter/template/pm_static_nrf54l15dk_nrf54l15_cpuapp_internal.yml
Show resolved
Hide resolved
samples/matter/template/pm_static_nrf54l15dk_nrf54l15_cpuapp_internal.yml
Show resolved
Hide resolved
samples/matter/template/pm_static_nrf54l15dk_nrf54l15_cpuapp_internal.yml
Show resolved
Hide resolved
samples/matter/template/pm_static_nrf54l15dk_nrf54l15_cpuapp_internal.yml
Show resolved
Hide resolved
samples/matter/template/pm_static_nrf54l15dk_nrf54l15_cpuapp_internal.yml
Show resolved
Hide resolved
Add LTO and size optimization configs for mcuboot and remove redundant configs. Set mcuboot size to `0xD000` for nRF54Lxx Remove PDK overlays. Signed-off-by: Maciej Baczmanski <[email protected]>
7bcf947
to
9063c92
Compare
reopened here: de-nordic#68 and applied comments resolution |
Add LTO and size optimization configs for mcuboot and remove redundant configs.
Set mcuboot size to
0xD000
for nRF54Lxx.Remove PDK overlays.