How do I run a DDR memory test in STM32MP by using U-boot?
I want to test the memory by using U-boot.I'm reading the DDR memory from 0xC0000000 to 0xE0000000 with the pattern 0xFFFFFFF. But I don't have premision to read the memory. How can I solve this issue? STM32MP> mtest 0xC0000000 0xE0000000 0xFFFFFFFF...