Skip to content

Enlarge bootloader flash area in (selected) BSP #3613

Description

@sjanc

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions