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!