Hi,
I am working on a project with an nrf9160 on a custom board that I first developed with NCS v2.6.1.
I am trying to upgrade to latest NCS v2.9.1 but I am facing an issue a link stage.
I moved my custom board definition to HW model v2 without any (visible) issue and I want to move the build system to sysbuild
and use MCUboot
as immutable first-stage bootloader.
If followed the different guides and looked at how it has been done in the existing samples in NCS repository but I am facing an issue at link time where it says that a section does not fit in FLASH
region.
Here is the result of the partition manager report.
I don't know where to start to investigate this issue. Also I am not sure to fully understand what are the different image built in non-secure mode (b0, s0, s1, ...).
Regards
Alexandre