You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many Zephyr subsystems as well MCUboot rely on the write-block-size and
erase-block-size properties, of the chosen Flash device in DT,
to determine the optimal parameters for using the flash & its partitions.
Include the soc-nv-flash binding in STM32 External NOR Flash binding so
that those two properties can be specified in the external Flash node
in board DT.
Until now, the workaround for STM32 boards using MCUboot has been to
disable CONFIG_BOOT_MAX_IMG_SECTORS_AUTO in MCUboot's board extra conf
and to set CONFIG_BOOT_MAX_IMG_SECTORS manually depending on the app slot
size & the NOR Flash sector size.
Signed-off-by: Abderrahmane JARMOUNI <[email protected]>
0 commit comments