Hello Robert, are you sure that /dev/console exists on your NFS root filesystem?
If this isn't the case, you should do a mknod dev/console c 5 1 on your host in your NFS root. Most probably the board actually boots, but you can't _see_ nothing w/o the initial console... Best regards, Kai > >>> Looking up port of RPC 100003/2 on 172.16.0.1 Looking up > port of RPC > >>> 100005/1 on 172.16.0.1 > >>> VFS: Mounted root (nfs filesystem). > > > > Please note that you're mounting your nfs successfully > here. On your > > next post, after changing dhcp settings, you'll see that it > no longer > > mounts root file system. So, you should revert back to > these settings. > > I reverted my changes. Thanks for the hint! Not it looks > again like this > > IP-Config: Complete: > device=eth0, addr=172.16.0.2, mask=255.255.0.0, > gw=255.255.255.255, > host=172.16.0.2, domain=, nis-domain=(none), > bootserver=172.16.0.1, rootserver=172.16.0.1, > rootpath=/opt/montavista/pro/ devkit/arm/v5t_le/target > Looking up port of RPC 100003/2 on 172.16.0.1 Looking up > port of RPC 100005/1 on 172.16.0.1 > VFS: Mounted root (nfs filesystem). > Freeing init memory: 140K > Warning: unable to open an initial console. > NET: Registered protocol family 10 > IPv6 over IPv4 tunneling driver > > >>> The last line in /var/log/nfsd.log are: > >>> nfsd[252] 01/25/108 10:24 auth_clnt.c 340 : Unable to seteuid(0): > > Invalid argument > >>> but I believe this is a cygwin-problem. When I boot from > hda1 I am > >>> able to mount /opt/montavista/pro/devkit/arm/v5t_le/target > >>> > > > > The problem here is that you are not changing the owner ship of the > > nfs file system correctly. I mean you are not performing all the > > instructions/steps on the dvevm manual for nfs mount. > > Do you mean the DVEVM Getting Started Guide (SPRUE66C)? > > > For example you > > are not cloning montavista filesystem. You may damage your > only copy > > in this case. Moreover you should change the owner of this > > "/opt/montavista/pro/devkit/arm/v5t_le/target" folder in case you > > haven't already. Finally did you enter "no_root_squash" in your > > /etc/exports file? > > the ownership: > > [EMAIL PROTECTED] /opt/montavista/pro/devkit/arm/v5t_le > $ ls -ld target > drwxr-xr-x+ 20 akuhn Kein 0 Jan 25 10:04 target > > the /etc/exports: > > /opt/montavista/pro/devkit/arm/v5t_le/images/myimage.img > (rw,no_root_squash,no_a > /opt/montavista/pro/devkit/arm/v5t_le/target > (rw,no_root_squash,no_all_squash) > > > Thanks and bye! > Robert > > _______________________________________________ > Davinci-linux-open-source mailing list > [email protected] > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source > _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
