Hi,
I am using a custom AM3352 based board and would like to perform DRAM tests in u-boot stage, the idea is to verify if the Hardware connections are proper.
Currently, I have enabled mtest command in u-boot and tried to execute on parts of memory and it works fine.
But, what I want to know is, how do we come to know that this is the minimum amount of DRAM size that we need to test in order to confirm that the DRAM is soldered properly on the PCB and connected to the processor ?
Currently, I've been testing the first 16MiB of 256MiB DRAM, it works fine and runs multiple iterations. I've also tried providing certain patterns and number of iterations and verified using memory display command.
Any hints on this, is highly appreciated. Thank You :-)