From 20b10ba9140dfeb5b75697877a7e2e361770e559 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Wed, 2 Aug 2023 19:34:32 +0530 Subject: [PATCH] ci: add secure OTA test for application built without secure padding Covers issue reported in: https://github.com/espressif/esp-idf/issues/11995 --- .../ota/simple_ota_example/sdkconfig.ci.on_update_no_sb_rsa | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/system/ota/simple_ota_example/sdkconfig.ci.on_update_no_sb_rsa b/examples/system/ota/simple_ota_example/sdkconfig.ci.on_update_no_sb_rsa index f83bf4f85e..80de0dcb06 100644 --- a/examples/system/ota/simple_ota_example/sdkconfig.ci.on_update_no_sb_rsa +++ b/examples/system/ota/simple_ota_example/sdkconfig.ci.on_update_no_sb_rsa @@ -11,6 +11,7 @@ CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT=y CONFIG_SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT=y CONFIG_SECURE_SIGNED_APPS_RSA_SCHEME=y CONFIG_SECURE_BOOT_SIGNING_KEY="test/secure_boot_signing_key.pem" +CONFIG_SECURE_BOOT_ALLOW_SHORT_APP_PARTITION=y CONFIG_EXAMPLE_CONNECT_ETHERNET=y CONFIG_EXAMPLE_CONNECT_WIFI=n