Hello,
I got the KeyStone II EVM. It has the DIMM memory with the size of 2G Byte.
But when I ran the free command in Linux prompt, I showed only 512 MB.
root@129:~/sFFT-1.0-2.0-seq-c-keystone-2# free
total used free shared buffers cached
Mem: 512124 39548 472576 0 0 4072
-/+ buffers/cache: 35476 476648
Swap: 0 0 0
But I do configured the memory size as 1536 M in the ubot
uboot# setenv mem_reserve 1536M
So where is the problem?