-
Notifications
You must be signed in to change notification settings - Fork 17
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
Bootloader support #305
Comments
I should have some updates about this within the next week or two! Currently the CMake build system (started by ARM, improved by us) does not support this, but it can, someday. |
However, I will admit, it's probably a 1-2 years away thing, not a few months thing, unless someone is interested in working on it now! |
To provide an update, since the merging of the memory banks PR, progress is being made on this. It is now possible for Mbed targets to coeexist with a bootloader, if the target's linker script uses However, the majority of targets still don't have linker scripts that make use of these defines. |
I don't think there is a way to implement bootloaders? mbed-tools was never updated to include it.
ARMmbed/mbed-tools#156
ARMmbed/mbed-tools#315
The give away is this in the configure
How complicated to implement this would it be? I could work around it if too complex.
There was once talk in mbed of supporting mcuboot as it has a lot of nice features.
https://docs.mcuboot.com/
The text was updated successfully, but these errors were encountered: