Tool/software: Linux
I want to test whole RAM using mtest command from u-boot.
Below command I am using in u-boot.
=> mtest
Testing 80000000 ... 8fffffff:
Pattern 00000000 Writing...
It is taking around 3 to 4 hours to test.
Beaglebone green wireless I am using, Is there anything I am missing?
Can you help me any workaround to reduce time?
I tried to test RAM in kernel level using memtest=2 It is very fast and it is taking only few seconds, same thing I am looking in u-boot level.