分类: 嵌入式
2009-08-07 15:28:30
$make distclean
$make edukit2410_config
$make
编译成功之后,在当前目录下会生成u-boot.bin文件。
这里我们采用powerice将u-boot.bin下载到nandflash0偏移处。
烧写完成后,运行minicom,显示串口输出信息:
U-Boot
DRAM: 64 MB
Flash: 1 MB
NAND: NAND flash probing at 0x4E000000
64 MB
In: serial
Out: serial
Err: serial
dm9000 i/o: 0x20000000, id: 0x
MAC: 08:00:3e:26:
operating at
lcd initial start
lcd initial end
Hit any key to stop autoboot: 0
[ edukit2410]#
按任意键终止自动运行模式。
[ edukit2410]# tftp 30000000 u-boot.bin
[ edukit2410]# nand erase 0 30000
[ edukit2410]# nand write 30000000 0 30000
[ edukit2410]# tftp 30000000 u-boot.bin
[ edukit2410]# nand erase 0 100000
[ edukit2410]# nand write 30000000 0 100000