mkyaffs2image是基于Linux系统推出的一款system.img解压打包工具,通过这款软件可以读取system.img文件信息,从而进行解包打包操作,对于Linux操作人员来说非常的方便,需要的朋友可以来本站下载!
使用说明
1.Ubuntu下,在任意文件夹下面建立一个system文件夹,我的是在home/jamly/下面建的
2.将下载的自己喜欢的直刷ROM中的system.img复制到system文件夹中
3.在终端中输入如下命令操作(/home/jamly/替换成自己电脑中的路径)
mkyaffs2image制作方法
在Ubuntu中第一次使用mkyaffs2image命令时,会提示
mkyaffs2image:找不到命令
还需要安装mkyaffs2image
http://code.google.com/p/fatplus/downloads/detail?name=yaffs2-source.tar&can=2&q=
下载yaffs2-source.tar
解压后,然后make
将make之后生成的mkyaffs2image文件拷贝到/usr/bin目录下
$ su
#cd utils
# cp mkyaffs2image /usr/bin/
# chmod 777 /usr/bin/mkyaffs2image
之后
$ mkyaffs2image
mkyaffs2image: image building tool for YAFFS2 built Jan 6 2012
usage: mkyaffs2image dir image_file [convert]
dir the directory tree to be converted
image_file the output file to hold the image
'convert' produce a big-endian image from a little-endian machine
表明安装成功,同时也可以看到该命令的用法
mkyaffs2image dir image_file
例如:
mkyaffs2image root_fs root_fs.bin
chmod 777 root_fs.bin