[Yaffs] how can i build a yaffs image on cygwin?

Charles Manning manningc2@actrix.gen.nz
Tue, 25 Jan 2005 09:50:53 +1300


On Monday 24 January 2005 17:17, Dou Wen wrote:
> is there a method to build a yaffs on cygwin ,just like mkfs.jffs2 on
> cygwin?
>
> --douwen

Look in the utils subsirectory of the yaffs CVS. THere are two tools:

mkyaffs: "Formats" a yaffs file system and loads an initial image if=20
required. "Formatting" just means erasing all the blocks.

mkyaffsimage: makes an image file.  You might need to tweak this to do wh=
at=20
you want (eg. according to the ECC you're using etc).

-- Charles