Hi
In ti-processor-sdk-linux-omapl138-lcdk-06.01.00.08 if I change u-boot variable netargs from:
set netargs "setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=192.168.1.10"
to:
set netargs "setenv bootargs ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=192.168.1.10 mem=32M@0xc0000000 mem=64M@0xc4000000"
to reserve memory for DSP, boot process freeze at "Starting Kernel ..."
Thanks.