Home
last modified time | relevance | path

Searched refs:PARTITION_TABLE_OFFSET (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/partition_table/
DMakefile.projbuild29 PARTITION_TABLE_OFFSET := $(CONFIG_PARTITION_TABLE_OFFSET)
30 PARTITION_TABLE_OFFSET_ARG := --offset $(PARTITION_TABLE_OFFSET)
72 --partition-table-offset $(PARTITION_TABLE_OFFSET) \
75 --partition-table-offset $(PARTITION_TABLE_OFFSET) \
78 --partition-table-offset $(PARTITION_TABLE_OFFSET) \
81 --partition-table-offset $(PARTITION_TABLE_OFFSET) \
84 --partition-table-offset $(PARTITION_TABLE_OFFSET) \
97 PARTITION_TABLE_FLASH_CMD = $(ESPTOOLPY_SERIAL) write_flash $(PARTITION_TABLE_OFFSET) $(PARTITION_T…
98 ESPTOOL_ALL_FLASH_ARGS += $(PARTITION_TABLE_OFFSET) $(PARTITION_TABLE_BIN)
99 UF2_ADD_BINARIES += $(PARTITION_TABLE_OFFSET) $(PARTITION_TABLE_BIN)
Dproject_include.cmake1 set(PARTITION_TABLE_OFFSET ${CONFIG_PARTITION_TABLE_OFFSET}) variable
45 --partition-table-offset ${PARTITION_TABLE_OFFSET}
85 --offset ${PARTITION_TABLE_OFFSET}
107 --offset ${PARTITION_TABLE_OFFSET}
DCMakeLists.txt37 "--offset" "${PARTITION_TABLE_OFFSET}" "${md5_opt}" "${flashsize_opt}"
103 esptool_py_flash_target_image(partition-table-flash partition-table "${PARTITION_TABLE_OFFSET}"
105 esptool_py_flash_target_image(flash partition-table "${PARTITION_TABLE_OFFSET}"
DKconfig.projbuild107 config PARTITION_TABLE_OFFSET config
113 …at the bootloader and app will both need to be compiled with the same PARTITION_TABLE_OFFSET value.
Dparttool.py35 PARTITION_TABLE_OFFSET = 0x8000 variable
72 …def __init__(self, port=None, baud=None, partition_table_offset=PARTITION_TABLE_OFFSET, partition_…
/hal_espressif-3.6.0/components/app_update/
Dotatool.py19 from parttool import PARTITION_TABLE_OFFSET, PartitionName, PartitionType, ParttoolTarget
24 from parttool import PARTITION_TABLE_OFFSET, PartitionName, PartitionType, ParttoolTarget
42 …def __init__(self, port=None, baud=None, partition_table_offset=PARTITION_TABLE_OFFSET, partition_…
DMakefile.projbuild35 --partition-table-offset $(PARTITION_TABLE_OFFSET) \
DCMakeLists.txt55 "--partition-table-offset;${PARTITION_TABLE_OFFSET}")