Hi,
I am using the nrf54l15 on a custom board in our current project and want to use it with DFU over BLE FOTA as well as TF-M.
I can compile the project just fine before adding DFU as described in your tutorial (tutorial) The only diffrence being that i started from the Blinky Example.
When i try to compile the project it gives me an alignment error:
Here is my compiled partitons.yml (when i delete the sysbuild.conf-File thus not implementing the DFU i suppose?)
I understand that i need to define custom partitions taht are properly aligned to the CONFIG_NRF_TRUSTZONE_FLASH_REGION_SIZE wich defaults to 0x1000 (as it is in the KCONFIG file in the board definition).
Can you please point out to me what is wrong and how i define this correctly?
Maybe you also have resources on how to define a static partitioning-table for your diffrent board-targets as we are currently also in development for a project using the nrf52-Series wich will encounter similar problems i suppose.