mbedtls3 RSA is quite big and it no longer fits into typical 32k flash area. This is causing issues with latest mcuboot.
We should think on how this could be handled in generic and backward compatible way at least for BSPs that has enough flash.
Also should decide on new 'default' value 48k or 64k ?
possible options:
- new flash map conditional if RSA is being used in bootloader
- new flash map unconditional
- reuse reboot log are where possible (and make it mutually exclusive with RSA signing in mcuboot)
for reference:
mcu-tools/mcuboot#2712
mbedtls3 RSA is quite big and it no longer fits into typical 32k flash area. This is causing issues with latest mcuboot.
We should think on how this could be handled in generic and backward compatible way at least for BSPs that has enough flash.
Also should decide on new 'default' value 48k or 64k ?
possible options:
for reference:
mcu-tools/mcuboot#2712