mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
docs: fix typo related to secure boot
This commit is contained in:
parent
d78439a572
commit
d6c4cbb53f
@ -6,7 +6,7 @@ Bootloader
|
||||
The ESP-IDF Software Bootloader performs the following functions:
|
||||
|
||||
1. Minimal initial configuration of internal modules;
|
||||
2. Initialize :doc:`/security/flash-encryption` and/or :doc:`Secure </security/secure-boot-v2>` features, if configured;
|
||||
2. Initialize :doc:`/security/flash-encryption` and/or :doc:`Secure Boot </security/secure-boot-v2>` features, if configured;
|
||||
3. Select the application partition to boot, based on the partition table and ota_data (if any);
|
||||
4. Load this image to RAM (IRAM & DRAM) and transfer management to the image that was just loaded.
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
ESP-IDF 软件引导加载程序 (Bootloader) 主要执行以下任务:
|
||||
|
||||
1. 内部模块的最小化初始配置;
|
||||
2. 如果配置了 :doc:`/security/flash-encryption` 和/或 :doc:`Secure </security/secure-boot-v2>`,则对其进行初始化。
|
||||
2. 如果配置了 :doc:`/security/flash-encryption` 和/或 :doc:`Secure Boot </security/secure-boot-v2>`,则对其进行初始化。
|
||||
3. 根据分区表和 ota_data(如果存在)选择需要引导的应用程序 (app) 分区;
|
||||
4. 将此应用程序镜像加载到 RAM(IRAM 和 DRAM)中,最后把控制权转交给此应用程序。
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user