Not able to implement Secure Boot
Posted: Tue Jul 21, 2020 3:01 pm
Hi i was trying the secure boot functionality. Flowed the steps provided in the below link:https://docs.espressif.com/projects/esp ... ot-v1.html
I was trying on the reflashable method.
Steps followed:
1)Enabled secure boot in the menuconfig.Secure bootloader mode selected as reflashable.
Hardware key encoding:No encoding selected.
2)generated a key using
openssl ecparam -name prime256v1 -genkey -noout -out my_secure_boot_signing_key.pem `
3)copied the same into the project folder.
4) Run idf. py bootloader
obatined two flashing method.
5) flashed using : idf.py -p COM7 bootloader-flash
6) flashed sucessfully but resp32 but it only restarts
I was trying on the reflashable method.
Steps followed:
1)Enabled secure boot in the menuconfig.Secure bootloader mode selected as reflashable.
Hardware key encoding:No encoding selected.
2)generated a key using
openssl ecparam -name prime256v1 -genkey -noout -out my_secure_boot_signing_key.pem `
3)copied the same into the project folder.
4) Run idf. py bootloader
obatined two flashing method.
5) flashed using : idf.py -p COM7 bootloader-flash
6) flashed sucessfully but resp32 but it only restarts