Lines Matching full:mcuboot
12 with the MCUboot bootloader, flash them both onto your device, and
67 instruct sysbuild to build the MCUboot bootloader, as well as to build and
68 link your main Zephyr application as an MCUboot child image, using sysbuild's
78 the sysbuild target is prefixed with ``sysbuild_`` and if MCUboot is enabled
160 The following example shows how to build :ref:`hello_world` with MCUboot enabled,
298 To debug a different domain (Zephyr application), such as ``mcuboot``, use
301 west debug --domain mcuboot
305 Building a sample with MCUboot
308 Sysbuild supports MCUboot natively.
310 To build a sample like ``hello_world`` with MCUboot,
311 enable MCUboot and build and flash the sample as follows:
336 This builds ``hello_world`` and ``mcuboot`` for the ``reel_board``, and then
337 flashes both the ``mcuboot`` and ``hello_world`` application images to the
340 More detailed information regarding the use of MCUboot with Zephyr can be found
341 in the `MCUboot with Zephyr`_ documentation page on the MCUboot website.
345 The deprecated MCUBoot Kconfig option ``CONFIG_ZEPHYR_TRY_MASS_ERASE`` will
347 flashing only MCUBoot, for example using ``west flash --domain mcuboot``, may
358 MCUboot whenever sysbuild is used:
375 For example, you can create ``sysbuild-mcuboot.conf`` and then
388 :gen-args: -DSB_CONF_FILE=sysbuild-mcuboot.conf
398 :gen-args: -DAPP_DIR=samples/hello_world -DSB_CONF_FILE=sysbuild-mcuboot.conf
437 using sysbuild with mcuboot enabled in the default ``build`` folder
438 location, the ``rom_report`` build target for ``mcuboot`` can be ran
443 west build -d build/mcuboot -t rom_report
448 using ``ninja`` using sysbuild with mcuboot enabled, the ``rom_report``
449 build target for ``mcuboot`` can be ran with:
453 ninja -C mcuboot rom_report
458 using ``make`` using sysbuild with mcuboot enabled, the ``rom_report``
459 build target for ``mcuboot`` can be ran with:
463 make -C mcuboot rom_report
594 When adding a Zephyr application to sysbuild, such as MCUboot, then the
595 configuration files from the application (MCUboot) itself will be used.
710 .. _MCUboot with Zephyr: https://docs.mcuboot.com/readme-zephyr