/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C3.rst | 12 …K_RTC_LDO (BLOCK1) BLOCK1 K_RTC_LDO … 13 …K_DIG_LDO (BLOCK1) BLOCK1 K_DIG_LDO … 14 …V_RTC_DBIAS20 (BLOCK1) BLOCK1 voltage of rtc dbias20 … 15 …V_DIG_DBIAS20 (BLOCK1) BLOCK1 voltage of digital dbias20 … 16 …DIG_DBIAS_HVT (BLOCK1) BLOCK1 digital dbias when hvt … 17 …THRES_HVT (BLOCK1) BLOCK1 pvt threshold when hvt … 53 …WAFER_VERSION_MINOR_LO (BLOCK1) WAFER_VERSION_MINOR least significant bits … 54 …PKG_VERSION (BLOCK1) Package version … 55 …BLK_VERSION_MINOR (BLOCK1) BLK_VERSION_MINOR … 56 …WAFER_VERSION_MINOR_HI (BLOCK1) WAFER_VERSION_MINOR most significant bit … [all …]
|
D | summary_ESP32-S2.rst | 58 …FLASH_VERSION (BLOCK1) Flash version … 64 …WAFER_VERSION_MAJOR (BLOCK1) WAFER_VERSION_MAJOR … 65 …WAFER_VERSION_MINOR_HI (BLOCK1) WAFER_VERSION_MINOR most significant bit … 66 …BLK_VERSION_MAJOR (BLOCK1) BLK_VERSION_MAJOR … 67 …PSRAM_VERSION (BLOCK1) PSRAM version … 68 …PKG_VERSION (BLOCK1) Package version … 69 …WAFER_VERSION_MINOR_LO (BLOCK1) WAFER_VERSION_MINOR least significant bits … 82 MAC (BLOCK1) MAC address 139 …SPI_PAD_CONFIG_CLK (BLOCK1) SPI_PAD_configure CLK … 140 …SPI_PAD_CONFIG_Q (BLOCK1) SPI_PAD_configure Q(D1) … [all …]
|
D | summary_ESP32-S3.rst | 42 …WAFER_VERSION_MINOR_LO (BLOCK1) WAFER_VERSION_MINOR least significant bits … 43 …PKG_VERSION (BLOCK1) Package version … 44 …BLK_VERSION_MINOR (BLOCK1) BLK_VERSION_MINOR … 45 …WAFER_VERSION_MINOR_HI (BLOCK1) WAFER_VERSION_MINOR most significant bit … 46 …WAFER_VERSION_MAJOR (BLOCK1) WAFER_VERSION_MAJOR … 65 MAC (BLOCK1) MAC address 124 …SPI_PAD_CONFIG_CLK (BLOCK1) SPI_PAD_configure CLK … 125 …SPI_PAD_CONFIG_Q (BLOCK1) SPI_PAD_configure Q(D1) … 126 …SPI_PAD_CONFIG_D (BLOCK1) SPI_PAD_configure D(D0) … 127 …SPI_PAD_CONFIG_CS (BLOCK1) SPI_PAD_configure CS … [all …]
|
D | summary_ESP32-C6.rst | 36 …FLASH_CAP (BLOCK1) … 37 …FLASH_TEMP (BLOCK1) … 38 …FLASH_VENDOR (BLOCK1) … 43 …WAFER_VERSION_MINOR (BLOCK1) … 44 …WAFER_VERSION_MAJOR (BLOCK1) … 45 …BLK_VERSION_MINOR (BLOCK1) BLK_VERSION_MINOR of BLOCK2 … 46 …BLK_VERSION_MAJOR (BLOCK1) BLK_VERSION_MAJOR of BLOCK2 … 47 …PKG_VERSION (BLOCK1) Package version … 63 MAC (BLOCK1) MAC address 65 …MAC_EXT (BLOCK1) Stores the extended bits of MAC address …
|
D | summary_ESP32-H2.rst | 38 …FLASH_CAP (BLOCK1) … 39 …FLASH_TEMP (BLOCK1) … 40 …FLASH_VENDOR (BLOCK1) … 43 …WAFER_VERSION_MINOR (BLOCK1) … 44 …WAFER_VERSION_MAJOR (BLOCK1) … 45 …DISABLE_WAFER_VERSION_MAJOR (BLOCK1) Disables check of wafer version major … 46 …PKG_VERSION (BLOCK1) Package version … 64 MAC (BLOCK1) MAC address 66 …MAC_EXT (BLOCK1) Stores the extended bits of MAC address …
|
D | summary_ESP32.rst | 16 …RD_DIS (BLOCK0): Disable reading from BlOCK1-3 … 71 BLOCK1 (BLOCK1): Flash encryption key
|
/hal_espressif-latest/tools/esptool_py/test/efuse_scripts/esp32/ |
D | execute_efuse_script.py | 25 if efuses["BLOCK1"].get_meaning() != "bf be bd bc bb ba b9 b8 b7 b6 b5 b4 b3 b2 b1 b0 af ae ad ac a… 26 raise esptool.FatalError("BLOCK1 was not set correctly") 28 if not efuses["BLOCK1"].is_readable() or not efuses["BLOCK1"].is_writeable(): 29 raise esptool.FatalError("BLOCK1 should be readable and writeable") 46 espefuse(esp, efuses, args, "read_protect_efuse BLOCK1") 47 espefuse(esp, efuses, args, "write_protect_efuse BLOCK1") 49 if efuses["BLOCK1"].is_readable() or efuses["BLOCK1"].is_writeable():
|
D | execute_efuse_script2.py | 8 if efuses["BLOCK1"].get_meaning() != "00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0… 10 if not efuses["BLOCK1"].is_readable() or not efuses["BLOCK1"].is_writeable():
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | burn-efuse-cmd.rst | 77 …SPI_PAD_CONFIG_CLK (BLOCK1) SPI CLK pad = 0 R/… 78 …SPI_PAD_CONFIG_Q (BLOCK1) SPI Q (D1) pad = 0 R/… 79 …SPI_PAD_CONFIG_D (BLOCK1) SPI D (D0) pad = 0 R/… 80 …SPI_PAD_CONFIG_CS (BLOCK1) SPI CS pad = 0 R/… 81 …SPI_PAD_CONFIG_HD (BLOCK1) SPI HD (D3) pad = 0 R/… 82 …SPI_PAD_CONFIG_WP (BLOCK1) SPI WP (D2) pad = 0 R/… 83 …SPI_PAD_CONFIG_DQS (BLOCK1) SPI DQS pad = 0 R/… 84 …SPI_PAD_CONFIG_D4 (BLOCK1) SPI D4 pad = 0 R/… 85 …SPI_PAD_CONFIG_D5 (BLOCK1) SPI D5 pad = 0 R/… 86 …SPI_PAD_CONFIG_D6 (BLOCK1) SPI D6 pad = 0 R/… [all …]
|
D | check-error-cmd.rst | 36 Error(s) in BLOCK1 [ERRORS:0 FAIL:1] 45 Error(s) in BLOCK1 [ERRORS:0 FAIL:1] 61 Error(s) in BLOCK1 [ERRORS:0 FAIL:1] 70 Error(s) in BLOCK1 [ERRORS:0 FAIL:1] 89 Error in BLOCK1, re-burn it again (#0), to fix it. fail_bit=1, num_errors=0 90 Error in BLOCK1, re-burn it again (#1), to fix it. fail_bit=1, num_errors=0 91 Error in BLOCK1, re-burn it again (#2), to fix it. fail_bit=1, num_errors=0 92 BURN BLOCK1 - OK (write block == read block) 93 Error(s) in BLOCK1 [ERRORS:0 FAIL:1]
|
D | summary-cmd.rst | 35 BLOCK1 (BLOCK1): 75 "BLOCK1": { 81 "name": "BLOCK1", 129 > espefuse.py summary ABS_DONE_0 BLOCK1 136 BLOCK1 (BLOCK1) Flash encryption key
|
D | burn-key-cmd.rst | 27 It can be list of key blocks and keyfiles (like BLOCK1 file1.bin BLOCK2 file2.bin etc.). 48 * Flash encryption key. Use ``flash_encryption`` as block name. The key is placed in BLOCK1. 56 …Do not use the names ``BLOCK1`` and ``BLOCK2`` to burn flash encryption and secure boot v2 keys be… 174 …- BLOCK1 -> [?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?… 185 [01] BLOCK1 is empty, will burn the new value 190 BURN BLOCK1 - OK (write block == read block) 199 BLOCK1 (BLOCK1): Flash encryption key 217 …- BLOCK1 -> [?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?… 226 [01] BLOCK1 is empty, will burn the new value 231 BURN BLOCK1 - OK (write block == read block) [all …]
|
D | dump-cmd.rst | 41 …BLOCK1 (flash_encryption) [1 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00… 56 BLOCK1 (BLOCK1 ) [1 ] read_regs: 11efcdab 00000000 00000000 72 …MAC_SPI_8M_0 (BLOCK1 ) [1 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00… 116 BLOCK1 backup/chip1/blk1.bin \
|
D | burn-custom-mac-cmd.rst | 77 [01] BLOCK1 is empty, will burn the new value 82 BURN BLOCK1 - OK (write block == read block) 91 CUSTOM_MAC (BLOCK1) Custom MAC addr
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | otp_debug_struct.h | 328 /** Group: OTP_DEBUG Block1 Word1 Data */ 330 * Otp debuger block1 data register1. 335 * Otp block1 word1 data. 343 /** Group: OTP_DEBUG Block1 Word2 Data */ 345 * Otp debuger block1 data register2. 350 * Otp block1 word2 data. 358 /** Group: OTP_DEBUG Block1 Word3 Data */ 360 * Otp debuger block1 data register3. 365 * Otp block1 word3 data. 373 /** Group: OTP_DEBUG Block1 Word4 Data */ [all …]
|
D | otp_debug_reg.h | 267 * Otp debuger block1 data register1. 271 * Otp block1 word1 data. 279 * Otp debuger block1 data register2. 283 * Otp block1 word2 data. 291 * Otp debuger block1 data register3. 295 * Otp block1 word3 data. 303 * Otp debuger block1 data register4. 307 * Otp block1 word4 data. 315 * Otp debuger block1 data register5. 319 * Otp block1 word5 data. [all …]
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | efuse_ll.h | 98 // EFUSE_BLK1, 141, 7, BLOCK1 K_RTC_LDO in efuse_ll_get_k_rtc_ldo() 104 // EFUSE_BLK1, 148, 7, BLOCK1 K_DIG_LDO in efuse_ll_get_k_dig_ldo() 110 // EFUSE_BLK1, 155, 8, BLOCK1 voltage of rtc dbias20 in efuse_ll_get_v_rtc_dbias20() 116 // EFUSE_BLK1, 163, 8, BLOCK1 voltage of digital dbias20 in efuse_ll_get_v_dig_dbias20() 122 // EFUSE_BLK1, 171, 5, BLOCK1 digital dbias when hvt in efuse_ll_get_dig_dbias_hvt()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | efuse_ll.h | 98 // EFUSE_BLK1, 135, 7, BLOCK1 K_RTC_LDO in efuse_ll_get_k_rtc_ldo() 104 // EFUSE_BLK1, 142, 7, BLOCK1 K_DIG_LDO in efuse_ll_get_k_dig_ldo() 110 // EFUSE_BLK1, 149, 8, BLOCK1 voltage of rtc dbias20 in efuse_ll_get_v_rtc_dbias20() 116 // EFUSE_BLK1, 157, 8, BLOCK1 voltage of digital dbias20 in efuse_ll_get_v_dig_dbias20() 122 // EFUSE_BLK1, 165, 5, BLOCK1 digital dbias when hvt in efuse_ll_get_dig_dbias_hvt()
|
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 34 WR_DIS.BLOCK1, EFUSE_BLK0, 7, 1, [WR_DIS.ENCRYPT_FLASH_KEY WR… 56 …IS, EFUSE_BLK0, 16, 4, [] Disable reading from BlOCK1-3 57 RD_DIS.BLOCK1, EFUSE_BLK0, 16, 1, [RD_DIS.ENCRYPT_FLASH_KEY RD… 114 BLOCK1, EFUSE_BLK1, 0, MAX_BLK_LEN, [ENCRYPT_FLASH_KEY] …
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_defs.h | 19 * BLOCK1 data register 2. 30 * BLOCK1 data register 3.
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 50 WR_DIS.BLK1, EFUSE_BLK0, 20, 1, [] wr_dis of BLOCK1 164 K_RTC_LDO, EFUSE_BLK1, 135, 7, [] BLOCK1 K_RTC_LDO 165 K_DIG_LDO, EFUSE_BLK1, 142, 7, [] BLOCK1 K_DIG_LDO 166 V_RTC_DBIAS20, EFUSE_BLK1, 149, 8, [] BLOCK1 voltage of rtc dbi… 167 V_DIG_DBIAS20, EFUSE_BLK1, 157, 8, [] BLOCK1 voltage of digital… 168 DIG_DBIAS_HVT, EFUSE_BLK1, 165, 5, [] BLOCK1 digital dbias when… 169 THRES_HVT, EFUSE_BLK1, 170, 10, [] BLOCK1 pvt threshold when…
|
D | esp_efuse_table.c | 163 {EFUSE_BLK0, 20, 1}, // [] wr_dis of BLOCK1, 604 {EFUSE_BLK1, 135, 7}, // [] BLOCK1 K_RTC_LDO, 608 {EFUSE_BLK1, 142, 7}, // [] BLOCK1 K_DIG_LDO, 612 {EFUSE_BLK1, 149, 8}, // [] BLOCK1 voltage of rtc dbias20, 616 {EFUSE_BLK1, 157, 8}, // [] BLOCK1 voltage of digital dbias20, 620 {EFUSE_BLK1, 165, 5}, // [] BLOCK1 digital dbias when hvt, 624 {EFUSE_BLK1, 170, 10}, // [] BLOCK1 pvt threshold when hvt, 904 &WR_DIS_BLK1[0], // [] wr_dis of BLOCK1 1454 &K_RTC_LDO[0], // [] BLOCK1 K_RTC_LDO 1459 &K_DIG_LDO[0], // [] BLOCK1 K_DIG_LDO [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/ |
D | mem_definition.py | 41 (EFUSE_RD_RS_ERR_REG, 0x7, 0, 3), # BLOCK1 75 …("BLOCK1", ["BLOCK1"], 1, __base_rd_regs + 0x034, __base_wr_regs, 5, …
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 253 BLOCK1 \ 390 ADC_VREF BLOCK1 BLOCK2 BLOCK3""" 719 blk1 = "BLOCK1" 846 f"burn_key BLOCK1 {IMAGES_DIR}/192bit", 853 BLOCK1 {IMAGES_DIR}/256bit \ 864 BLOCK1 {IMAGES_DIR}/256bit \ 1013 f"burn_key BLOCK1 {IMAGES_DIR}/256bit", 1020 BLOCK1 {IMAGES_DIR}/192bit \ 1031 BLOCK1 {IMAGES_DIR}/192bit \ 1196 blk1 = "BLOCK1" [all …]
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32.py | 130 """ Try to read the BLOCK1 (encryption key) and check if it is valid """ 133 """Bit 0 of efuse_rd_disable[3:0] is mapped to BLOCK1 138 # reading of BLOCK1 is NOT ALLOWED so we assume valid key is programmed 142 # reading of BLOCK1 is ALLOWED so we will read and verify for non-zero. 143 # When ESP32 has not generated AES/encryption key in BLOCK1,
|