dbc5727902
This full.bin target demonstrates how to assemble all of the images into a single file which can be flashed to the device. As it is, it will then boot into the first "primary" image. The second image will be present, but will not ever be run. Signed-off-by: David Brown <david.brown@linaro.org> |
||
---|---|---|
.. | ||
hello1 | ||
hello2 | ||
.gitignore | ||
Makefile | ||
README.md | ||
build-boot.sh | ||
build-hello.sh |
README.md
Zephyr sample application.
In order to successfully deploy an application using mcuboot, it is necessary to build at least one other binary: the application itself. It is beyond the scope of this documentation to describe what an application is able to do, however a working example is certainly useful.
Please see the comments in the Makefile in this directory for more details on how to build and test this application.
The hello applications were taken directly from the Zephyr source tree.