esp32-p4 esp-idf OTA error
Posted: Fri Sep 12, 2025 9:22 am
I tested simple_ota_example given in esp-idf. I am using esp-idf 5.4.1. ESP-IDE version 3.3.0. Using Ubuntu OS 22.04. I am using esp32-p4 development board. In this example i uploaded the binary image into my github repository. I have given the github binary image path in the example configuration. When i executed the program the bianry image is getting downloaded but fails with error mismatched chip_id, expected 18 found 20569. If i disabled the chip_id checking part of code, then i am getting next error as mismatched magic_number, expected 09 found 0a. can you hep to solve this error. Attached the error message screenshot.