File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
tests/subsys/nrf_compress/decompression/mcuboot_update Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,9 @@ set_config_string(compressed_app CONFIG_MCUBOOT_SIGNATURE_KEY_FILE
1616set_config_bool(compressed_app CONFIG_MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY y)
1717set (compressed_app_SIGNING_SCRIPT "${CMAKE_CURRENT_LIST_DIR} /modified_signing.cmake" CACHE INTERNAL "MCUboot signing script" FORCE)
1818set_config_bool(compressed_app CONFIG_MCUBOOT_COMPRESSED_IMAGE_SUPPORT_ENABLED y)
19+
20+ if (SB_CONFIG_SOC_SERIES_NRF54LX AND SB_CONFIG_BOOT_SIGNATURE_TYPE_ED25519)
21+ set_config_bool(compressed_app CONFIG_MCUBOOT_BOOTLOADER_SIGNATURE_TYPE_ED25519 y)
22+ set_config_bool(compressed_app CONFIG_MCUBOOT_BOOTLOADER_USES_SHA512 y)
23+ set_config_bool(compressed_app CONFIG_MCUBOOT_BOOTLOADER_SIGNATURE_TYPE_PURE n)
24+ endif ()
You can’t perform that action at this time.
0 commit comments