-
Notifications
You must be signed in to change notification settings - Fork 1.4k
samples: bluetooth: fast_pair: locator_tag: fix memory map for nRF54L10 #23479
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: fix memory map for nRF54L10 #23479
Conversation
|
Requires the following PR to be merged: |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: c5d5074a5ef27f834e86d31341f715a7fe42478c more detailssdk-nrf:
Github labels
List of changed files detected by CI (4)Outputs:ToolchainVersion: 8ea1732c3a Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: |
|
Remember to fix the following: https://github.com/nrfconnect/sdk-nrf/pull/23490/files#r2236427219 |
5977028 to
1017591
Compare
|
Rebase required to include the fix for MPSL build error: |
Fixed the memory layout for the nrf54l15dk/nrf54l10/cpuapp target in the Bluetooth Fast Pair Locator Tag sample. Previously, it was assumed that the memory size was 10 KB larger than the actual one. The NVM size in the nRF54L10 SoC is equal to 1012 KB. This change in the nRF54L10 partition map is a breaking change and cannot be performed using DFU. As a result, the DFU procedure will fail if you attempt to upgrade the sample firmware based on one of the nRF Connect SDK v3.0 releases. Ref: NCSDK-34582 Signed-off-by: Kamil Piszczek <[email protected]>
Added a changelog entry for the Fast Pair Locator Tag sample that describes the update of the memory map for the nrf54l15dk/nrf54l10/cpuapp board target. Ref: NCSDK-34582 Signed-off-by: Kamil Piszczek <[email protected]>
1017591 to
c5d5074
Compare
Fixed the memory layout for the nrf54l15dk/nrf54l10/cpuapp target in the Bluetooth Fast Pair Locator Tag sample. Previously, it was assumed that the memory size was 10 KB larger than the actual one. The NVM size in the nRF54L15 SoC is equal to 1012 KB.
This change in the nRF54L10 partition map is a breaking change and cannot be performed using DFU. As a result, the DFU procedure will fail if you attempt to upgrade the sample firmware based on one of the nRF Connect SDK v3.0 releases.
Ref: NCSDK-34582