From 92a6b70118812d7589655859b50af8e9abc70fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20=C3=85gren?= Date: Thu, 10 Apr 2025 10:38:54 +0200 Subject: [PATCH] reset_test: Use digest of tkey-libs example app when starting from second flash slot --- hw/application_fpga/fw/reset_test/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/application_fpga/fw/reset_test/main.c b/hw/application_fpga/fw/reset_test/main.c index 3da87ed..6d61b39 100644 --- a/hw/application_fpga/fw/reset_test/main.c +++ b/hw/application_fpga/fw/reset_test/main.c @@ -118,8 +118,8 @@ int main(void) case '7': { uint8_t tkeylibs_example_app_digest[] = - "a97f6ec2112067c4b5b5860521e252a095d221652f7b3d056b" - "d98eaba40b4967"; + "96bb4c90603dbbbe09b9a1d7259b5e9e61bedd89a897105c30" + "c9d4bf66a98d97"; rst.type = START_FLASH2_VER; hex_string_to_bytes(tkeylibs_example_app_digest, (uint8_t *)&rst.app_digest,