Chinaunix首页 | 论坛 | 博客
  • 博客访问: 300662
  • 博文数量: 60
  • 博客积分: 1451
  • 博客等级: 上尉
  • 技术积分: 710
  • 用 户 组: 普通用户
  • 注册时间: 2009-09-23 23:55
文章分类

全部博文(60)

文章存档

2017年(9)

2014年(1)

2013年(1)

2011年(9)

2010年(35)

2009年(5)

我的朋友

分类: 嵌入式

2010-09-30 10:40:10

安装好ubuntu8.04后,设置USB0网络:
#vim /etc/network/interfaces
在后面添加以下内容:
iface usb0 inet static
        address 192.168.0.200
        netmask 255.255.255.0
        network 192.168.0.0
auto usb0
完成后连接OPENMOKO FREERUNNER,准备烧写内核:
#dfu-util -d 0x1d50:0x5119 -a kernel -R -D Om2008.12-om-gta02.uImage.bin
烧写根文件系统:
#dfu-util -d 0x1d50:0x5119 -a rootfs -R -D Om2008.12-om-gta02.rootfs.jffs2
烧写splash文件:
#dfu-util -d 0x1d50:0x5119 -a splash -R -D Om2008.9.splash.gz
烧写u-boot到nand flash:
#dfu-util -d 0x1d50:0x5119 -a u-boot -R -D gta02v5_and_up-u-boot.bin
 
 

 
阅读(2098) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~