mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
docs: Update unify and update espefuse command outputs
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
idf.py efuse-dump
|
||||
|
||||
Executing action: efuse-dump
|
||||
Running espefuse.py in directory <project-directory>
|
||||
Executing "espefuse.py dump --chip esp32c2"...
|
||||
espefuse.py v4.6-dev
|
||||
Connecting....
|
||||
Running espefuse in directory <project-directory>
|
||||
Executing "espefuse dump --chip esp32c2"...
|
||||
espefuse v5.0.2
|
||||
Connecting...
|
||||
|
||||
=== Run "dump" command ===
|
||||
BLOCK0 (BLOCK0 ) [0 ] read_regs: 00000000 00000000
|
||||
BLOCK1 (BLOCK1 ) [1 ] read_regs: 00000000 00000000 00000000
|
||||
BLOCK2 (BLOCK2 ) [2 ] read_regs: 8d5c4b94 8252083a 5c01e953 80d0a824 c0860b18 00006890 00000000 4b000000
|
||||
@@ -14,5 +16,3 @@
|
||||
|
||||
BLOCK0 (BLOCK0 ) [0 ] err__regs: 00000000 00000000
|
||||
EFUSE_RD_RS_ERR_REG 0x00000000
|
||||
|
||||
=== Run "dump" command ===
|
||||
|
||||
@@ -3,10 +3,12 @@
|
||||
idf.py efuse-dump
|
||||
|
||||
Executing action: efuse-dump
|
||||
Running espefuse.py in directory <project-directory>
|
||||
Executing "espefuse.py dump --chip esp32c3"...
|
||||
espefuse.py v4.6-dev
|
||||
Running espefuse in directory <project-directory>
|
||||
Executing "espefuse dump --chip esp32c3"...
|
||||
espefuse v5.0.2
|
||||
Connecting....
|
||||
|
||||
=== Run "dump" command ===
|
||||
BLOCK0 ( ) [0 ] read_regs: 00000000 00000000 00000000 00000000 80000000 00000000
|
||||
MAC_SPI_8M_0 (BLOCK1 ) [1 ] read_regs: 790f968c 000058cf 00000000 020c0000 715424e0 0047d2f2
|
||||
BLOCK_SYS_DATA (BLOCK2 ) [2 ] read_regs: 96046025 6f41fdc3 512cedbe 217ee31d d864ea41 5aba3a86 1e260363 00000009
|
||||
@@ -22,5 +24,3 @@
|
||||
BLOCK0 ( ) [0 ] err__regs: 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
EFUSE_RD_RS_ERR0_REG 0x00000000
|
||||
EFUSE_RD_RS_ERR1_REG 0x00000000
|
||||
|
||||
=== Run "dump" command ===
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
.. code-block:: none
|
||||
|
||||
espefuse.py -p PORT summary
|
||||
idf.py -p PORT efuse-summary
|
||||
|
||||
espefuse.py v4.8.dev4
|
||||
Executing action: efuse-summary
|
||||
(...)
|
||||
|
||||
=== Run "summary" command ===
|
||||
EFUSE_NAME (Block) Description = [Meaningful Value] [Readable/Writeable] (Hex Value)
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
.. code-block:: none
|
||||
|
||||
espefuse.py dump
|
||||
idf.py efuse-dump
|
||||
|
||||
espefuse.py v4.8.dev4
|
||||
Executing action: efuse-dump
|
||||
Running espefuse in directory <project-directory>
|
||||
Executing "espefuse dump --chip esp32c5"...
|
||||
espefuse v5.0.2
|
||||
Connecting....
|
||||
Detecting chip type... ESP32-C5
|
||||
|
||||
=== Run "dump" command ===
|
||||
BLOCK0 ( ) [0 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
MAC_SPI_8M_0 (BLOCK1 ) [1 ] read_regs: f9f95440 fffe6055 00000000 00000000 00000000 00000000
|
||||
BLOCK_SYS_DATA (BLOCK2 ) [2 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
@@ -20,5 +24,3 @@
|
||||
BLOCK0 ( ) [0 ] err__regs: 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
EFUSE_RD_RS_ERR0_REG 0x00000000
|
||||
EFUSE_RD_RS_ERR1_REG 0x00000000
|
||||
|
||||
=== Run "dump" command ===
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
idf.py -p /dev/ttyUSB0 efuse-summary
|
||||
|
||||
espefuse.py v4.10.dev2
|
||||
Connecting....
|
||||
Executing action: efuse-summary
|
||||
(...)
|
||||
|
||||
=== Run "summary" command ===
|
||||
EFUSE_NAME (Block) Description = [Meaningful Value] [Readable/Writeable] (Hex Value)
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
|
||||
idf.py -p /dev/ttyUSB0 efuse-dump
|
||||
|
||||
espefuse.py v4.10.dev2
|
||||
espefuse v5.0.2
|
||||
Executing action: efuse-dump
|
||||
Running espefuse in directory <project-directory>
|
||||
Executing "espefuse dump --chip esp32c61"...
|
||||
Connecting....
|
||||
|
||||
=== Run "dump" command ===
|
||||
|
||||
@@ -3,10 +3,12 @@
|
||||
idf.py efuse-dump
|
||||
|
||||
Executing action: efuse-dump
|
||||
Running espefuse.py in directory <project-directory>
|
||||
Executing "espefuse.py dump --chip esp32c6"...
|
||||
espefuse.py v4.6-dev
|
||||
Running espefuse in directory <project-directory>
|
||||
Executing "espefuse dump --chip esp32c6"...
|
||||
espefuse v5.0.2
|
||||
Connecting....
|
||||
|
||||
=== Run "dump" command ===
|
||||
BLOCK0 ( ) [0 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
MAC_SPI_8M_0 (BLOCK1 ) [1 ] read_regs: f9f7529c 00006055 00000000 01040000 00000000 00000000
|
||||
BLOCK_SYS_DATA (BLOCK2 ) [2 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
@@ -22,5 +24,3 @@
|
||||
BLOCK0 ( ) [0 ] err__regs: 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
EFUSE_RD_RS_ERR0_REG 0x00000000
|
||||
EFUSE_RD_RS_ERR1_REG 0x00000000
|
||||
|
||||
=== Run "dump" command ===
|
||||
|
||||
@@ -3,10 +3,12 @@
|
||||
idf.py efuse-dump
|
||||
|
||||
Executing action: efuse-dump
|
||||
Running espefuse.py in directory <project-directory>
|
||||
Executing "espefuse.py dump --chip esp32h2"...
|
||||
espefuse.py v4.6-dev
|
||||
Running espefuse in directory <project-directory>
|
||||
Executing "espefuse dump --chip esp32h2"...
|
||||
espefuse v5.0.2
|
||||
Connecting....
|
||||
|
||||
=== Run "dump" command ===
|
||||
BLOCK0 ( ) [0 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
MAC_SPI_8M_0 (BLOCK1 ) [1 ] read_regs: f9f72ca2 fffe6055 00000000 00000000 00000000 00000000
|
||||
BLOCK_SYS_DATA (BLOCK2 ) [2 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
@@ -22,5 +24,3 @@
|
||||
BLOCK0 ( ) [0 ] err__regs: 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
EFUSE_RD_RS_ERR0_REG 0x00000000
|
||||
EFUSE_RD_RS_ERR1_REG 0x00000000
|
||||
|
||||
=== Run "dump" command ===
|
||||
|
||||
@@ -3,10 +3,12 @@
|
||||
idf.py efuse-dump
|
||||
|
||||
Executing action: efuse-dump
|
||||
Running espefuse.py in directory <project-directory>
|
||||
Executing "espefuse.py dump --chip esp32p4"...
|
||||
espefuse.py v4.7.dev1
|
||||
Running espefuse in directory <project-directory>
|
||||
Executing "espefuse dump --chip esp32p4"...
|
||||
espefuse v5.0.2
|
||||
Connecting....
|
||||
|
||||
=== Run "dump" command ===
|
||||
BLOCK0 ( ) [0 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
MAC_SPI_8M_0 (BLOCK1 ) [1 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
BLOCK_SYS_DATA (BLOCK2 ) [2 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
@@ -21,5 +23,3 @@
|
||||
BLOCK0 ( ) [0 ] err__regs: 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
EFUSE_RD_RS_ERR0_REG 0x00000000
|
||||
EFUSE_RD_RS_ERR1_REG 0x00000000
|
||||
|
||||
=== Run "dump" command ===
|
||||
|
||||
@@ -3,10 +3,12 @@
|
||||
idf.py efuse-dump
|
||||
|
||||
Executing action: efuse-dump
|
||||
Running espefuse.py in directory <project-directory>
|
||||
Executing "espefuse.py dump --chip esp32s2"...
|
||||
espefuse.py v4.6-dev
|
||||
Running espefuse in directory <project-directory>
|
||||
Executing "espefuse dump --chip esp32s2"...
|
||||
espefuse v5.0.2
|
||||
Connecting....
|
||||
|
||||
=== Run "dump" command ===
|
||||
BLOCK0 ( ) [0 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
MAC_SPI_8M_0 (BLOCK1 ) [1 ] read_regs: 79b3b954 000058cf 00000000 10440000 00000000 00000000
|
||||
BLOCK_SYS_DATA (BLOCK2 ) [2 ] read_regs: f1c60eea 8238f201 595b98e9 0200fe81 1c549f24 88491102 06461421 070c2083
|
||||
@@ -22,5 +24,3 @@
|
||||
BLOCK0 ( ) [0 ] err__regs: 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
EFUSE_RD_RS_ERR0_REG 0x00000000
|
||||
EFUSE_RD_RS_ERR1_REG 0x00000000
|
||||
|
||||
=== Run "dump" command ===
|
||||
|
||||
@@ -3,9 +3,11 @@
|
||||
idf.py efuse-dump
|
||||
|
||||
Executing action: efuse-dump
|
||||
Running espefuse.py in directory <project-directory>
|
||||
Executing "espefuse.py dump --chip esp32s3"...
|
||||
espefuse.py v4.6-dev
|
||||
Running espefuse in directory <project-directory>
|
||||
Executing "espefuse dump --chip esp32s3"...
|
||||
espefuse v5.0.2
|
||||
|
||||
=== Run "dump" command ===
|
||||
Connecting....
|
||||
BLOCK0 ( ) [0 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
MAC_SPI_8M_0 (BLOCK1 ) [1 ] read_regs: 3b41f270 0000ecda 00000000 030c0000 2c707800 9800cc58
|
||||
@@ -22,5 +24,3 @@
|
||||
BLOCK0 ( ) [0 ] err__regs: 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
EFUSE_RD_RS_ERR0_REG 0x00000000
|
||||
EFUSE_RD_RS_ERR1_REG 0x00000000
|
||||
|
||||
=== Run "dump" command ===
|
||||
|
||||
@@ -3,15 +3,15 @@
|
||||
idf.py efuse-dump
|
||||
|
||||
Executing action: efuse-dump
|
||||
Running espefuse.py in directory <project-directory>
|
||||
Executing "espefuse.py dump --chip esp32"...
|
||||
espefuse.py v4.6-dev
|
||||
Running espefuse in directory <project-directory>
|
||||
Executing "espefuse dump --chip esp32"...
|
||||
espefuse v5.0.2
|
||||
Connecting....
|
||||
|
||||
=== Run "dump" command ===
|
||||
BLOCK0 ( ) [0 ] read_regs: 00000000 7e5a6e58 00e294b9 0000a200 00000333 00100000 00000004
|
||||
BLOCK1 (flash_encryption) [1 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
BLOCK2 (secure_boot_v1 s) [2 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
BLOCK3 ( ) [3 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
|
||||
EFUSE_REG_DEC_STATUS 0x00000000
|
||||
|
||||
=== Run "dump" command ===
|
||||
|
||||
Reference in New Issue
Block a user