Hello,
I am seeing a RAM restriction at 768 MB (with a 2GB stick installed). Here are my boot settings:
bootargs=console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw mem=1000M earlyprink vram=10M ti816xfb.vram=0:16M,1:16M,2:6M;
bootcmd=mmc init;fatload mmc 0 0x80300000 uImage;bootm 0x080300000;
Then during boot this happens....
Kernel command line: console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw mem=1000M earlyprink vram=10M ti816xfb.vram=0:16M,1:16M,2:6M;
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 768MB = 768MB total
Memory: 775244k/775244k available, 11188k reserved, 0K highmem
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
vmalloc : 0xf0800000 - 0xf8000000 ( 120 MB)
lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
.init : 0xc0008000 - 0xc0031000 ( 164 kB)
.text : 0xc0031000 - 0xc03c9000 (3680 kB)
.data : 0xc03ca000 - 0xc03f0280 ( 153 kB)
Is any one else seeing this issue? I assume that it is something that I am doing wrong while compiling the kernel; however, I haven't been able to track it down. Any advice? Thanks for your time.
Regards,
Tom