Hi,
I have tested secure boot and encrypted boot on IMX6Q. They were working fine.
The SRK_HASH(bank 3, word 0 up-to 7) and SEC_CONFIG(bank 0, word6) have programmed. (SEC_CONFIG = 1)
After some days, I have programmed a new value into bank 3 word 5. It was OK, and the past value remained.
But, when I shout down the system, it wasn't booted from EMMC or SD card.
U-boot commands:
------------------------------------------------------------------------------------------------
=> fuse prog -y 3 5 0x0f405eff
Programming bank 3 word 0x00000005 to 0x0f405eff...
=> fuse read 3 5 1
Reading bank 3:
Word 0x00000005: 0f405efd
------------------------------------------------------------------------------------------------
So we can change the SRK burned fuse value, right?
I can't understand the role of SRK_LOCK.
Best regards