Questions tagged [partition]
7 questions
3
votes
5 answers
Why doesn't OTA work with the Ai-Thinker ESP32-CAM board?
I have working code on an Ai-Thinker ESP32-CAM board, programming over serial.
I would like to reprogram using OTA, but adding in the functionality from the BasicOTA sketch (which I have done on various other boards successfully) fails when OTA…
rolinger
- 204
- 2
- 8
2
votes
1 answer
No "Huge APP partition scheme" (ESP32)
I recently downloaded the expressif ESP32 library and I'm trying to run the CameraWebServer example. Attempting to compile it results in the following error:
Sketch uses 2529577 bytes (192%) of program storage space. Maximum is 1310720 bytes.
Sketch…
jeppe
- 71
- 1
- 5
2
votes
1 answer
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 started compiling through the Arduino IDE several…
Brick
- 184
- 4
- 13
1
vote
1 answer
ESP32 Partition size and maximum program size
From an ESP32 example code, I extracted the following part, that just prints the flash partition list to the console.
#include
#include
#include "esp_partition.h"
#include "esp_log.h"
static const char *TAG = "example";
void…
PMF
- 1,306
- 5
- 24
0
votes
3 answers
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->size” for use in an “#if” pre-processor expression?
Ideally…
Rob
- 11
- 2
0
votes
1 answer
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/PubSubClient@^2.8
…
Mark
- 393
- 2
- 14
0
votes
0 answers
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 : 108068864
[SPIFFS] size : 1596
[SPIFFS] page :…
Sim Son
- 1,878
- 13
- 21