Skip to content

Commit 1483184

Browse files
committed
doc: known_issues: fix SoC typo in NCSDK-34582 issue
Fixed the SoC typo in the NCSDK-34582 issue. The incorrect reference to the nRF54L15 SoC was replaced with the nRF54L10 SoC. Ref: NCSDK-34582 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent dc6f9a5 commit 1483184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/nrf/releases_and_maturity/known_issues.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2737,8 +2737,8 @@ Bluetooth samples
27372737

27382738
NCSDK-34582: The :ref:`fast_pair_locator_tag` sample uses incorrect partition map for the nRF54L10 SoC
27392739
The partition map for the ``nrf54l15dk/nrf54l10/cpuapp`` board target is incorrect in the :ref:`fast_pair_locator_tag` sample.
2740-
In the |NCS| releases affected by this issue, it was assumed that the NVM size of the nRF54L15 SoC was 10 KB larger than the actual one.
2741-
The NVM size of the nRF54L15 SoC is equal to 1012 KB.
2740+
In the |NCS| releases affected by this issue, it was assumed that the NVM size of the nRF54L10 SoC was 10 KB larger than the actual one.
2741+
The NVM size of the nRF54L10 SoC is equal to 1012 KB.
27422742

27432743
The workaround fix for the nRF54L10 partition map is a breaking change and cannot be performed using DFU.
27442744
The DFU procedure will fail if you attempt to upgrade the sample firmware based on one of the |NCS| releases that is affected by this issue.

0 commit comments

Comments
 (0)