Page 1 of 1

Advanced OTA Example

Posted: Wed Jul 16, 2025 7:22 pm
by msnm4@AR
Hi, good day for all!
I am trying to make work the Advanced OTA example, with a .bin obtained from building the hello_world example, exactly as it appears in the documentation. I could make the OTA server, the certs, I do keep control of the version of the firmware, I am flashing, and my device is a ESP32-C6-DevkitC 1.

I can build without issues (I just got a warning that a partition has less than 2% free space), I can flash to the device.
It connects to wifi, it gets an IP address, it opens OTA...almost finishing.

Then, error message: esp_image: Segment 0 load address 0x42018020, doesn't match data 0x00110020

Cheking the documents I assumed this could be an issue with the partitions, but I tested with the two standard ones which provide two OTAS with the same result.

May I have some advice from more experienced users?...I tried several things as per then OTA documentation (firewall, partitions, etc) but nothing seems to resolve the problem.

Thanks in advance for your help!

Mauricio