Page 1 of 1

ESP32-S2 OTA Fail

Posted: Mon Sep 23, 2024 9:20 pm
by fabesp
Hello everyone,

I am testing OTA through the ESP Rainmaker Dashboard, but it fails on the ESP32-S2 with the following error message:
Image

I tested the same code and configurations and successfully performed OTA on the ESP32, ESP32-S3, ESP32-C6, and ESP32-C3.

I used the examples available on the ESP Rainmaker GitHub as a reference.

Could anyone help me resolve this issue?

Re: ESP32-S2 OTA Fail

Posted: Wed Sep 25, 2024 10:04 am
by ESP_Piyush
Thanks for reporting the issue. It seems that with newer ESP IDFs, the default RAM usage is more, leading to heap memory allocation failure as can be seen in the logs. We will check what can be done to make more heap available for OTA.

Re: ESP32-S2 OTA Fail

Posted: Thu Sep 26, 2024 2:06 pm
by fabesp
Thanks Piyush. I'm using IDF v5.1