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.

Linux/AM4372: U-boot mtest

Part Number: AM4372

Tool/software: Linux

Hello,

I have tried to add mtest to uboot with following defines:

#define CONFIG_CMD_MEMTEST
#define CONFIG_SYS_ALT_MEMTEST
#define  CFG_MEMTEST_SCRATCH 0x82000000
#define CONFIG_SYS_MEMTEST_START  0x82000000
#define CONFIG_SYS_MEMTEST_END  0x8f000000

If i try to start the memtest with

mtest 0x82000000 0x83000000 0x55ff55ff 1

I get an abort.

What am I doing wrong?

Ti-processor-sdk version: 05.01.00.11

Thanks!