boards: Update ESP32 related documentation

Update the note on the booting method for all ESP32 related boards.

Signed-off-by: Marek Matej <marek.matej@espressif.com>
This commit is contained in:
Marek Matej 2024-03-19 18:20:30 +01:00 committed by Anas Nashif
commit c0866030eb
17 changed files with 214 additions and 82 deletions

View file

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