Search found 2 matches
- Tue Nov 22, 2022 6:36 am
- Forum: General Discussion
- Topic: OTA image has invalid magic byte - (Encrypted binary update - OTA )
- Replies: 0
- Views: 1126
OTA image has invalid magic byte - (Encrypted binary update - OTA )
Hi, I'm working on Flash encryption on ESP32 (using ESP IDF framework V4.4 in Visual Studio Code IDE) with pre-generated key on host machine. I was able to burn the key on esp32 and I merged the encrypted binaries (used espsecure.py to encrypt the binary with pre-generated key) (app.bin, bootloader....
- Thu Mar 10, 2022 9:16 am
- Forum: General Discussion
- Topic: Re : Esp Insights for firmware update
- Replies: 0
- Views: 997
Re : Esp Insights for firmware update
Hi, I am try to implement ESP insights with given example. The examples are working fine in esp32 board. But I tried to add firmware package in Insights dashboard getting error as "Something went wrong!". The firmware package that I upload contains binary, elf, map file in zip format and also tired ...