Home
last modified time | relevance | path

Searched refs:ota (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bootloader_support/private_include/
Dbootloader_config.h29 esp_partition_pos_t ota[MAX_OTA_SLOTS]; member
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c200 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]);
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-commands.rst207 esptool.py --chip {IDF_TARGET_NAME} elf2image --version=2 -o my_app-ota.bin my_app.elf