我目标板子(mini2440)ip是192.168.134.203
fedora linux主机是192.168.134.202
路由器是192.168.134.1
192.168.134.202的linxu主机的nfs共享目录是/home/plg
我每次在arm板子mount -t nfs -o nolock 192.168.134.202:/home/plg /mnt 都能成功的
现在下载zImage到内存运行的时候,出现的问题是:
Enter your selection: q
Supervivi> param set linux_cmd_line "console=ttySAC0 root=/dev/nfs nfsroot=192.1
68.134.202:/home/plg ip=192.168.134.203:192.168.134.202:192.168.134.1:255.255.25
5.0:sbc2440.arm9.net:eth0:off"
Change linux command line to "console=ttySAC0 root=/dev/nfs nfsroot=192.168.134.
202:/home/plg ip=192.168.134.203:192.168.134.202:192.168.134.1:255.255.255.0:sbc
2440.arm9.net:eth0:off"
Supervivi> load ram 0x30008000 0x200000 u
USB host is connected. Waiting a download.
Length of file is too big : 2517028 > 2097152
Failed downloading file
Supervivi>