-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
MCUBoot not working on disco_l475_iot1 #24243
MCUBoot not working on disco_l475_iot1 #24243
Comments
^^@ABOSTM |
Hi @nandojve ,
https://github.com/zephyrproject-rtos/mcuboot/tree/master/boot/zephyr/boards |
Hi @nandojve , So this issue should be moved to https://github.com/zephyrproject-rtos/mcuboot/ (instead of https://github.com/zephyrproject-rtos/zephyr) |
The fix is correct but you have to submit the PR here: https://github.com/JuulLabs-OSS/mcuboot |
The STM32L475 needs BOOT_MAX_IMG_SECTORS equal 256 to work properly. This add a config file to change default value from 128 to 256 once there isn't a proper way to handle using Device Tree. fixes zephyrproject-rtos/zephyr/issues/24243 Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
@nandojve will you send a PR to zephyr's MCUboot to update our fork? |
Not considered a Zephyr bug since this is board support in mcuboot and has been done upstream. |
MCUBoot not working on disco_l475_iot1. Fixes zephyrproject-rtos#24243. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
MCUBoot not working on disco_l475_iot1. Fixes #24243. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
MCUBoot not working on disco_l475_iot1. Fixes zephyrproject-rtos#24243. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
Describe the bug
To Reproduce
Build current mainline MCUBoot/Zephyr for disco_l475_iot1 board
Expected behavior
After apply this patch it worked fine.
Shell:
Environment (please complete the following information):
Additional context
I not sure if the fix should be sent to MCUBoot module or it can be addressed on Zephyr side like on board, SoC or flash driver.
The text was updated successfully, but these errors were encountered: