Search found 2 matches
- Mon Oct 16, 2023 1:27 pm
- Forum: ESP-IDF
- Topic: "esp_ota_set_boot_partition()" triggers WDT during image validation
- Replies: 3
- Views: 2823
Re: "esp_ota_set_boot_partition()" triggers WDT during image validation
Hi, thanks for the reply, the code I use, if I remember well, is taken from that example, here it is: esp_err_t fw_upload_post(httpd_req_t *req) { //set info flag ota_in_progress = true; esp_ota_handle_t ota_handle = 0; const esp_partition_t* update_partition = esp_ota_get_next_update_partition(NULL...
- Sun Oct 15, 2023 10:34 am
- Forum: ESP-IDF
- Topic: "esp_ota_set_boot_partition()" triggers WDT during image validation
- Replies: 3
- Views: 2823
"esp_ota_set_boot_partition()" triggers WDT during image validation
Hi to all. On an Esp32s3 devkit c1 I'm running an http server wich hosts a small webpage, inspired to the "file_serving" example, which allows me to upload a new firmware into memory. However, no matter what I try (enlarging/reducing partition, smaller flash size, etc...) it always triggers the Task...