public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Kenneth Johansson <kenneth.johansson@etx.ericsson.se>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] JFFS2 on NAND support?
Date: 21 Mar 2003 18:08:10 +0100	[thread overview]
Message-ID: <1048266490.31297.137.camel@spawn> (raw)
In-Reply-To: <3E7AFD6C.101@elsoft.ch>

On Fri, 2003-03-21 at 12:54, "David M?ller (ELSOFT AG)" wrote:
> Hello
> 
> Is anybody working on JFFS2 on NAND flash support in U-Boot or has 
> already implemented it?
> 
> Dave

Is there anything different about the jffs2 infomation when it is on
NAND? 

If not it should work if you first copy the data to RAM. The JFFS2 code
in ppcbot assume it can use a pointer to memory for reading FLASH so you
need to copy it.

Obviously you also need to do the ECC thing to copy the data thats
probably the part you wish someone is doing :)

The best thing would be to convert the JFFS2 code to use access
functions like the mtd mapping layer in linux so you don't need to copy
everything to ram but you also need a ECC layer and a small cache layer
to make it faster with non random access memory.


-- 
Kenneth Johansson	
Ericsson AB                       Tel: +46 8 719 70 20
Tellusborgsv?gen  90              Fax: +46 8 719 29 45
126 25 Stockholm                  ken at switchboard.ericsson.se

  reply	other threads:[~2003-03-21 17:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-21 11:54 [U-Boot-Users] JFFS2 on NAND support? "David Müller (ELSOFT AG)"
2003-03-21 17:08 ` Kenneth Johansson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-03-21 23:47 Rick Bronson
2003-03-22  0:14 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1048266490.31297.137.camel@spawn \
    --to=kenneth.johansson@etx.ericsson.se \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox