Hi
Is there anything in particular I need to do to enable ZMS for the nRF54L15?
I am trying to include the ZMS sample code into my own sample built for the 54l15 appcore, but I get a device tree error:
FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map C:/ncs/v2.9.0/_samples/proj/blinky_stacker_test01/build/blinky_stacker_test01/zephyr/zephyr_pre0.map
cmd.exe /C "cd . && C:\ncs\toolchains\2d382dcd92\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -Os -DNDEBUG -gdwarf-4 -gdwarf-4 @CMakeFiles\zephyr_pre0.rsp -o zephyr\zephyr_pre0.elf -L"c:/ncs/toolchains/2d382dcd92/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v8-m.main/nofp" -lc -lgcc && cmd.exe /C "cd /D C:\ncs\v2.9.0\_samples\proj\blinky_stacker_test01\build\blinky_stacker_test01\zephyr && C:\ncs\toolchains\2d382dcd92\opt\bin\cmake.exe -E true""
c:/ncs/toolchains/2d382dcd92/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: app/libapp.a(flash_handler.c.obj): in function `flash_get_page_info_by_offs':
C:/ncs/v2.9.0/_samples/proj/blinky_stacker_test01/build/blinky_stacker_test01/zephyr/include/generated/zephyr/syscalls/flash.h:165: undefined reference to `z_impl_flash_get_page_info_by_offs'
c:/ncs/toolchains/2d382dcd92/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: app/libapp.a(flash_handler.c.obj): in function `flash_handler_init':
C:/ncs/v2.9.0/_samples/proj/blinky_stacker_test01/src/flash_handler.c:35: undefined reference to `__device_dts_ord_124'
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FAILED: _sysbuild/sysbuild/images/blinky_stacker_test01-prefix/src/blinky_stacker_test01-stamp/blinky_stacker_test01-build C:/ncs/v2.9.0/_samples/proj/blinky_stacker_test01/build/_sysbuild/sysbuild/images/blinky_stacker_test01-prefix/src/blinky_stacker_test01-stamp/blinky_stacker_test01-build
cmd.exe /C "cd /D C:\ncs\v2.9.0\_samples\proj\blinky_stacker_test01\build\blinky_stacker_test01 && C:\ncs\toolchains\2d382dcd92\opt\bin\cmake.exe --build ."
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\2d382dcd92\opt\bin\cmake.EXE' --build C:/ncs/v2.9.0/_samples/proj/blinky_stacker_test01/build
proj.conf like this:
Torbjørn