Searched refs:factory (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | get-custom-mac-cmd.rst | 8 The chips also have a factory MAC address (eFuse name ``MAC``), which is written at the factory. It…
|
D | burn-efuse-cmd.rst | 89 On {IDF_TARGET_NAME} chips without integrated SPI flash, these eFuses are left zero at the factory.… 91 …chips with integrated internal SPI flash, these eFuses are burned in the factory to the GPIO numbe…
|
D | burn-custom-mac-cmd.rst | 16 …contact Espressif to order chips with ``CUSTOM_MAC`` pre-burned from the factory. Another way is, …
|
D | index.rst | 19 … new chip, most eFuses are unburned (value 0). Some eFuses are already burned at the factory stage:
|
/hal_espressif-latest/components/bootloader_support/private_include/ |
D | bootloader_config.h | 27 esp_partition_pos_t factory; member
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 147 bool "GPIO triggers factory reset" 151 Allows to reset the device to factory settings: 153 - boot from "factory" partition. 154 The factory reset will occur if there is a GPIO input held at the configured level while 158 int "Number of the GPIO input for factory reset" 165 …ll pins have an internal pull-up, consult the hardware datasheet for details.) To trigger a factory 173 Pin level for factory reset, can be triggered on low or high. 183 bool "Clear OTA data on factory reset (select factory partition)" 186 …The device will boot from "factory" partition (or OTA slot 0 if no factory partition is present) a… 187 factory reset. [all …]
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | bootloader_utility.c | 190 bs->factory = partition->pos; in bootloader_utility_load_partition_table() 255 return bs->factory; in index_to_partition() 388 if (bs->factory.offset != 0) { 436 } else if (bs->factory.offset != 0) {
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | advanced-options.rst | 122 …``--spi-connection 6,17,8,11,16`` sets an identical configuration to the factory efuse configurati…
|