nrf54l15 - no partition for fcb when using sysbuild

I am developing a FW for the nrf54l15 which should log sensor data into its internal flash (RRAM) and make it read able later from a Smartphone via BLE.

For this scenario the FCB looks like a perfect match, so i tried to set up a partition for it beside the to application slots and the mcuboot. Adding it to the device tree had no effect. (I found out later that the partition manager is used automaticially when sysbuild is active which ignores the devicetree partitions completely)

So i added CONFIG_FCB=y and hoped that the pm will add an partition for me. but in the build/pm.config nothing changed. when i use CONFIG_NVS=y the pm adds a new partition. but fcb seems not to work. 

Do i miss any configuration? 

And when i am able to get a partition, how can i set the size of it?

os: windows 11

nrf connect sdk: v3.2.1

zephyr os: v4.2.99

Related