Search found 3 matches

by BuffaloChill
Tue May 22, 2018 7:49 pm
Forum: General Discussion
Topic: Enable Security Options (Flash_encryption & secure boot) in Arduino
Replies: 2
Views: 3472

Re: Enable Security Options (Flash_encryption & secure boot) in Arduino

Hallo guys, I am still struggeling with Flash Encryption On Boot and hope to get support here... Next Try: I used Arduino-esp32 as an ESP-IDF component. "make menuconfig" to change the secutity options -> "enable flash encryption on boot" Then it compiled with ESP-IDF with msys32. But flash encrypti...
by BuffaloChill
Tue May 22, 2018 8:51 am
Forum: General Discussion
Topic: Enable Security Options (Flash_encryption & secure boot) in Arduino
Replies: 2
Views: 3472

Re: Enable Security Options (Flash_encryption & secure boot) in Arduino

Well, no answer is an answer too. Today i tried to use my Arduino sketch as an ESP-IDF component. I used the "make menuconfig" to change the SDKconfig from the ESP-IDF projekt. "Security Options" -> "Enable Flash Encryption on boot" Then I compiled and flashed it to the ESP32 board. But the flash en...
by BuffaloChill
Fri May 18, 2018 6:48 am
Forum: General Discussion
Topic: Enable Security Options (Flash_encryption & secure boot) in Arduino
Replies: 2
Views: 3472

Enable Security Options (Flash_encryption & secure boot) in Arduino

Hello, I have been working for 2 years on my arduino-esp32 project. I would like to take it to demonstartion and maker-fairs, but I need to enable security options, that no one can steal my code. I can't rewrite the sketch into cpp and also it seems to be impossible to use arduino-esp32 as a IDF-Com...