Bootloader on nRF54L15

Hello,

I have a nrf54l15-pdk available in version 0.2.1 and try to use the bootloader sample "nrf/samples/bootloader" in ncs version 2.7.0 with toolchain version 2.6.1.

When I try to build for "nrf54l15pdk/nrf54l15/cpuapp" I get the following Kconfig warning.

warning: NRFX_NVMC (defined at modules/hal_nordic/nrfx/Kconfig:146, modules/hal_nordic/nrfx/Kconfig:146) has direct dependencies ((n || n || n || n) && HAS_NRFX) || ((n || n || n || n) && HAS_NRFX && 0) with value n, but is currently being y-selected by the following symbols:
 - IS_SECURE_BOOTLOADER (defined at /media/data/ncs/v2.7.0/nrf/subsys/bootloader/Kconfig:198), with value y, direct dependencies y (value: y)
 
 error: Aborting due to Kconfig warnings

Is the bootloader sample simply not yet compatible with the nrf54l15? Or is there a workaround to get this sample running?

Found that the bootloader is not available in the "Software maturity levels" (https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/software_maturity.html#nsib). But will this be added in the future? Is it possible to estimate a release date for this?

Thanks a lot!

Steffen

Related