1.4 KiB
1.4 KiB
| 1 | name | value | file | comment |
|---|---|---|---|---|
| 2 | ESP_ERR_OTA_BASE | 5376 | components/app_update/include/esp_ota_ops.h | Base error code for ota_ops api |
| 3 | ESP_ERR_OTA_PARTITION_CONFLICT | 5377 | components/app_update/include/esp_ota_ops.h | Error if request was to write or erase the current running partition |
| 4 | ESP_ERR_OTA_SELECT_INFO_INVALID | 5378 | components/app_update/include/esp_ota_ops.h | Error if OTA data partition contains invalid content |
| 5 | ESP_ERR_OTA_VALIDATE_FAILED | 5379 | components/app_update/include/esp_ota_ops.h | Error if OTA app image is invalid |
| 6 | ESP_ERR_OTA_SMALL_SEC_VER | 5380 | components/app_update/include/esp_ota_ops.h | Error if the firmware has a secure version less than the running firmware. |
| 7 | ESP_ERR_OTA_ROLLBACK_FAILED | 5381 | components/app_update/include/esp_ota_ops.h | Error if flash does not have valid firmware in passive partition and hence rollback is not possible |
| 8 | ESP_ERR_OTA_ROLLBACK_INVALID_STATE | 5382 | components/app_update/include/esp_ota_ops.h | Error if current active firmware is still marked in pending validation state (ESP_OTA_IMG_PENDING_VERIFY), essentially first boot of firmware image post upgrade and hence firmware upgrade is not possible |
| 9 | ESP_ERR_OTA_ALREADY_IN_PROGRESS | 5383 | components/app_update/include/esp_ota_ops.h | Error if another OTA operation is already in progress on the same partition |
| 10 | ESP_ERR_OTA_SPI_MODE_MISMATCH | 5384 | components/app_update/include/esp_ota_ops.h | Error if the firmware's SPI flash mode doesn't match the running firmware |