B E L K Q u i c k S t a r t G u i d e
v . 1 . 0 . 9
the necessary variables and store them permanently with the
u-boot
setenv
/
saveenv
commands. To do that, from the
U-boot shell, please check the following parameters and set
them accordingly with your host and target configuration:
Parameter Description
Default
serverip
IP address of the host
machine running the
tftp/nfs server
192.168.0.23
ipaddress
IP address of the target
192.168.0.60
ethaddr
MAC address of the target
00:50:c2:1e:af:af
netmask
Netmask of the target
255.255.255.0
gatewayip
IP address of the gateway
192.168.0.254
netdev
Ethernet device name
eth0
rootpath
Path to the NFS-exported
directory
/home/belk/rfs/bora
bootfle
Path to the kernel binary
image on the tftp server
belk/uImage
fdtfle
Path to the device tree
binary image on the tftp
server
belk/bora.dtb
nfsargs
Kernel command line with
parameters for loading the
root fle system through
NFS
setenv bootargs
root=/dev/nfs rw
nfsroot=${serverip}:$
{rootpath} rootdelay=2
To run this configuration just enter the command
run net_nfs
March, 2016
64/66