33fbef51c0
This commit is a followup to the usage of `find_package(Zephyr ...)`. The zephyr/hello-world sample has been updated to use find_package. The assemble.py script now takes ZEPHYR_BASE as an argument, so it may be used from CMakeLists.txt files when ZEPHYR_BASE is not set in environment, and thus the Makefile sample has been adjusted accordingly. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> |
||
---|---|---|
.. | ||
bad-keys | ||
hello-world | ||
.gitignore | ||
Makefile | ||
README.md | ||
build-boot.sh | ||
build-hello.sh | ||
overlay-ecdsa-p256.conf | ||
overlay-rsa.conf | ||
overlay-skip-primary-slot-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.
Note that this sample uses the "ninja" build tool, which can be installed on most systems using the system package manager, e.g., for a Debian-based distro:
$ sudo apt-get install ninja
or in Fedora:
$ sudo dnf install ninja