Hello!
I want to store some data in the SVNS LPGPR2, that is persistent after a reboot. I am using the IMX8M Mini.
I can write to the register
u-boot=> mw 0x30370098 0xDEADBEEF
u-boot=> md 0x30370098 4
30370098: deadbeef 00000000 00000000 00000000 ................
But after a reboot the register has gone back to the default value and I don't know why. I have read about non-volatile storage and from that I have understood that it should preserve the value even if there is a absents of power. I assume it would be the same for secure non-volatile storage, what am I missing?