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:
parent
2395f08d48
commit
c0866030eb
17 changed files with 214 additions and 82 deletions
|
@ -92,12 +92,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
|
||||
==================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue