boards: espressif: Update documentation

Update the booting information in recently added
Espressif boards to include simple boot method.

Signed-off-by: Marek Matej <marek.matej@espressif.com>
This commit is contained in:
Marek Matej 2024-04-08 16:42:28 +02:00 committed by Anas Nashif
commit b29be06ec2
2 changed files with 16 additions and 10 deletions

View file

@ -88,12 +88,15 @@ below to retrieve those files.
Building & Flashing Building & Flashing
******************* *******************
ESP-IDF bootloader Simple boot
================== ===========
The board is using the ESP-IDF bootloader as the default 2nd stage bootloader. The board could be loaded using the single binary image, without 2nd stage bootloader.
It is build as a subproject at each application build. No further attention It is the default option when building the application without additional configuration.
is expected from the user.
.. note::
Simple boot does not provide any security features nor OTA updates.
MCUboot bootloader MCUboot bootloader
================== ==================

View file

@ -137,12 +137,15 @@ below to retrieve those files.
Building & Flashing Building & Flashing
******************* *******************
ESP-IDF bootloader Simple boot
================== ===========
The board is using the ESP-IDF bootloader as the default 2nd stage bootloader. The board could be loaded using the single binary image, without 2nd stage bootloader.
It is build as a subproject at each application build. No further attention It is the default option when building the application without additional configuration.
is expected from the user.
.. note::
Simple boot does not provide any security features nor OTA updates.
MCUboot bootloader MCUboot bootloader
================== ==================