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:
parent
f47b862c44
commit
b29be06ec2
2 changed files with 16 additions and 10 deletions
|
@ -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
|
||||||
==================
|
==================
|
||||||
|
|
|
@ -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
|
||||||
==================
|
==================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue