08b8058b5c
This feature has been deleted in Zephyr upstream. The project won't build with this line in anymore due to Kconfig errors. Signed-off-by: Marti Bolivar <marti@foundries.io> |
||
---|---|---|
.. | ||
bad-keys | ||
hello-world | ||
.gitignore | ||
Makefile | ||
README.md | ||
build-boot.sh | ||
build-hello.sh | ||
overlay-ecdsa-p256.conf | ||
overlay-rsa.conf | ||
overlay-skip-slot0-validate.conf | ||
overlay-upgrade-only.conf | ||
run-tests.go | ||
run-tests.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.