Other Parts Discussed in Thread: BEAGLEBOARD-X15, PMP
Tool/software: TI C/C++ Compiler
I'm not sure how to config 4G DDR3L(MT41K512M16VRN-107 IT:P) on AM5728, but the result always how 2G.
my LISA configuration:
We are using the micron DDR3L(MT41K512M16VRN-107 IT:P), 1024MB * 4 = 4GB
DDR1(EMIF-1) lines are connected to the two DDR chip of each 1024MB, total-2GB.
DDR2(EMIF-2) lines are connected to other two DDR chip of each 1024MB, total-2GB.
LISA configuration done as given below in board.c file(../board/ti/beagle_x15/board.c):
static const struct dmm_lisa_map_regs beagle_x15_lisa_regs = {
#if 0
.dmm_lisa_map_0 = 0x0,
.dmm_lisa_map_1 = 0x0,
.dmm_lisa_map_2 = 0x80740300,
.dmm_lisa_map_3 = 0xFF020100,
#else
.dmm_lisa_map_3 = 0x80740300,
#endif
.is_ma_present = 0x1
};
Could you help to give suggestion?
Thanks
Ken
