Lines Matching full:mcuboot
12 MCUboot / imgtool
16 the `MCUboot`_ bootloader using the `imgtool`_ program provided by its
24 Here is an example workflow, which builds and flashes MCUboot, as well as the
25 :ref:`hello_world` application for chain-loading by MCUboot. Run these commands
31 west build -b YOUR_BOARD bootloader/mcuboot/boot/zephyr -d build-mcuboot
34 -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"bootloader/mcuboot/root-rsa-2048.pem\"
36 west flash -d build-mcuboot
43 provided and used by by MCUboot for development and testing
45 application that can be loaded by MCUboot, such as the :zephyr:code-sample:`smp-svr` sample.
50 MCUboot
63 serial console when you run ``west flash -d build-mcuboot``:
68 [00:00:00.004,669] <inf> mcuboot: Starting bootloader
69 …[00:00:00.011,169] <inf> mcuboot: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_…
70 [00:00:00.021,636] <inf> mcuboot: Boot source: none
71 [00:00:00.027,313] <wrn> mcuboot: Failed reading image headers; Image=0
72 [00:00:00.035,064] <err> mcuboot: Unable to find bootable image
80 [00:00:00.004,669] <inf> mcuboot: Starting bootloader
81 …[00:00:00.011,169] <inf> mcuboot: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_…
82 [00:00:00.021,636] <inf> mcuboot: Boot source: none
83 [00:00:00.027,374] <inf> mcuboot: Swap type: none
84 [00:00:00.115,142] <inf> mcuboot: Bootloader chainload address offset: 0xc000
85 [00:00:00.123,168] <inf> mcuboot: Jumping to the first image slot
101 MCUboot enabled, signing is setup by the :file:`cmake/mcuboot.cmake` file in
113 one when projects are built with MCUboot signing support enabled. The base
114 Zephyr MCUboot signing file can be used as a reference for creating a new
118 https://mcuboot.com/