When I dump my efuses this is the output I get:
Code: Select all
Detecting chip type... ESP32
BLOCK0 ( ) [0 ] read_regs: 00110080 6d31ca18 0024e89f 0000ad00 00000436 f015de26 00000344
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
Code: Select all
W (85) efuse: Loading virtual efuse blocks from flash
EFUSE_BLKx:
0) 0x023c8564 0xa1701079 0x10f4f5f8 0xa1a402fa 0x023c8564 0xa1701079 0x10f4f5f8
1) 0x65778af8 0xd1407f74 0xfa268f21 0x24b18f14 0x65778af8 0xd1407f74 0xfa268f21 0x24b18f14
2) 0xedf0e0c3 0xbf46abd3 0xf6955dfa 0x4319559a 0xedf0e0c3 0xbf46abd3 0xf6955dfa 0x4319559a
3) 0x89d94c1c 0xd589f44d 0x29a97c06 0xcba24d68 0x89d94c1c 0xd589f44d 0x29a97c06 0xcba24d68
1. Why don't the efuses read from flash match?
2. Do I need to mark the efuse_em partition as encrypted? (it is currently not)
3. Can the efuse_em partition be anywhere in the partition table? If not, where does it specifically need to go.
I appreciate any help.