mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
# Secure Boot V2 - ESP-ECO3+
|
|
CONFIG_IDF_TARGET="esp32"
|
|
CONFIG_SECURE_BOOT=y
|
|
CONFIG_ESP32_REV_MIN_3=y
|
|
CONFIG_SECURE_BOOT_V2_ENABLED=y
|
|
CONFIG_SECURE_BOOT_BUILD_SIGNED_BINARIES=y
|
|
CONFIG_SECURE_BOOT_SIGNING_KEY="test_rsa_3072_key.pem"
|