安装好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
阅读(2144) | 评论(0) | 转发(0) |