From: Andy Hawkins <a.hawkins@cabletime.com>
To: tglx@linutronix.de
Cc: linux-mtd@lists.infradead.org
Subject: Re: Large flash concatenation
Date: 28 May 2004 11:42:42 +0100 [thread overview]
Message-ID: <1085740962.5617.9.camel@adh> (raw)
In-Reply-To: <200405281227.34312.tglx@linutronix.de>
Hi,
Thanks to both Thomas and David for replying.
On Fri, 2004-05-28 at 11:27, Thomas Gleixner wrote:
> 1. Please use the latest NAND code, as the support for the larger devices is
> already there and the old code does not handle the large page devices.
> We have actually problems with CVS access (is IPV6 only). I can provide a
> current snapshot on request.
I'm now doing that. I've downloaded the latest snapshot
(mtd-snapshot-20040527.tar.bz2) and am trying to get it to compile now.
> 2. The nand driver itself can handle multiple chips now. The scan function
> supports multiple chip detection. Do not use the concat function for this
> purpose. The chips are provided as one big device to the MTD layer if you do
> not use partitions.
How do I do this? Each chip appears at a separate address (we've used
the lower 6 bits of the address lines to decode the chip selects for
each chip). At the moment, I'm looping over all the possible addresses
calling 'nand_scan' at each address. Is this this correct way to do
this?
> It might turn out that JFFS2 is not the first choice for this concatenated
> device size, but it should work. Maybe YAFFS2 would be more suitable. It's
> not released yet AFAIK, but it should be available soon.
We haven't made a final choice of filesystem as of yet, I just want to
get the devices up and running so that I can write / read them (to prove
our hardware design is correct).
> You can join #mtd on irc.freenode.net if you want.
That might be a good idea. Thanks for letting me know about that.
Andy
next prev parent reply other threads:[~2004-05-28 10:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-28 9:41 Large flash concatenation Andy Hawkins
2004-05-28 10:27 ` Thomas Gleixner
2004-05-28 10:42 ` Andy Hawkins [this message]
2004-05-28 10:44 ` Thomas Gleixner
2004-05-28 10:58 ` Andy Hawkins
2004-05-28 11:15 ` Thomas Gleixner
2004-05-28 13:14 ` David Woodhouse
2004-05-28 11:20 ` Thomas Gleixner
2004-05-28 10:28 ` David Woodhouse
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=1085740962.5617.9.camel@adh \
--to=a.hawkins@cabletime.com \
--cc=linux-mtd@lists.infradead.org \
--cc=tglx@linutronix.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.