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.

TDA2: Cannot save uBoot env

Other Parts Discussed in Thread: TDA2, SYSBIOS

Hi all,

I want to boot TDA2 EVM with NFS.

I follow the document, VisionSDK_LinuxUserGuide.pdf, and do followinf steps:

setenv bootargs 'console=ttyO0,115200n8 vram=16M root=/dev/nfs rw nfsroot=172.24.170.60:/datalocal/user/abc/vision_sdk/linux/targetfs rootwait ip=dhcp mem=1024M'

setenv fdt_high 0x84000000

setenv bootcmd 'load mmc 0 0x825f0000 dra7-evm-infoadas.dtb;load mmc 0 0x80300000 zImage;bootz 0x80300000 - 0x825f0000'

save

But it shows error message:

Saving Environment to MMC...
MMC init failed

zImage, dra7-evm-infoadas.dtb, MLO and u-boot.img are already copied to SD card.

Is there anything I missed?

My environment is TDA2, Linux + sysbios, Vision SDK v2.10.

Thanks.

Kevin Tsai