Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boot: zephyr: Check for unexpected flash sector size not compatible w/ series with variable sector sizes #2120

Open
erwango opened this issue Nov 13, 2024 · 0 comments

Comments

@erwango
Copy link

erwango commented Nov 13, 2024

#2059 introduce sanity check based on optional property erase-block-size.

This prevents use of mcuboot on platform not defining this property.
One example are STM32F2, STM32F4 and STM32F7 series which have variable sector size. On these series, erase-block-size depends on sector size and then cannot be defined as done usually in flash controller parent.

Check should have a fallback for this case.

@erwango erwango changed the title boot: zephyr: Check for unexpected flash sector size broke mcuboot support on series with variable sector sizes boot: zephyr: Check for unexpected flash sector size not compatible w/ series with variable sector sizes Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant