Skip to content

Commit a5f97e4

Browse files
divipillairlubos
authored andcommitted
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 f951fdf commit a5f97e4

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

doc/nrf/releases_and_maturity/known_issues.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5461,6 +5461,36 @@ Calling ``nrf_connect()`` immediately causes fail
54615461

54625462
**Affected platforms:** nRF9160
54635463

5464+
Known issues for custom boards
5465+
******************************
5466+
5467+
.. rst-class:: v2-8-0
5468+
5469+
VSC-2817: Custom boards for the nRF54L15 rev. Engineering B include Kconfig options for the rev. Engineering A
5470+
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:
5471+
5472+
* ``SOC_NRF54L15_ENGA_CPUAPP``
5473+
* ``SOC_NRF54L15_ENGA_CPUFLPR``
5474+
5475+
**Affected platforms:** nRF54L15 (rev. Engineering B)
5476+
5477+
**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:
5478+
5479+
* ``SOC_NRF54L15_ENGA_CPUAPP`` with ``SOC_NRF54L15_CPUAPP``
5480+
* ``SOC_NRF54L15_ENGA_CPUFLPR`` with ``SOC_NRF54L15_CPUFLPR``
5481+
5482+
Then, :ref:`manually regenerate the board <zephyr:custom_board_definition>`.
5483+
5484+
.. rst-class:: v2-9-0 v2-8-0
5485+
5486+
VSC-2817: Custom boards for the nRF54L15 rev. Engineering B adds the :kconfig:option:`CONFIG_SOC_NRF_FORCE_CONSTLAT` setting
5487+
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``.
5488+
5489+
**Affected platforms:** nRF54L15 (rev. Engineering B)
5490+
5491+
**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.
5492+
Then, :ref:`manually regenerate the board <zephyr:custom_board_definition>`.
5493+
54645494
Known issues for deprecated components
54655495
**************************************
54665496

0 commit comments

Comments
 (0)