-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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: lpcxpresso55s69: compilation error #62545
Comments
Hi @butok , Best regards |
This is the known limitation of MCUBoot. |
@butok did you work on a solution to this in your own fork? |
Yes.
|
thanks for info! also curious if you can share NXP's long-term plan, is it SBL (https://github.com/nxp-mcuxpresso/sbl) or MCUBoot? |
Now, Zephyr MCUBoot is functional for LPC55Sxx platforms. After you build & flash MCUBoot and its Hello World application, in a serial terminal you should see:
NOTE:
This is the place for a future improvement, to set application extra options based on the firmware update mode. Have to wait for next imgtool major release. |
thanks! is 512-byte writes, 512-byte erase supported? in other words, should SBL be considered legacy? |
It is supported for non-swap update modes (overwrite-only).
It is a different story. |
Describe the bug
Compilation of the bootloader\mcuboot\boot\zephyr MCUBoot bootloader raises a compilation error for lpcxpresso55s69_cpu0
To Reproduce
Steps to reproduce the behavior:
NOTE: Zephyr MCUBoot compilation guides:
Expected behavior
No errors.
Logs and console output
Environment (please complete the following information):
Additional information
Compiled the MCUBoot for the mimxrt685_evk_cm33 target without errors.
So this is the lpcxpresso55s69-specific issue.
The text was updated successfully, but these errors were encountered: