Hi,
I want to enable POST to test CPU, RAM etc. I added #define CONFIG_POST and #define CONFIG_SYS_POST in /include/configs/am62x_evm.h but there is an error when I try to build it.
The error is
error: #error "_POST_WORD_ADDR currently not implemented for this platform!"
and
error: ‘_POST_WORD_ADDR’ undeclared (first use in this function)
51 | out_le32((volatile void *)(_POST_WORD_ADDR), value);
Most of the errors are about POST_WORD_ADDR and occur in /include/post.h. How do I fix this or are there any reference of steps for enabling POST?