因为板子上redboot网卡驱动还有些问题(进入linux之后,网卡能够正常工作),所以只能暂时使用串口,与使用ep9312默认跳线蹦'>'方式烧写相比,直接使用redboot更新自己要快很多.[luther.gliethttp]
RedBoot> load -r -b 0x800000 -m xmodem
然后使用minicom选择xmodem协议,下载新编译的redboot.bin(注意minicom要想支持xmodem功能,必须先安装lrzsz, sudo apt-get install lrzsz
Raw file loaded 0x00800000-0x0082e347, assumed entry at 0x00800000
xyzModem - CRC mode, 1480(SOH)/0(STX)/0(CAN) packets, 2 retries
RedBoot> fis write -b 0x800000 -f 0x60000000 -l 下载的redboot.bin实际大小
* 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.
0x800000为空闲的DDR地址
0x60000000为我的flash起始地址,刚好用来存放redboot.[luther.gliethttp]
阅读(1715) | 评论(0) | 转发(0) |