Search found 1 match
- Mon Nov 25, 2024 4:47 pm
- Forum: General Discussion
- Topic: Missing includes in bootloader_override example
- Replies: 0
- Views: 683
Missing includes in bootloader_override example
I want to handle secure boot v2 error when application signature is invalid. The default bootloader just calls abort() and restart boot. So it cycles in restarts. I would like to force it to stay in some defined state.g. light sleep. I tried to use bootloader override of bootloader_utility.c but end...