资 源 简 介
Overview
The yaffs2utils is the collection of utilities to make/extract a YAFFS2/YAFFS1
image for Linux.
Currently, it inclueds the following tools:
1. mkyaffs2: making a yaffs2 (yaffs1) image.
1. unyaffs2: extract a yaffs2 (yaffs1) image made by mkyaffs2.
1. unspare2: extract the spare(oob) layout from the NAND device.
This project is developed under the Debian Linux 6 (code Squeeze). It can make a
yaffs2 image to be ran under my embedded system (Linux 2.6.20), and extract a
yaffs2 image made by itself.
Because of the OOB scheme of a image made from the official yaffs2.net utilities
(mkyaffs2image) is defferend from the Linux MTD by default, a image made from
its "mkyaffs2image" tool cannot be ran normally under my native Linux system.
I re-wrote it almost and create the "mkyaffs2" tool to make a yaffs2 image for
Linux 2.6.20. A tool named "unyaffs2" is also provided to extract the image made
from its "mkyaffs2&