ESP32 OTA from arduino to idf
Posted: Mon Aug 09, 2021 7:52 pm
Hi guys,
Lately i've trying to change from arduino to idf, but i'm stuck with a problem with OTA.
The problem is, if i have one firmware made using arduino and try to update it with OTA using another firmware made via arduino, it's work fine. The same happens if i try the OTA update on a ESP-IDF based application. But i cant seem to upload a firmware made with esp-idf on a application running an Arduino one.
The .bin file download good, but after the restart i got the following error:
[Codebox]rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee[/Codebox]
I already change the partition table to match each other. Is there a way to make this happen?
Best regards
Lately i've trying to change from arduino to idf, but i'm stuck with a problem with OTA.
The problem is, if i have one firmware made using arduino and try to update it with OTA using another firmware made via arduino, it's work fine. The same happens if i try the OTA update on a ESP-IDF based application. But i cant seem to upload a firmware made with esp-idf on a application running an Arduino one.
The .bin file download good, but after the restart i got the following error:
[Codebox]rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee[/Codebox]
I already change the partition table to match each other. Is there a way to make this happen?
Best regards