You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>`.
0 commit comments