On Wednesday 02 December 2009 02:25:33 Murali N wrote:
> Hi All,
> I am implementing the interleave feature using two 4K page NAND
> devices.I have few questions like
> 1) Did any one try the YAFFS file system on 8K page nand devices (
> this is simulating 8k using two 4K devices )?
Yes. YAFFS has been used on larger pages than that.
> 2) Does yaffs2 handle the 8K page request from MTD driver as a
> normal page size requests like 4K & 2K?
yaffs will use the page size that mtd says is there.
> 3) Do i need to takecare anything additionally while enabling the
> 8K page request!!!
Probably not.
You can also try doing something like setting up the block with 4k pages. ie
a "virtual block" of 128 pages of 4k each.
-- CHarles