Good morning,
I need to boot from a NFS filesystem to a DM368 processor.
On a linux machine I extracted my filesystem to: /tftpboot
then I added in /etc/exports this line:
/tftpboot *(rw,no_root_squash,no_all_squash,sync)
then I executed the commands:
sudo /usr/sbin/exportfs -av
sudo /etc/init.d/nfs-server restart
then I switched to the DM368 board and gave these commands to UBoot:
DVR: set bootargs mem=38M console=ttyS0,115200n8 root=/dev/nfs rw nfsroot=192.168.2.11:/tftpboot,nolock ip=192.168.2.222:192.168.2.11:192.168.2.1 davinci_enc_mngr.ch0_mode=ntsc
DVR: boot
but I get this error:
IP-Config: Guessing netmask 255.255.255.0
IP-Config: Complete:
device=eth0, addr=192.168.2.222, mask=255.255.255.0, gw=192.168.2.1,
host=192.168.2.222, domain=, nis-domain=(none),
bootserver=241.254.2.11, rootserver=192.168.2.11, rootpath=
Looking up port of RPC 100003/2 on 192.168.2.11
Looking up port of RPC 100005/1 on 192.168.2.11
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfs" or unknown-block(2,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
can anyone help me?
Thanks in advance
Federico