mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-07 16:34:59 -04:00
Do not hardcode preloaded app 1 size
Hardcoding it causes preload_check_valid_app and therefore preload_store to assume there already is an app installed. Causing the TK1_SYSCALL_PRELOAD_STORE syscall to fail.
This commit is contained in:
parent
15bf72bc37
commit
a8f2a8c30e
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ int main(void)
|
|||
// TODO Lie and tell filesystem we have a 128 kiB device app
|
||||
// on flash.
|
||||
part_table.pre_app_data[0].size = 0x20000;
|
||||
part_table.pre_app_data[1].size = 0x20000;
|
||||
// part_table.pre_app_data[1].size = 0x20000;
|
||||
|
||||
// TODO Just start something from flash without looking in
|
||||
// FW_RAM.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue