Search found 3 matches

by Sunny.Russ58
Fri May 27, 2022 4:57 pm
Forum: General Discussion
Topic: esp32_ota_begin results in TG0WDT_SYS_RESET
Replies: 0
Views: 1112

esp32_ota_begin results in TG0WDT_SYS_RESET

I have two ESP32 systems. They run the same load. On one of the systems, a call to esp32_ota_begin immediately results in a TG0WDT_SYS_RESET. I read in the Espressif documentation that this could happen, so I have increased the TIMEOUT period to 30 seconds. In a vain attempt I said the image size wa...
by Sunny.Russ58
Tue Feb 08, 2022 2:53 pm
Forum: General Discussion
Topic: esp_ota_begin() hangs
Replies: 3
Views: 4234

Re: esp_ota_begin() hangs

I was able to get it all to work as expected, by pinning the task and disabling I2C.
by Sunny.Russ58
Fri Jan 28, 2022 9:42 pm
Forum: General Discussion
Topic: esp_ota_begin() hangs
Replies: 3
Views: 4234

esp_ota_begin() hangs

I am attempting write to a .BIN to an OTA partition. If I call esp_ota_begin() with the actual size of the .BIN, it never returns. I would assume that the erase internal to esp_ota_begin() hangs. If I call esp_ota_begin() with OTA_WITH_SEQUENTIAL_WRITES, esp_ota_begin() returns, but a after a few ca...