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.

enable mtest command in SDK 7.0 u-boot issue

hi All,

I'm working with beagle bone black board and trying to enable mtest command in SDK 7.0 u-boot source. but i'm getting following error


Configuration:

include/configs/am335x_evm.h

 #define CONFIG_CMD_MEMTEST 1
 #define CONFIG_SYS_ALT_MEMTEST 1
#define PHYS_DRAM_1   0x80000000
#define CONFIG_SYS_MEMTEST_START    (PHYS_DRAM_1 + (64 * 1024 * 1024))
#define CONFIG_SYS_MEMTEST_END      (CONFIG_SYS_MEMTEST_START \
                             + (8 * 1024 * 1024))

Error:

U-Boot#  mtest 84000000 84000010 AAAAAAAA 1
Testing 84000000 ... 84000010:
data abort      1

    MAYBE you should read doc/README.arm-unaligned-accesses

pc : [<9f76408c>]          lr : [<9f764068>]
sp : 9f33cdf0  ip : fffffffe     fp : 9f7942dc
r10: 00000000  r9 : 9f33cf38     r8 : 00000000
r7 : 00000001  r6 : 00000001     r5 : 00000001  r4 : 84000000
r3 : 00000004  r2 : 00000001     r1 : 0000000d  r0 : 00000012
Flags: nzCv  IRQs off  FIQs on  Mode SVC_32
Resetting CPU ...

resetting ...


Please suggest anything else i need to configure ? or any document which will guide how to do it.

Thanks

Thiru N