Lines Matching full:mcuboot
37 MCUBoot API
40 The MCUboot API is provided to get version information and boot status of
54 MCUboot subsection
58 `MCUboot boot loader`_. It interfaces with MCUboot and is aware of the image
59 format required by it, so that Device Firmware Upgrade is available when MCUboot
61 `MCUboot GitHub Project`_ page.
63 In order to use MCUboot with Zephyr you need to take the following into account:
65 1. You will need to define the flash partitions required by MCUboot; see
79 be built in an MCUboot-compatible manner
80 4. You need to build and flash MCUboot itself on your device
85 More detailed information regarding the use of MCUboot with Zephyr can be found
86 in the `MCUboot with Zephyr`_ documentation page on the MCUboot website.
88 .. _MCUboot boot loader: https://mcuboot.com/
89 .. _MCUboot with Zephyr: https://docs.mcuboot.com/readme-zephyr
90 .. _MCUboot GitHub Project: https://github.com/runtimeco/mcuboot