Andrei,
What kernel are you using? The interface name usb0 looks suspicious
(read: your kernel is old), 'cause newer kernels announce the interface
of smsc95xx as ethX but not as usbX.
> *[ 123.220031] Sending DHCP requests ...... timed out!
> [ 212.994354] IP-Config: Retrying forever (NFS root)...*
> *[ 213.002410] ADDRCONF(NETDEV_UP): usb0: link is not ready*
- Are you using proper cable?
- Do you have smsc95xx driver compiled into the kernel? (grep SMSC95XX
.config should show line "CONFIG_USB_NET_SMSC95XX=y")
> Moreover when I do set ip=dhcp that I see the following error "
> [ 203.478088] ADDRCONF(NETDEV_UP): usb0: link is not ready.
> Leading me to believe that the interface isn't up.
Yes, and this might happen by two reasons:
- no link (== bad cable)
- no driver (check the .config)
> When pandaboard attempts to obtain a new ip address over DHCP,
> should I not see the LEDs on the ethernet port flash? They
> currently don't.
Of course you should see green led flashing and orange led lighting.
> I tried mounting the nfs by hand on a different system with no
> issues.
>
> Thanks
> On Monday, October 1, 2012 4:18:30 AM UTC-7, ndec wrote:
>
> On Sun, Sep 30, 2012 at 4:37 AM, Andrei
> <
adan...@andreisoft.com> wrote:
> > [ 123.290557] bootserver=255.255.255.255,
> rootserver=192.168.0.5,
> > rootpath=
> > [ 428.679992] VFS: Unable to mount root fs via NFS,
> trying floppy.
>
> your problem is because of ^^. you don't seem to have all
> the right
> CONFIG to boot with NFS. not sure what you've done, but
> that's the
> original error. the rest happens because of this error. are
> you sure
> that you exported your folder from you server? You should
> first check
> that you can mount your root fs using 'sudo mount -t nfs
> xxx'...
>
--
Sincerely yours,
dmitry pervushin