Hi, All!
Please explain me step by step, that I need perform to boot my EVM from TFTP with rootfs mounted on NFS? Boot from NAND work properly.
I have tuned TFTP and NFS servers, root file system extracted from mcsdk-demo-root-c6x-hf.cpio.gz to ~/targetfs-c6x directory. TFTP and NFS servers are working properly (I can boot DM8168EVM for example).
I rebuild kernel with required for my system parameters:
./bootblob get-cmdline vmlinux-2.6.34-evmc6678.el-dev-karak-20130326.bin
console=ttyS0,115200 ip=dhcp root=/dev/nfs nfsroot=192.168.0.40:/home/karak/targetfs-c6x,v3,tcp rw
I do not clearly understand that I need else. In this moment I have this messages in minicom window:
IBL version: 1.0.0.17
IBL: PLL and DDR Initialization Complete
IBL Result code 00
IBL: Booting from ethernet
IBL: Booting from ethernet
...
Thank you for all!