
17 Jan
2014
17 Jan
'14
6:21 p.m.
Hello aryanlak,
Am 17.01.2014 09:11, schrieb aryanlak:
Hi all,
I want to perform memory test (FLASH) during U-boot and read the results after the operating system (Linux) is booted up. Is it possible? If so, can anyone guide me to do so?
This could work by setting a u-boot environment variable with the POST result. It would probably require adding some u-boot code, the baseline puts POST results just into console output and maybe a memory loc IIRC.
If you had the environment variable, then you could get result from Linux with fw_printenv.
Joe