* Fwd: YAFFS on NOR
@ 2003-01-21 20:50 Charles Manning
0 siblings, 0 replies; only message in thread
From: Charles Manning @ 2003-01-21 20:50 UTC (permalink / raw)
To: linux-mtd
Hi folks
I thought it might be of interest to tell you that people are now starting to
use YAFFS with NOR. Whether is a Good Thing or not, I will not comment on.
Although YAFFS was designed/written with the intention of working only with
NAND, you can make it work on NOR too.
YAFFS uses the OOB space in NAND parts to store tag information. All you need
to do is simulate this area.
For instance, let us suppose you have 64kB blocks. You can do the following:
* Set YAFFS up for 124 chunks per block. ie 124x512 bytes used for data
* Use the remaining 2048 bytes to emulate OOB area (16 bytes per chunk).
YAFFS is not erase suspend aware and thus is going to stall during an
erasure. This might get addressed some time. OK, I lied, I will comment. I
think JFFSx is superior on NOR for Linux. [The person using YAFFS on NOR is
not doing this under Linux].
-- CHarles
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-21 20:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-21 20:50 Fwd: YAFFS on NOR Charles Manning
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox