Search found 2 matches
- Wed Nov 09, 2022 12:41 am
- Forum: ESP-IDF
- Topic: Replacing encrypted app, causes "No MD5" partition error: why?!
- Replies: 16
- Views: 9899
Re: Replacing encrypted app, causes "No MD5" partition error: why?!
I went through exactly the same process as you: 1) original code in Arduino ... ran into lack of encryption support 2) ported code to ESPIDF using arduino as a component 3) MD5 checksum error when trying to load Arduino firmware via OTA (on an encrypted device) 4) compiled the OTA firmware using ESP...
- Thu Oct 27, 2022 5:09 am
- Forum: ESP32 Arduino
- Topic: Secure boot + flash encryption + Arduino BIN file
- Replies: 10
- Views: 24597
Re: Secure boot + flash encryption + Arduino BIN file
Hey - did you guys figure out a way to do this? Specifically, looking for step-by-step instructions for taking a XXX.bin from an Arduino-compiled ESP32 project, and using only the command line tools (esptool.py, espefuse.py, espsecure.py) to 1) set up secure boot (V2?) - creating keys - sign binarie...