mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-08 00:44:58 -04:00
reset_test: Use digest of tkey-libs example app when starting from second flash slot
This commit is contained in:
parent
f1b8d2365d
commit
92a6b70118
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ int main(void)
|
||||||
|
|
||||||
case '7': {
|
case '7': {
|
||||||
uint8_t tkeylibs_example_app_digest[] =
|
uint8_t tkeylibs_example_app_digest[] =
|
||||||
"a97f6ec2112067c4b5b5860521e252a095d221652f7b3d056b"
|
"96bb4c90603dbbbe09b9a1d7259b5e9e61bedd89a897105c30"
|
||||||
"d98eaba40b4967";
|
"c9d4bf66a98d97";
|
||||||
rst.type = START_FLASH2_VER;
|
rst.type = START_FLASH2_VER;
|
||||||
hex_string_to_bytes(tkeylibs_example_app_digest,
|
hex_string_to_bytes(tkeylibs_example_app_digest,
|
||||||
(uint8_t *)&rst.app_digest,
|
(uint8_t *)&rst.app_digest,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue