On Monday 28 December 2009 22:54:32 Murali N wrote: > Hi All, > Can any one tell me, is there a multi page read/write support in YAFFS2 ? > Right now i am seeing only a single page read/write request from the > YAFFS2. > YAFFS does not have multi-page r/w support. It would be pretty easy to add this at the low levels by just buffering up the writes and only actually doing the writes when you have enough pages. An alternative is to structure the flash as larger "virtual pages" so that one virtual page maps to many flash pages. -- CHarles