Search found 2 matches

by jerryc
Fri Apr 11, 2025 6:51 am
Forum: ESP-IDF
Topic: Secure boot and flash encrytion in developmentmode using host generated key and ota issue
Replies: 0
Views: 50

Secure boot and flash encrytion in developmentmode using host generated key and ota issue

esp 32e wroom
idf 5.4.0
Windows
VS Code

the flash steps :
------------------------------------------------------

`espsecure.py generate_flash_encryption_key key.bin

Enable flash encryption on boot (READ DOCS FIRST)

Enable usage mode - development

Enable hardware Secure Boot in bootloader
boot ...
by jerryc
Fri Apr 11, 2025 5:05 am
Forum: ESP-IDF 中文讨论版
Topic: flash加密开发模式ota自定义密钥加密固件失败提示Mismatch chip id, expected 0, found 16916
Replies: 0
Views: 203

flash加密开发模式ota自定义密钥加密固件失败提示Mismatch chip id, expected 0, found 16916

关于硬件部分,esp 32e wroom
关于软件部分,idf 5.4.0

关于开发环境:
使用的操作系统, Windows
IDE,VS Code

烧录过程如下:

------------------------------------------------------------------------------------
生成密钥
espsecure.py generate_flash_encryption_key key.bin
设置允许加密
Enable flash encryption on boot (READ DOCS FIRST)
选择模式
Enable ...

Go to advanced search