I'm using ESP-IDF v5.3 on Windows (PowerShell), and my chip info is below:
Code: Select all
PS C:\Users\Admin\Desktop\std_gw> esptool.py read_mac
esptool.py v4.8.1
Found 2 serial ports
Serial port COM10
Connecting....
Detecting chip type... Unsupported detection protocol, switching and trying again...
Connecting....
Detecting chip type... ESP32
Chip is ESP32-D0WD-V3 (revision v3.1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: cc:db:a7:2e:e8:44
Uploading stub...
Running stub...
Stub running...
MAC: cc:db:a7:2e:e8:44
Hard resetting via RTS pin...
However, when I go to:
Code: Select all
idf.py menuconfig → Security Features → Enable hardware Secure Boot in bootloader → Select secure boot version
I have already confirmed my ESP-IDF version:
Code: Select all
ESP-IDF v5.3-dirty