Skip to content

Commit 34cf3ec

Browse files
committed
doc: Add Known Issues for Custom boards
Added Known Issues for Custom boards as requested in Jira NCSDK-31174 Signed-off-by: divya pillai <[email protected]>
1 parent f2101a0 commit 34cf3ec

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

doc/nrf/releases_and_maturity/known_issues.rst

+30
Original file line numberDiff line numberDiff line change
@@ -5540,6 +5540,36 @@ Calling ``nrf_connect()`` immediately causes fail
55405540

55415541
**Affected platforms:** nRF9160
55425542

5543+
Known issues for custom boards
5544+
******************************
5545+
5546+
.. rst-class:: v2-8-0
5547+
5548+
VSC-2817: Custom boards for the nRF54L15 rev. Engineering B include Kconfig options for the rev. Engineering A
5549+
If you generated a custom board based on the nRF54L15 rev. Engineering B using the |NCS| v2.8.0, the custom board files mistakenly include the following Kconfig select options for the Engineering A version of the SoC:
5550+
5551+
* ``SOC_NRF54L15_ENGA_CPUAPP``
5552+
* ``SOC_NRF54L15_ENGA_CPUFLPR``
5553+
5554+
**Affected platforms:** nRF54L15 (rev. Engineering B)
5555+
5556+
**Workaround:** In the Kconfig file for your custom board (named :file:`Kconfig.<custom_board_name>`, where ``<custom_board_name>`` is the name of your board), manually replace the select options under the ``BOARD_CUSTOM_BOARD_NAME`` Kconfig option:
5557+
5558+
* ``SOC_NRF54L15_ENGA_CPUAPP`` with ``SOC_NRF54L15_CPUAPP``
5559+
* ``SOC_NRF54L15_ENGA_CPUFLPR`` with ``SOC_NRF54L15_CPUFLPR``
5560+
5561+
Then, :ref:`manually regenerate the board <zephyr:custom_board_definition>`.
5562+
5563+
.. rst-class:: v2-9-0 v2-8-0
5564+
5565+
VSC-2817: Custom boards for the nRF54L15 rev. Engineering B adds the :kconfig:option:`CONFIG_SOC_NRF_FORCE_CONSTLAT` setting
5566+
If you generated a custom board based on the nRF54L15 rev. Engineering B using the |NCS| v2.9.0 or v2.8.0, the custom board files add the :kconfig:option:`CONFIG_SOC_NRF_FORCE_CONSTLAT` Kconfig option set to ``y``.
5567+
5568+
**Affected platforms:** nRF54L15 (rev. Engineering B)
5569+
5570+
**Workaround:** In the Kconfig file for your custom board (named :file:`Kconfig.<custom_board_name>`, where ``<custom_board_name>`` is the name of your board), manually remove the :kconfig:option:`CONFIG_SOC_NRF_FORCE_CONSTLAT` Kconfig option.
5571+
Then, :ref:`manually regenerate the board <zephyr:custom_board_definition>`.
5572+
55435573
Known issues for deprecated components
55445574
**************************************
55455575

0 commit comments

Comments
 (0)