set bootcmd tftp 30008000 uImage\;bootm 30008000
================
setenv bootargs noinitrdroor=/dev/nfs nfsroot=/fs_mini_mdev ip=192.168.2.201:192.168.2.200:192.168.2.1:255.255.255.0::eth0:off init=linuxrc console=ttySAC0
在nfs文件系统中的 /etc/init.d/rcS 中将 ifconfig eth0 192.168.1.201, 其中 192.168.1.201 开发板IP即可。