wildpossum
Joined: 14 Aug 2006 Posts: 10 Location: Sydney AUSTRALIA
|
Posted: 13.06.2007, 06:38 Post subject: nfs boot |
|
|
Hi.
I am still having issues with the u-boot "nfs" i.e. booting image using the nfs protocol.
I get the following report:
Code: |
U-Boot> dhcp
BOOTP broadcast 1
DHCP client bound to address 192.168.3.2
TFTP from server 192.168.3.9; our IP address is 192.168.3.2
Filename 'img-dnp9200'.
Load address: 0x21000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
##################
done
Bytes transferred = 3416306 (3420f2 hex)
U-Boot> nfs
File transfer via NFS from server 192.168.3.9; our IP address is 192.168.3.2
Filename 'img-dnp9200/!img-dnp9200'.
Load address: 0x21000000
Loading: *** ERROR: Cannot mount
Abort
U-Boot> <INTERRUPT>
U-Boot>
|
Which you can see, dhcp is working 100% but the nfs method is not.
As the u-boot has not passed any parameters or caused the "bootm" to run, I suspect the issue must be that u-boot doesn't "mount" within itself.
Anyone like to make suggestions? _________________ Cheers. Grahame |
|