Partition question with OTA and SD card config.
Posted: Fri Nov 11, 2022 4:57 pm
Hello friends, I have a question about how to configure the esp32 partition correctly.
My scenario:
4mb esp32
Current application of 800/900 kb
Use of SPIFFS 30/40 kb
1Gb SD card
Right now I do an OTA from an ftp server, download it to the SD card and then do the update from the sd to esp32.
Everything is correct and it works.
The question is: do I need to define OTA space in the esp32 partition or is it not necessary since the OTA space is supported by the SD card?
Could I use the Huge APP scheme and be able to continue doing OTA since the swap space is in the SD card?
All the best
Fran
My scenario:
4mb esp32
Current application of 800/900 kb
Use of SPIFFS 30/40 kb
1Gb SD card
Right now I do an OTA from an ftp server, download it to the SD card and then do the update from the sd to esp32.
Everything is correct and it works.
The question is: do I need to define OTA space in the esp32 partition or is it not necessary since the OTA space is supported by the SD card?
Could I use the Huge APP scheme and be able to continue doing OTA since the swap space is in the SD card?
All the best
Fran