| 问题:1、我只是想使用NFS的传输功能,并不想让板子的文件系统从PC上通过网线启动,不知如何操作? 2、我想配置uboot参数该如何操作?
 
 每次在uboot按空格后,[1] Set NFS boot parameter -》输入nfs提示的相关参数,pc的IP:192.168.1.114,arm的ip:192.168.1.115,以及启动的:/linuxrc,255.255.255.0后,他就直接让arm的文件系统启动挂载到pc上了,如果没插网线,系循环启动,其实:
 Initializingnetwork drop monitor service dm9000dm9000: eth0: link down ADDRCONF(NETDEV_UP):eth0: link is not ready 
 一般其他公司的开发板都会允许用户自己配置uboot信息,TQ2440也是有的,但TQ6410除了菜单命令可以使用外根本不允许用户自己配置uboot参数,很是无奈,希望帮忙解决问题。 
 uboot只有这些可以操作????
 ##### Boot for SKY6410/TQ6410 Main Menu##########     EmbedSky USB download mode     #####
 
 [1] Download u-boot or STEPLDR.nb1 or other bootloader to Nand Flash
 [2] Download Eboot (eboot.nb0) to Nand Flash
 [3] Download Linux Kernel (zImage.bin) to Nand Flash
 [4] Download LOGO Picture (logo.bin) to Nand  Flash
 [5] Download UBIFS image (root.ubi) to Nand Flash
 [6] Download YAFFS image (root.bin) to Nand Flash
 [7] Download Program to SDRAM and Run it
 [8] Boot the system
 [9] Format the Nand Flash
 [0] Set the boot parameters
 [a] Download User Program
 [n] Enter TFTP download mode menu
 [r] Reboot u-boot
 [t] Test Linux Image (zImage)
 
 
 |