Question
Hello, I am trying to make a secure boot for my STM32MP157F. I have generated the proper keys. Running `ext4load mmc 0:4 0xc0000000 publicKeyhash.bin` puts the key in 0xc0000000. stm32key fuse 0xc0000000 does execute. But rebooting it is gone?
..