Android移植

在串口,uboot环境里面输入fastboot
(1)先把uboot烧写
     fastboot flash uboot u-boot.bin
(2)先把kernel烧写
     fastboot flash kernel zImage
(3)先把system烧写
     fastboot flash system system.img

具体操作步骤见链接:http://download.csdn.net/detail/klcf0220/5842403

posted @ 2013-07-30 23:58  不止所见  阅读(228)  评论(0编辑  收藏  举报