Hi All,
I am using Power PC and I want to test NVRAM.
1> Is it any commands to test nvram in command prompt ?
2> How to write, read and erase NVRAM ?
Regards,
VinothS
Solved! Go to Solution.
Often u-boot is used for RAM test.
U-boot contains simple memory test.
See the following pages:
https://github.com/LeMaker/u-boot/blob/master/doc/README.memory-test
http://www.denx.de/wiki/publish/DULG/to-delete/UBootCmdGroupMemory.html
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Often u-boot is used for RAM test.
U-boot contains simple memory test.
See the following pages:
https://github.com/LeMaker/u-boot/blob/master/doc/README.memory-test
http://www.denx.de/wiki/publish/DULG/to-delete/UBootCmdGroupMemory.html
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thank you Pavel, I closed this thread now.