Questions tagged [partition]
The partition tag has no summary.
7 questions
0
votes
3
answers
499
views
ESP32 Partition size and maximum program size #2
re. ESP32 Partition size and maximum program size
Further to the above issue:
The above is a neat little program. However, is there any way I can reference/extract the "app0” “partition->...
0
votes
1
answer
2k
views
ESP32 partition table and writing location
In my ESP32 project I have the following platformio.io file:
[env:esp32-poe]
platform = espressif32
board = esp32-poe
framework = arduino
lib_deps =
openslab-osu/SSLClient@^1.6.7
knolleary/...
2
votes
1
answer
3k
views
ESP8266 OTA update with different flash size settings?
I have an ESP8266 in a project. It's specifically this ESP8266 SMT Module - ESP-12F item. It's been working great with OTA, but I realized belatedly that I didn't change the flash settings when I ...
0
votes
0
answers
901
views
SPIFFS image does not fit in flash (offset 108MB)
I'm trying to upload an empty SPIFFS image to my ESP32's flash memory via the ESP32 sketch data uploader but I'm getting the following error:
[SPIFFS] data : /path/to/my/data
[SPIFFS] start : ...