You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for non-recursive single-toolchain multi-image
builds. This resolves#7868.
We are seeing the need to boot Zephyr applications in multiple
stages, a real-world usecase of even a 3-stage bootloader has
been identified and tested.
Each bootloader needs to be individually upgrade-able and have
it's own configurations of Zephyr libraries. To achieve this each
bootloader is organized as it's own executable.
The problem is that the build system can only build one
executable. This creates a usability issue as the user must invoke a
large set of arcane commands to build, sign, and flash each
bootloader.
To resolve this we re-organize the build system such that it can build
multiple executables.
Signed-off-by: Sebastian Bøe <[email protected]>
Signed-off-by: Håkon Øye Amundsen <[email protected]>
0 commit comments