RedBoot> load -r -b 0x800000 redboot.bin
Raw file loaded 0x00800000-0x0082e327, assumed entry at 0x00800000
RedBoot> fis write -b 0x800000 -f 0x60000000 -l 0x2e327
* CAUTION * about to program FLASH
at 0x60000000..0x6003ffff from 0x00800000 - continue (y/n)? y
... Erase from 0x60000000-0x60040000: .
... Program from 0x00800000-0x00840000 at 0x60000000: .
RedBoot> reset
... Resetting.
PS:如果出现下面错误提示,说明pc上的tftp出问题了,需要重启xinetd
RedBoot> load -r -b 0x800000 redboot.bin
Can't load 'redboot.bin': operation timed out
luther@gliethttp:~$ sudo /etc/init.d/xinetd restart
* Stopping internet superserver xinetd [ OK ]
* Starting internet superserver xinetd [ OK ]
luther@gliethttp:~$
阅读(2775) | 评论(0) | 转发(0) |