Searched refs:ota (Results 1 – 3 of 3) sorted by relevance
29 esp_partition_pos_t ota[MAX_OTA_SLOTS]; member
200 bs->ota[partition->subtype & PART_SUBTYPE_OTA_MASK] = partition->pos; in bootloader_utility_load_partition_table()263 return bs->ota[index]; in index_to_partition()342 if (check_anti_rollback(&bs->ota[ota_slot]) == false) { in get_active_otadata_with_check_anti_rollback()432 update_anti_rollback(&bs->ota[boot_index]);481 update_anti_rollback(&bs->ota[index]);
207 esptool.py --chip {IDF_TARGET_NAME} elf2image --version=2 -o my_app-ota.bin my_app.elf