Updating remote device failed
Posted: Wed Mar 24, 2021 10:59 pm
Hello, we have few remote devices that were updating fine for some time now.
recently when we try to update them we get an error "esp_https_ota: esp_ota_begin failed (ESP_ERR_OTA_PARTITION_CONFLICT)".
Our partition table looks like that
```
# Espressif ESP32 Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x180000,
ota_0, app, ota_0, , 0x180000,
storage, data, spiffs, , 0xF0000,
```
I think we need to add ota_1 partition, but this has been working for long time with no problems, why did it stop updating and is there a way to fix this remotely?
recently when we try to update them we get an error "esp_https_ota: esp_ota_begin failed (ESP_ERR_OTA_PARTITION_CONFLICT)".
Our partition table looks like that
```
# Espressif ESP32 Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x180000,
ota_0, app, ota_0, , 0x180000,
storage, data, spiffs, , 0xF0000,
```
I think we need to add ota_1 partition, but this has been working for long time with no problems, why did it stop updating and is there a way to fix this remotely?