fpga: Set default app to defaultapp.bin

This commit is contained in:
Mikael Ågren 2025-05-19 09:58:31 +02:00
parent 7f6471c9b2
commit f1a734a09f
No known key found for this signature in database
GPG key ID: E02DA3D397792C46
2 changed files with 3 additions and 3 deletions

View file

@ -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];