public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] jffs2 ecc for nand flash
@ 2004-06-01 20:59 Diego Duyvejonck
  2004-06-01 21:10 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Diego Duyvejonck @ 2004-06-01 20:59 UTC (permalink / raw)
  To: ecos-discuss

Hello,
I was wondering if an ecc implementation exists for the eCos version of the
jffs2 system in case one uses nand flash as mass storage device.  So far a
crc check marks bad blocks if there are any.  But doesn't this mean loosing
data in time... ?
best regards,
Diego Duyvejonck


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] jffs2 ecc for nand flash
  2004-06-01 20:59 [ECOS] jffs2 ecc for nand flash Diego Duyvejonck
@ 2004-06-01 21:10 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2004-06-01 21:10 UTC (permalink / raw)
  To: Diego Duyvejonck; +Cc: ecos-discuss

On Tue, 2004-06-01 at 14:59, Diego Duyvejonck wrote:
> Hello,
> I was wondering if an ecc implementation exists for the eCos version of the
> jffs2 system in case one uses nand flash as mass storage device.  So far a
> crc check marks bad blocks if there are any.  But doesn't this mean loosing
> data in time... ?
> best regards,

Hi Diego,

The current version of JFFS2 that has been ported to eCos will not work
with NAND FLASH.  The most recent [Linux] code works quite well with 
NAND devices, but there will be quite some effort to get it to work with
eCos because the interfaces to the FLASH drivers will have to be 
extended to handle ECC and other out of band information.

What do you mean "But doesn't this mean loosing data in time... ?"  If
you are asking about the cost for the CRC/ECC, yes it either has to be
done in software, or it would be possible to use hardware assist if that
was available.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

end of thread, other threads:[~2004-06-01 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-01 20:59 [ECOS] jffs2 ecc for nand flash Diego Duyvejonck
2004-06-01 21:10 ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).