Search found 2 matches

by lukykl1
Sun Nov 24, 2019 10:29 am
Forum: General Discussion
Topic: OTA update question
Replies: 3
Views: 3574

Re: OTA update question

Well, I thought about that. But I did not enabled CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE and it is disabled in default settings. Secondly esp_ota_set_boot_partition returns no errors (ESP_OK) so new partition should be valid.
by lukykl1
Tue Nov 19, 2019 12:51 pm
Forum: General Discussion
Topic: OTA update question
Replies: 3
Views: 3574

OTA update question

Hi, I have a problem with OTA update. I have two ESP32 devices. One is connected to internet via ethernet and another is connected to the first one via serial. When I try to use native https ota (esp_https_ota) on first device (ethernet), it ends succesfully, but then it boots old partition. I check...