I've been looking for a way to update the sd card via ota, but only found how to update the device from sd card.
To make it clear: I have HTML files on the sd card and likes to update this files in the same process while I do an OTA on the device. So that all data on the device and the sd card are ...
Search found 2 matches
- Tue Apr 29, 2025 5:37 am
- Forum: ESP-IDF
- Topic: Update SD-Card via OTA, NOT OTA via SD-Card.
- Replies: 1
- Views: 101
- Mon Sep 25, 2017 3:18 pm
- Forum: ESP-IDF
- Topic: How to invoke the OTA update again
- Replies: 0
- Views: 2408
How to invoke the OTA update again
I tried the OTA Example but it starts only once. How can i restart the process again? I have tried esp_ota_set_boot_partition(factory_partition) but it generates an stack overflow error.