I need to enable the uboot POST for testing memory on the Zed board (Xilinx Zynqu00AE-7000 All-Programmable SoC - ARM dual-core Cortexu2122-A9 + 28 nm programmable logic with Analog Devices AD-FMCOMMS3-EBZ FMC module featuring the AD9361).
Can this be achieved only by modification of the uboot source code ? Or, is there any sequence of keystrokes at the time of booting, for enabling the same?
I added the define directive #define CONFIG_POST CONFIG_SYS_POST_MEMORY in the zynq_zed.h
file. in directory include/configs of u-boot source(2014.07). But when I built it the following errors are displayed:
1)t_POST_WORD_ADDR currently not implemented for this platform! (file include/post.h).
2)tpost_word_load() undeclared (file include/post.h).
3)tPost_word_store() undeclared (file include/post.h).
What other modifications are required to enable POST ?
- Suresh