U-Boot 2008.10 (Apr 8 2009 - 20:11:27)
DRAM: 64 MB
Flash: 1 MB
NAND: NAND device: Manufacturer ID: 0xec, Chip ID: 0x76 (Samsung NAND 64MiB 3,3
V 8-bit)
64 MiB
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
chase2440 # ping 192.168.1.222
dm9000 i/o: 0x19000300, id: 0x90000a46
DM9000: running in 16 bit mode
MAC: 08:00:3e:26:0a:5b
host 192.168.1.222 is alive
chase2440 # tftp 0x31000000 zImage.img
dm9000 i/o: 0x19000300, id: 0x90000a46
DM9000: running in 16 bit mode
MAC: 08:00:3e:26:0a:5b
TFTP from server 192.168.1.222; our IP address is 192.168.1.70
Filename 'zImage.img'.
Load address: 0x31000000
Loading: *
我在windows下用的TFTPSRV.EXE 工具,
下载自己用mkimage工具做的zImage.img
[root@localhost tftpboot]#mkimage -n 'linux-2.6.22' -A arm -O linux -T kernel -C none -a 0x30008000 -e 0x30008000 -d zImage zImage.img
然后下到开发板,就停止在上的log打印的地方不动了。