Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Obtain IP address using DHCP or assign statically.
  • Set the NFS server IP address.
  • Choose Assign a memory address to load the file into.
  • Set the NFS server IP address.
  • Set Choose the filename to load.
  • Execute the nfs shell command

Example output:

...

zynq-uboot> setenv serverip 192.168.204.12
zynq-uboot> setenvnfs bootfile0x700000 /u1/reg/users/smaldona/dat/cscnrc/fw/uImage
zynq-uboot> nfs
PHY not detected, assuming PHY at address 0
Gem.e000b000:0 is connected to Gem.e000b000. Reconnecting to Gem.e000b000
Using Gem.e000b000 device
File transfer via NFS from server 192.168.204.12; our IP address is 192.168.204.34
Filename '/u1/reg/users/smaldona/dat/cscnrc/fw/uImage'.
Load address: 0x700000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
####
done
Bytes transferred = 3678504 (382128 hex)

...