Hello!
I have custom board with AM6548 and 2 GB of RAM
I need to add RAM slow test before u-boot will be loaded into RAM. As I understood I should run POST test because mtest from u-boot is not usefull.
I added define CONFIG_POST and CONFIG_SYS_POST_MEMORY in am65x_evm.h .
And I have compilation error like @_POST_WORD_ADDR currently not implemented for this platform!" and etc.
Could you help me please to do right RAM memory test.