Skip to content

Commit 6c0d5de

Browse files
committed
test: convert C6 secure boot tests to use ECDSA scheme
1 parent f3b4050 commit 6c0d5de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/system/efuse/sdkconfig.ci.virt_secure_boot_v2.esp32c6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

99
CONFIG_SECURE_BOOT=y
1010
CONFIG_SECURE_BOOT_V2_ENABLED=y
11-
CONFIG_SECURE_BOOT_SIGNING_KEY="test/secure_boot_signing_key.pem"
11+
CONFIG_SECURE_BOOT_V2_ECDSA_ENABLED=y
12+
CONFIG_SECURE_BOOT_SIGNING_KEY="test/secure_boot_signing_key_ecdsa_nistp256.pem"
1213
CONFIG_SECURE_INSECURE_ALLOW_DL_MODE=y
1314

1415
# IMPORTANT: ONLY VIRTUAL eFuse MODE!

0 commit comments

Comments
 (0)