Replies: 2 comments 2 replies
-
We haven't given this much thought, yet. How would you like it to work? What's the ideal workflow look like for you? Are you trying to follow some existing documentation for Pelion or Mbed Bootloader and wanting to replicate that experience identically? (If so, please send a link to the documentation you have in mind.) |
Beta Was this translation helpful? Give feedback.
-
Thanks for your message @Patater ! :) Regarding documentation, we've followed instructions from: It works great but as you see it uses only the old tools. Regarding workflow, what we would like:
The two last parts are the one that we need to get working quite urgently. The relevant part in the old tools seems to be here: https://github.com/ARMmbed/mbed-os/blob/master/tools/regions.py |
Beta Was this translation helpful? Give feedback.
-
Hi there --
I would like to start the discussion about how (and when) the new tools will handle working with a bootloader, an application and ultimately be compatible with Pelion.
The new CMake backend is a pleasure to work with in CI, so it makes having those feature even more important, so that we can add CD to our CI and automatically push new updates.
In the case where support for this is not short term, I would love to know how we cans still use the old tools, or even part of the tools, just the python scripts, to actually make that work.
I have no problem compiling the bootloader on one side, the app on the other and doing the merge "manually" with custom scripts. I'd just like to know where to start.
The Pelion and bootloader examples are great but there are dozens of options to set in
mbed_app.json
, I don't know how they are used, if they are used during compilation? linking? just by the tools to do the merge?Thanks a lot for the help!
Best,
-- Ladislas
Beta Was this translation helpful? Give feedback.
All reactions