Merge branch 'bugfix/secure_boot_v2_bootloader_reflash_note' into 'master'

docs: secure-boot-v2: remove incorrect note about bootloader re-flash

See merge request espressif/esp-idf!18695
pull/9328/head
Aditya Patwardhan 2022-06-27 18:23:14 +08:00
commit d5fafe14c2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -289,7 +289,7 @@ How To Enable Secure Boot V2
4. Select the desired UART ROM download mode in "UART ROM download mode". By default, it is set to "Permanently switch to Secure mode" which is generally recommended. For production devices, the most secure option is to set it to "Permanently disabled".
5. Set other menuconfig options (as desired). Pay particular attention to the "Bootloader Config" options, as you can only flash the bootloader once. Then exit menuconfig and save your configuration.
5. Set other menuconfig options (as desired). Then exit menuconfig and save your configuration.
6. The first time you run ``idf.py build``, if the signing key is not found then an error message will be printed with a command to generate a signing key via ``espsecure.py generate_signing_key``.