-
Notifications
You must be signed in to change notification settings - Fork 3k
Update MTS_DRAGONFLY_F411RE bootloader to work with mbed 5 & 6 #13294
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
Update MTS_DRAGONFLY_F411RE bootloader to work with mbed 5 & 6 #13294
Conversation
@felser, thank you for your changes. |
@felser I'm a little confused here, is this for Mbed 6 or for Mbed 5? Mbed 5 is only supported on the mbed-os-5.15 branch, so if you need an update for that you would have to raise a separate PR against that branch... |
The mention of mbed 5 is due to the issue we discovered with our mdot device. When using the online compiler, the mbed 6 tools are used even when an mbed 5 application is being built. This only is for mbed 6. |
@felser - I don't think bootloaders should live in Mbed OS anymore. Can you refactor your target support such that it is not a requirement for the device to boot up? and a bootloader for FOTA such as with Pelion device management can be added in an application example using the managed bootloader support in Mbed OS. Does that make sense to do? |
Can we get this bootloader updated? If you really do not want it in mbed, there needs to be a solution to the online compiler problem when building mbed 5 apps. |
I see now that this PR is similar to #13135, which added back a bootloader. Can this be merged to resolve the issue in a similar way? |
CI started |
Test run: SUCCESSSummary: 6 of 6 test jobs passed |
Summary of changes
Update the MTS_DRAGONFLY_F411RE bootloader so it works with mbed version 6.x.
Impact of changes
Migration actions required
Documentation
None
Pull request type
Test results
Reviewers