esp/bme680-demo/build/esp_err_codes/app_update_err_codes.csv
2026-06-24 23:13:57 +02:00

1.4 KiB

1namevaluefilecomment
2ESP_ERR_OTA_BASE5376components/app_update/include/esp_ota_ops.hBase error code for ota_ops api
3ESP_ERR_OTA_PARTITION_CONFLICT5377components/app_update/include/esp_ota_ops.hError if request was to write or erase the current running partition
4ESP_ERR_OTA_SELECT_INFO_INVALID5378components/app_update/include/esp_ota_ops.hError if OTA data partition contains invalid content
5ESP_ERR_OTA_VALIDATE_FAILED5379components/app_update/include/esp_ota_ops.hError if OTA app image is invalid
6ESP_ERR_OTA_SMALL_SEC_VER5380components/app_update/include/esp_ota_ops.hError if the firmware has a secure version less than the running firmware.
7ESP_ERR_OTA_ROLLBACK_FAILED5381components/app_update/include/esp_ota_ops.hError if flash does not have valid firmware in passive partition and hence rollback is not possible
8ESP_ERR_OTA_ROLLBACK_INVALID_STATE5382components/app_update/include/esp_ota_ops.hError 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
9ESP_ERR_OTA_ALREADY_IN_PROGRESS5383components/app_update/include/esp_ota_ops.hError if another OTA operation is already in progress on the same partition
10ESP_ERR_OTA_SPI_MODE_MISMATCH5384components/app_update/include/esp_ota_ops.hError if the firmware's SPI flash mode doesn't match the running firmware