arch/xtensa/esp32s2: Update MCUboot build process

Change the MCUboot build process to, in the future, deprecate the esp-nuttx-bootloaders repository.
This commit is contained in:
Lucas Saavedra Vaz
2023-08-16 11:19:26 -03:00
committed by Xiang Xiao
parent 60fdc9cb72
commit 4bcc930535
6 changed files with 82 additions and 21 deletions
@@ -237,9 +237,9 @@ The corresponding output should show related debug information.
mcuboot_nsh
-----------
Similar configuration as nsh, except that it enables booting from
MCUboot and the experimental features configuration.
You can find more information on the `example's documentation <https://github.com/apache/nuttx-apps/blob/master/examples/mcuboot/swap_test/README.md>`_.
This configuration is the same as the ``nsh`` configuration, but it generates the application
image in a format that can be used by MCUboot. It also makes the ``make bootloader`` command to
build the MCUboot bootloader image using the Espressif HAL.
nsh
---