Chip Revision Identification
Espressif is introducing a new vM.X numbering scheme to indicate chip revisions. This guide outlines the structure of this scheme and provides information on chip errata and additional identification methods.
Chip Revision Numbering Scheme
The new numbering scheme vM.X consists of the major and minor numbers described below.
M – Major number, indicating the major revision of the chip product. If this number changes, it means the software used for the previous version of the product is incompatible with the new product, and the software version shall be upgraded for the use of the new product.
X – Minor number, indicating the minor revision of the chip product. If this number changes, it means the software used for the previous version of the product is compatible with the new product, and there is no need to upgrade the software.
The vM.X scheme replaces previously used chip revision schemes, including ECOx numbers, Vxxx, and other formats if any.
Primary Identification Methods
eFuse Bits
The chip revision is encoded using two eFuse fields:
EFUSE_RD_MAC_SPI_SYS_2_REG[23]
EFUSE_RD_MAC_SPI_SYS_2_REG[5:0]
eFuse Bit |
Chip Revision |
|||
---|---|---|---|---|
v0.0 |
v1.0 |
v1.3 |
||
Major Number |
EFUSE_RD_MAC_SPI_SYS_2_REG[23] |
0 |
0 |
0 |
EFUSE_RD_MAC_SPI_SYS_2_REG[5] |
0 |
0 |
0 |
|
EFUSE_RD_MAC_SPI_SYS_2_REG[4] |
0 |
1 |
1 |
|
Minor Number |
EFUSE_RD_MAC_SPI_SYS_2_REG[3] |
0 |
0 |
0 |
EFUSE_RD_MAC_SPI_SYS_2_REG[2] |
0 |
0 |
0 |
|
EFUSE_RD_MAC_SPI_SYS_2_REG[1] |
0 |
0 |
1 |
|
EFUSE_RD_MAC_SPI_SYS_2_REG[0] |
0 |
0 |
1 |
Chip Marking
Espressif Tracking Information line in chip marking

Figure 1 Chip Marking Diagram
Chip Revision |
Espressif Tracking Information |
---|---|
v0.0 |
X |
v1.0 |
X |
v1.3 |
X |
Additional Identification Methods
Date Code
Some errors in the chip product don’t need to be fixed at the silicon level, or in other words in a new chip revision.
In this case, the chip may be identified by Date Code in chip marking (see Chip Marking). For more information, please refer to ESP32-P4 Chip Packaging Information > Chip Silk Marking.
ESP-IDF Release Compatibility
Information about ESP-IDF release that supports a specific chip revision is provided in Compatibility Between ESP-IDF Releases and Revisions of Espressif SoCs.