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.

uboot mtest on am335x EVM

Hi All,

          I enabled mtest in uboot by defining

CONFIG_CMD_MEMTEST,

CONFIG_SYS_ALT_MEMTEST,

CONFIG_SYS_MEMTEST_START  = 0x80200000,

CONFIG_SYS_MEMTEST_END = 0x87FFFFFF

Uboot hangs when i execute, mtest 0x80200000 0x80200002. 

Please tell me what I'm missing, also tell me how to do DDR(for entire 256MB) test for EVM. Finally I want to try on my custom board. DDR base addr: 0x80000000

Regards,

Gangadhar