My product is devloping in nrf52810 with Zephyr . The flash is too small. At present, using all peripherals, the size of app_update.bin is 55KB. The size of MCUBoot partition is 48KB by default. The size of scratch is 4KB while is minimal size. And the size of NVS storage is 8KB while is minimal size. So, the slot0 and slot1 are using 68KB. It's not enough.
So, I want to reduce the MCUBoot partition size. The size of MCUBoot zephyr.bin is 34KB. And I think i can set the MCUBoot partition to 36KB.
However, the partition manager recover the MCUBoot partition configuration while size is 0XC000.
Is there a way to reduce the MCUBoot partition size?