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.

Adding mtest support in uboot on am3354.

Hi,

I have enabled mtest command support  in uboot by defining

CONFIG_CMD_MEMTEST

CONFIG_SYS_ALT_MEMTEST,

CONFIG_SYS_MEMTEST_START  = 0x80000000,

CONFIG_SYS_MEMTEST_END = 0x9000000 in board specific header file.


Run mtest  command at u-boot prompt.

But, Uboot hangs when I execute, mtest 0x80000000 0x90000000.

Message I got :

mtest 0x80000000 0x90000000
Testing 80000000 ... 90000000:
Pattern 00000000  Writing...                 (hangs after.)

Please guide me what extra need to add or remove.

Thanks in advance.

Regards,

Pankil.