Search found 2 matches
- Mon Jun 17, 2019 8:29 pm
- Forum: ESP-IDF
- Topic: Reflashable Secure boot issue
- Replies: 4
- Views: 4560
Re: Reflashable Secure boot issue
Thank you guys for your responses. I ended up remembering the bootloader size issue after I posted this and fixed the issue. Both captures are using putty. The corrupted looking output was after I flashed the partition table. Which ended up partially writing over the bootloader so that might have be...
- Fri Jun 14, 2019 11:35 pm
- Forum: ESP-IDF
- Topic: Reflashable Secure boot issue
- Replies: 4
- Views: 4560
Reflashable Secure boot issue
I'm trying to enable reflashable secure boot for some development devices. Using esp-idf and esp32 arduino as component. Steps I have taken following the secure boot documentation. 1. In menuconfig: Enable hardware secure boot in bootloader - reflashable - sign binaries during build 2. espsecure.py ...