diff --git a/hw/application_fpga/fw/tk1/mgmt_app.c b/hw/application_fpga/fw/tk1/mgmt_app.c index f520f06..2880baa 100644 --- a/hw/application_fpga/fw/tk1/mgmt_app.c +++ b/hw/application_fpga/fw/tk1/mgmt_app.c @@ -12,9 +12,9 @@ // // To update this, compute the BLAKE2s digest of the app.bin static const uint8_t allowed_app_digest[32] = { - 0x85, 0x29, 0xe3, 0x25, 0xf5, 0x8d, 0x53, 0x5f, 0xe1, 0x2a, 0x77, - 0x92, 0xe7, 0xdc, 0x4b, 0x4d, 0x1, 0x85, 0x17, 0xca, 0xfd, 0x54, - 0x83, 0xb3, 0xbb, 0x28, 0x4f, 0xa1, 0x98, 0x5f, 0x9e, 0x56, + 0x40, 0x7f, 0x58, 0xbe, 0x39, 0xcf, 0xae, 0xaf, 0x43, 0xa0, 0x75, + 0x90, 0x4d, 0x43, 0xa3, 0x2e, 0xa1, 0x5f, 0x4c, 0x1b, 0x6a, 0xf3, + 0x69, 0x4d, 0x74, 0x05, 0x21, 0x63, 0xa0, 0xd3, 0x69, 0x34, }; static uint8_t current_app_digest[32]; diff --git a/hw/application_fpga/tools/default_partition.bin b/hw/application_fpga/tools/default_partition.bin index 38fa3af..5829cb1 100644 Binary files a/hw/application_fpga/tools/default_partition.bin and b/hw/application_fpga/tools/default_partition.bin differ