Search found 6 matches

by nikunj.patel
Mon Sep 07, 2020 7:23 am
Forum: General Discussion
Topic: Issue after enabling secure boot and flash encryption togeather [IDFGH-3857]
Replies: 14
Views: 12315

Re: Issue after enabling secure boot and flash encryption togeather [IDFGH-3857]

Hi Angus, Sorry for the late reply. As of now, we have replaced the esp32 chip. Did you flash Secure Boot in "One-time flash" mode? If so then I'm afraid Secure Boot is behaving as designed and is preventing the device from booting a modified bootloader. It's not possible to disable flash encryption...
by nikunj.patel
Tue Aug 25, 2020 11:12 am
Forum: General Discussion
Topic: Issue after enabling secure boot and flash encryption togeather [IDFGH-3857]
Replies: 14
Views: 12315

Re: Issue after enabling secure boot and flash encryption togeather [IDFGH-3857]

Hi Angus, Is it possible the flash chip has enabled hardware write protection somehow? Or that the FLASH_CRYPT_CNT efuse had been burned already before flashing of the plaintext firmware was done? How we can enable Hardware write protection? From the menuconfig ? We have used the same binaries in al...
by nikunj.patel
Mon Aug 24, 2020 7:17 am
Forum: General Discussion
Topic: Issue after enabling secure boot and flash encryption togeather [IDFGH-3857]
Replies: 14
Views: 12315

Re: Issue after enabling secure boot and flash encryption togeather [IDFGH-3857]

Hi WiFive,
Thanks for the response.

Is there any way we can recover it?

Is there any way to get idea what is the hardware issue?
by nikunj.patel
Wed Aug 19, 2020 4:15 pm
Forum: General Discussion
Topic: Issue after enabling secure boot and flash encryption togeather [IDFGH-3857]
Replies: 14
Views: 12315

Issue after enabling secure boot and flash encryption togeather [IDFGH-3857]

Hi, I did the following steps to perform secure boot and flash encryption. ESP IDF Version: release-v3.2 1. Generate secure boot signing key and flash encryption key. 2. Burn flash encryption key. 3. Enabled secure boot(One time flash) and flash encryption from the menuconfig 4. Build binary 5. Flas...