##### FriendlyARM U-Boot(2011-07, NAND) for 6410 #####
[f] Format the nand flash
[v] Download u-boot.bin
[k] Download Linux/Android kernel
[y] Download root yaffs2 image
Download root ubifs image
[a] Download Absolute User Application
[n] Download Nboot.nb0 for WinCE
[w] Download WinCE NK.nb0
[s] Set the boot parameter of Linux
Boot Linux
[q] Quit to shell
NAND(MLC2): 2048 MiB, RAM: 256 MiB
LCD type, firmware version: 1 1046
Enter your Selection:q
Caution: any nand write command may damage your data. DON'T use them
MINI6410 # printenv
bootcmd=nand read.i c0008000 80000 500000;bootm c0008000
bootdelay=3
baudrate=115200
ethaddr=08:90:90:90:90:90
ipaddr=192.168.1.230
gatewayip=192.168.1.1
netmask=255.255.255.0
serverip=192.168.1.102
bootargs=root=/dev/nfs nfsroot=192.168.1.102:/home/rootfs,rsize=1500,wsize=1500
ip=192.168.1.230:192.168.1.102:192.168.1.1:255.255.255.0 console=ttySAC0,115200
mem=64M
stdin=serial
stdout=serial
stderr=serial
Environment size: 408/131068 bytes
MINI6410 # tftp c0008000 uImage
MINI6410 # nand write c0008000 80000 50000
...
MINI6410 # nand read c0008000 80000 50000
NAND read: device 0 offset 0x80000, size 0x500000//停在这里就不动了,我买的是tiny6410的开发板。