分类:
2008-05-07 15:12:28
首先用tftp下载之后
tftp 0x308000 uImage
找到下载的字节数0xbdfe0
内存地址 (源地址) flash地址(目的地址) 字节数
cp.b 0x308000 0x500a0000 0xbdfe0
erase使用
erase 起始地址 终止地址(下一个sector减去1)
erase 起始地址 字节数
使用bootcmd命令自动启动
set ramdisk cp.b source destination bytes
set image cp.b....
set boot bootm 0x308000(kernel address)
set boocmd run ramdisk\;run image\;run boot