Open yel-best opened 3 months ago
pls help me. thanks
It seems that the long OTA process triggered the watchdog and caused the system to reset. You can increase the task watchdog timeout or feed the watchdog in time.
It seems that the long OTA process triggered the watchdog and caused the system to reset. You can increase the task watchdog timeout or feed the watchdog in time.
Yes,you are right. I want to know, I have upgraded to ESP-IDF 5.2.2. Which version of mesh-lite should I use to be the most stable? Currently, I see that the version released on components.espressif.com
is only v1.0.0
I used xTaskCreateStatic
to create the OTA Task I developed, which eventually led to the main reason for the failure of OTA. I put the OTA Task in EXT_RAM_BSS_ATTR
, and I switched to using xTaskCreate
to create the task, and it returned to normal.
You can use version 1.0.0 or the latest master branch on GitHub. However, the updates on GitHub will be faster than the tagged version updates.
Hi
use ESP-IDF 5.1.3 use MESH-LITE 0.10.3
I don't understand why. My firmware suddenly had such an error today when performing OTA. The app_1 partition could not be overwritten normally, causing the OTA to fail. There were not many error prompts. Please help me find out what caused it.
I have tried firmware packages of 1M & 1.62M in size, but both failed to OTA normally. The http prompt said that the download was successful and the partition was 4M in size.
My Partition Table