Search found 2 matches

by belbao
Wed Jun 28, 2023 10:09 pm
Forum: ESP32 Arduino
Topic: Secure boot Arduino code or flash using ESP-IDF
Replies: 2
Views: 1358

Re: Secure boot Arduino code or flash using ESP-IDF

Thanks for getting back!
Any good guides / docs for porting Arduino->ESP?
The project has grown into multiple ino files, etc..
This will be my first full ESP-IDF experience so any pointers will be appreciated.
by belbao
Wed Jun 28, 2023 12:38 am
Forum: ESP32 Arduino
Topic: Secure boot Arduino code or flash using ESP-IDF
Replies: 2
Views: 1358

Secure boot Arduino code or flash using ESP-IDF

Hi all, new here! I’m working on an ESP32-WROOM-32E based device. The code is now ironed out and works. I’d now like to implement physical tampering resistance security features, ie Secure Boot, Flash Encryption, Disable Debugging/JTAG, Burn eFuses. As I understand these features/configs are only av...