This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM6548: Power-On-Self-Test(POST) RAM memory before loading u-boot

Part Number: AM6548

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.