-
Couldn't load subscription status.
- Fork 1.4k
nRF Desktop: NVM layout fix for the nRF54L10 board target #23490
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 Desktop: NVM layout fix for the nRF54L10 board target #23490
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: f1610cb1f0ed30f2c9f25773592397b3b27cb4eb more detailssdk-nrf:
Github labels
List of changed files detected by CI (7)Outputs:ToolchainVersion: 8ea1732c3a Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
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.
In commit message:
The NVM size
in the nRF54L15 SoC is equal to 1012 KB.
Shouldn't it be The NVM size
in the nRF54L10 SoC is equal to 1012 KB.
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.
also for changelog entry
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.
fixed
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.
Should we also write known issue here for our applications or will it be in other PRs?
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.
I will create known issues once the fix PRs are merged (for other projects as well).
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: |
4776039 to
c91e59c
Compare
|
Rebase required to include the fix for MPSL build error: |
Fixed the memory layout for the nrf54l15dk/nrf54l10/cpuapp target in the nRF Desktop application. 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-34584 Signed-off-by: Kamil Piszczek <[email protected]>
Added a changelog entry for the nRF Desktop application that describes the update of the memory map for the nrf54l15dk/nrf54l10/cpuapp board target. Ref: NCSDK-34584 Signed-off-by: Kamil Piszczek <[email protected]>
c91e59c to
f1610cb
Compare
No description provided.