Search found 2 matches

by verus2281
Sat Dec 16, 2023 1:56 pm
Forum: General Discussion
Topic: ESP32 flash encryption
Replies: 0
Views: 27775

ESP32 flash encryption

Hi, I was trying to encrypt my esp32-pico-d4 board. I tried to encrypt it through esp-idf cmd, the process followed the instructions perfectly, but after the encryption process the code stopped working (and I didn’t get any error either during encryption or after, the code just stopped working), I r...
by verus2281
Sat Nov 25, 2023 4:56 pm
Forum: ESP-IDF
Topic: ESP32 flash encryption
Replies: 0
Views: 2776

ESP32 flash encryption

Hi, I'm trying to make a flash encryption for my DIY ELRS board. ELRS is based on platformio and arduino framework, code is very complex so I can't import it to Espressif IDE and use ESP-IDF framework (if I could use esp-idf then enabling encryption would be very easy). Does anybody knows how to ena...