Search found 2 matches

by Flourhorn
Fri Sep 27, 2019 9:49 am
Forum: ESP32 Arduino
Topic: Change value of CONFIG_PARTITION_TABLE_OFFSET
Replies: 0
Views: 2243

Change value of CONFIG_PARTITION_TABLE_OFFSET

Dear ESP32-Freaks, I would like to use ESP32 with encrypted flash and spiffs. I test it with the ide at eclipse and it worked pretty. But at arduino at eclipse is wont, because the partition-table - spiffs-partition - is not found. Problem: The bootloader with encryption uses more than 0x8000 of mem...
by Flourhorn
Wed Sep 25, 2019 6:19 am
Forum: ESP-IDF
Topic: Encrypted flash but plain text SPIFFS
Replies: 1
Views: 2219

Encrypted flash but plain text SPIFFS

Hello ESP32-Community, this is my first post at this form. :) Project: Webserver with spiffs that holds the websites. Flash partitions: # Name, Type, SubType, Offset, Size, Flags nvs, data, nvs, 0xA000, 0x5000, otadata, data, ota, 0xF000, 0x2000, app0, app, ota_0, 0x20000, 0x140000, app1, app, ota_1...