Linux-mtd Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Writing log in flash
@ 2018-02-14  7:06 Ran Shalit
  2018-02-14  7:53 ` Steve deRosier
  0 siblings, 1 reply; 4+ messages in thread
From: Ran Shalit @ 2018-02-14  7:06 UTC (permalink / raw)
  To: linux-mtd@lists.infradead.org

Hello,

I have a general question about NAND technology:

Is it possible to write in nand continuously ?

I understand that NAND technology requires block erase, and then the
writing is done per page.
Yet, jffs for example achieve doing fwrite() which can get any size,
so how does jffs achieve that ?
Is it that it write pages continously ? We actually use on-die ecc, so
I am not sure if that is possible. I mean, if we write first 10 words
in page, so on writing the rest of the pagem, the ecc will need to be
re-written, so that's probably a problem.

Does it mean we have to wait for a complete page bytes, before writing
into flash ?

Thank you,
Ran

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-14 19:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-14  7:06 Writing log in flash Ran Shalit
2018-02-14  7:53 ` Steve deRosier
2018-02-14  8:20   ` Boris Brezillon
2018-02-14 19:53   ` Richard Weinberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox