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

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Charles Manning
Date:  
To: Dou Wen, yaffs
Subject: Re: [Yaffs] how can i build a yaffs image on cygwin?
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
required. "Formatting" just means erasing all the blocks.

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

-- Charles