Skip to content

Commit a8956bb

Browse files
committed
Documentation/esp32-devkitc: document board_boot_image MCUboot path
Document that the ESP32 DevKitC mcuboot_nsh flow invokes board_boot_image() through BOARDIOC_BOOT_IMAGE and add a reference to the MCUboot application documentation for generic boot flow details. Signed-off-by: aviralgarg05 <gargaviral99@gmail.com>
1 parent 134a565 commit a8956bb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • Documentation/platforms/xtensa/esp32/boards/esp32-devkitc

Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,12 @@ This configuration is the same as the ``nsh`` configuration, but it generates th
655655
image in a format that can be used by MCUboot. It also makes the ``make bootloader`` command to
656656
build the MCUboot bootloader image using the Espressif HAL.
657657

658+
When ``mcuboot`` is used as bootloader, this board uses the
659+
``board_boot_image()`` implementation in the chain-boot path through
660+
``boardctl(BOARDIOC_BOOT_IMAGE)``.
661+
See :doc:`/applications/boot/mcuboot/index` for general MCUboot boot flow
662+
details and platform requirements.
663+
658664
mcuboot_update_agent
659665
--------------------
660666

0 commit comments

Comments
 (0)