I use the software version is 01.08.00.15, how to set the parameter in bootargs and Rules.make?
setenv bootargs 'mem=128M console=ttyO2,115200n8 root=/dev/nfs rw nfsroot=192.168.47.197:/work/DVRRDK_01.08.00.15/target/rfs ip=192.168.47.211:192.168.47.197:192.168.47.1:255.255.255.0::eth0:off notifyk.vpssm3_sva=0xA0000000 vram=20M'
mem=128 or 256M?
notifyk.vpssm3_sva=0xA0000000 or 0xBFD00000?
in Rules.make,
ifeq ($(LINUX_MEM), )
LINUX_MEM := LINUX_MEM_128M
# LINUX_MEM := LINUX_MEM_256M
endif
I see the parameter in config_ti816x.bld, the linux mem is 256M, but when i set the Linux mem 256M, the system is crash in boot time.
who can tell me how to set the parameter in the version in 01.08.00.15?