NCS 3.0.2: nrf54l15_ns_partition.dtsi missing

Using nRF Connection SDK v3.0.2 and nRF Connection SDK Toolchain v3.0.2

Create a new blank application, "Add build Configuration" for nrf54l15dk/nrf54l15/cpuapp/ns then "Generate and Build"

Build will fail with ...

C:/ncs/v3.0.2/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_ns.dts:71:10: fatal error: nordic/nrf54l15_ns_partition.dtsi: No such file or directory
71 | #include <nordic/nrf54l15_ns_partition.dtsi>

That file does not exist.

There do not appear to be any suitable *_partition.dtsi files for the nRF54Lxx series in the 3.0.2 distribution.

Commenting out the relevant line (71) just leads to slot0 build errors instead.

Same problem occurs with the nrf54l15dk/nrf54l15/cpuapp/ns version and the 10 and 05 variants.

No build problems with 2.9.1/2.9.2, only with 3.0.2

Parents
  • Hi,

    I tried to replicate this issue. I have made empty application and built for nrf54l15dk/nrf54l15/ns in NCS v3.0.2 and build was successful. I have also tried with hello_world sample, commenting out all content from main.c but I was still not able to replicate your issue.
    Can you check if you see the same issue when using hello_world sample?

    Best regards,
    Dejan

Reply
  • Hi,

    I tried to replicate this issue. I have made empty application and built for nrf54l15dk/nrf54l15/ns in NCS v3.0.2 and build was successful. I have also tried with hello_world sample, commenting out all content from main.c but I was still not able to replicate your issue.
    Can you check if you see the same issue when using hello_world sample?

    Best regards,
    Dejan

Children
Related