This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LINUXSDK-OMAPL138: Kernel freeze when reserving memory for DSP

Part Number: LINUXSDK-OMAPL138


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.