-
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: bluetooth: fast_pair: locator_tag: HW crypto MCUboot for nRF54L #21106
base: main
Are you sure you want to change the base?
samples: bluetooth: fast_pair: locator_tag: HW crypto MCUboot for nRF54L #21106
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: b153ddddd0cd64fcb24c7af89570a68fd5c4ebcc more detailssdk-nrf:
Github labels
List of changed files detected by CI (26)
Outputs:ToolchainVersion: 4ffa2202d5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
...ysbuild/configuration/nrf54l15dk_nrf54l05_cpuapp/boot_signature_key_file_ed25519_release.pem
Outdated
Show resolved
Hide resolved
66a9fff
to
84d45a3
Compare
Simple rebase, no file diff changes |
84d45a3
to
66bf1b5
Compare
Added the missing content and marked the PR as ready for review. |
66bf1b5
to
4aa3c8c
Compare
Pure rebase |
Updated configurations for the nRF54L build targets in the Fast Pair Locator Tag sample to use HW crypto in the MCUboot bootloader. Aligned the partition layout of the affected targets to fit the MCUboot image into its partition and reserve the appropriate room for the eventual bootloader image growth in future NCS releases. This change breaks the backwards compatibility as it changes the MCUboot signature type from RSA to ED22519 and the layout of the partition map. Ref: NCSDK-30842 Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
Updated the build target configurations based on the nRF52 and the nRF53 Series to use the non-default private key for the generation of the DFU package signature in the Fast Pair Locator Tag sample. Ref: NCSDK-30842 Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
Expanded the Fast Pair Locator Tag sample documentation to include the description of the signature algorithms for the DFU functionality. Added a build section to document requirements regarding the bootloader key provisioning process for the nRF54L-based targets. Ref: NCSDK-30842 Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
4aa3c8c
to
b153ddd
Compare
Addressed compliance issues |
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-21106/nrf/releases_and_maturity/releases/release-notes-changelog.html |
Updated configurations for the nRF54L build targets in the Fast Pair Locator Tag sample to use HW crypto in the MCUboot bootloader.
This change breaks the backwards compatibility as it changes the MCUboot signature type from RSA to ED22519.
Ref: NCSDK-30842