Search found 2 matches

by rg2000
Thu Aug 20, 2020 3:05 pm
Forum: ESP32 Arduino
Topic: PlatformIO, ESP32 with Flash Encryption enabled - partition 0 invalid magic number
Replies: 1
Views: 3448

Re: PlatformIO, ESP32 with Flash Encryption enabled - partition 0 invalid magic number

I'll answer my own question. Turns out misunderstood the offset and kept pointing it to the app partition, instead of realizing its referring to the actual partition table location.
by rg2000
Wed Aug 19, 2020 6:56 pm
Forum: ESP32 Arduino
Topic: PlatformIO, ESP32 with Flash Encryption enabled - partition 0 invalid magic number
Replies: 1
Views: 3448

PlatformIO, ESP32 with Flash Encryption enabled - partition 0 invalid magic number

I have an app that has been working on the ESP32 Dev Kits for some time but I want to start encrypting it going forward. However, when I enable Flash Encryption via menuconfig, build and upload it, I get this error on first upload: rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPI...