espefuse_summary_ESP32.rst 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .. code-block:: none
  2. espefuse.py -p PORT summary
  3. Connecting........__
  4. Detecting chip type... ESP32
  5. espefuse.py v3.1-dev
  6. EFUSE_NAME (Block) Description = [Meaningful Value] [Readable/Writeable] (Hex Value)
  7. ----------------------------------------------------------------------------------------
  8. Calibration fuses:
  9. BLK3_PART_RESERVE (BLOCK0): BLOCK3 partially served for ADC calibration data = True R/W (0b1)
  10. ADC_VREF (BLOCK0): Voltage reference calibration = 1114 R/W (0b00010)
  11. ADC1_TP_LOW (BLOCK3): ADC1 150mV reading = 346 R/W (0b0010001)
  12. ADC1_TP_HIGH (BLOCK3): ADC1 850mV reading = 3285 R/W (0b000000101)
  13. ADC2_TP_LOW (BLOCK3): ADC2 150mV reading = 449 R/W (0b0000111)
  14. ADC2_TP_HIGH (BLOCK3): ADC2 850mV reading = 3362 R/W (0b111110101)
  15. Config fuses:
  16. XPD_SDIO_FORCE (BLOCK0): Ignore MTDI pin (GPIO12) for VDD_SDIO on reset = False R/W (0b0)
  17. XPD_SDIO_REG (BLOCK0): If XPD_SDIO_FORCE, enable VDD_SDIO reg on reset = False R/W (0b0)
  18. XPD_SDIO_TIEH (BLOCK0): If XPD_SDIO_FORCE & XPD_SDIO_REG = 1.8V R/W (0b0)
  19. CLK8M_FREQ (BLOCK0): 8MHz clock freq override = 53 R/W (0x35)
  20. SPI_PAD_CONFIG_CLK (BLOCK0): Override SD_CLK pad (GPIO6/SPICLK) = 0 R/W (0b00000)
  21. SPI_PAD_CONFIG_Q (BLOCK0): Override SD_DATA_0 pad (GPIO7/SPIQ) = 0 R/W (0b00000)
  22. SPI_PAD_CONFIG_D (BLOCK0): Override SD_DATA_1 pad (GPIO8/SPID) = 0 R/W (0b00000)
  23. SPI_PAD_CONFIG_HD (BLOCK0): Override SD_DATA_2 pad (GPIO9/SPIHD) = 0 R/W (0b00000)
  24. SPI_PAD_CONFIG_CS0 (BLOCK0): Override SD_CMD pad (GPIO11/SPICS0) = 0 R/W (0b00000)
  25. DISABLE_SDIO_HOST (BLOCK0): Disable SDIO host = False R/W (0b0)
  26. Efuse fuses:
  27. WR_DIS (BLOCK0): Efuse write disable mask = 0 R/W (0x0000)
  28. RD_DIS (BLOCK0): Efuse read disable mask = 0 R/W (0x0)
  29. CODING_SCHEME (BLOCK0): Efuse variable block length scheme
  30. = 3/4 (BLK1-3 len=192 bits) R/W (0b01)
  31. KEY_STATUS (BLOCK0): Usage of efuse block 3 (reserved) = False R/W (0b0)
  32. Identity fuses:
  33. MAC (BLOCK0): Factory MAC Address
  34. = 84:0d:8e:18:8e:44 (CRC 0xad OK) R/W
  35. MAC_CRC (BLOCK0): CRC8 for factory MAC address = 173 R/W (0xad)
  36. CHIP_VER_REV1 (BLOCK0): Silicon Revision 1 = True R/W (0b1)
  37. CHIP_VER_REV2 (BLOCK0): Silicon Revision 2 = False R/W (0b0)
  38. CHIP_VERSION (BLOCK0): Reserved for future chip versions = 2 R/W (0b10)
  39. CHIP_PACKAGE (BLOCK0): Chip package identifier = 0 R/W (0b000)
  40. MAC_VERSION (BLOCK3): Version of the MAC field = 0 R/W (0x00)
  41. Security fuses:
  42. FLASH_CRYPT_CNT (BLOCK0): Flash encryption mode counter = 0 R/W (0b0000000)
  43. UART_DOWNLOAD_DIS (BLOCK0): Disable UART download mode (ESP32 rev3 only) = False R/W (0b0)
  44. FLASH_CRYPT_CONFIG (BLOCK0): Flash encryption config (key tweak bits) = 0 R/W (0x0)
  45. CONSOLE_DEBUG_DISABLE (BLOCK0): Disable ROM BASIC interpreter fallback = True R/W (0b1)
  46. ABS_DONE_0 (BLOCK0): Secure boot V1 is enabled for bootloader image = False R/W (0b0)
  47. ABS_DONE_1 (BLOCK0): Secure boot V2 is enabled for bootloader image = False R/W (0b0)
  48. JTAG_DISABLE (BLOCK0): Disable JTAG = False R/W (0b0)
  49. DISABLE_DL_ENCRYPT (BLOCK0): Disable flash encryption in UART bootloader = False R/W (0b0)
  50. DISABLE_DL_DECRYPT (BLOCK0): Disable flash decryption in UART bootloader = False R/W (0b0)
  51. DISABLE_DL_CACHE (BLOCK0): Disable flash cache in UART bootloader = False R/W (0b0)
  52. BLOCK1 (BLOCK1): Flash encryption key
  53. = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 R/W
  54. BLOCK2 (BLOCK2): Secure boot key
  55. = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 R/W
  56. BLOCK3 (BLOCK3): Variable Block 3
  57. = 00 00 00 00 00 00 00 00 00 00 00 00 91 02 87 fa 00 00 00 00 00 00 00 00 R/W
  58. Flash voltage (VDD_SDIO) determined by GPIO12 on reset (High for 1.8V, Low/NC for 3.3V).
  59. To get a dump for all eFuse registers.
  60. .. code-block:: none
  61. espefuse.py -p PORT dump
  62. Connecting........_
  63. Detecting chip type... ESP32
  64. BLOCK0 ( ) [0 ] read_regs: 00000000 8e188e44 00ad840d 0000e000 00000235 00000000 00000005
  65. BLOCK1 (flash_encryption) [1 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000
  66. BLOCK2 (secure_boot_v1 s) [2 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000
  67. BLOCK3 ( ) [3 ] read_regs: 00000000 00000000 00000000 fa870291 00000000 00000000
  68. espefuse.py v3.1-dev