* nor and nand on same system
@ 2002-10-02 15:46 Jim Stewart
2002-10-02 17:00 ` Thomas Gleixner
0 siblings, 1 reply; 2+ messages in thread
From: Jim Stewart @ 2002-10-02 15:46 UTC (permalink / raw)
To: linux-mtd
Dear list:
I am designing a system that may contain both nor and nand flash in the
same system (NAND flash for future expansion and nor for boot and root
fs).
I have looked over the MTD documentation, how-to's, etc. and it seems
that the driver level is linked to a SINGLE specific hardware
implementation. Is it possible to have two separate drivers -- one for
the nor device (probably using the current CFI drivers) and one for a
NAND device?
I plan on using the JFFS as the MTD client
Thanks,
Jim Stewart
Celerox Digital Solutions
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: nor and nand on same system
2002-10-02 15:46 nor and nand on same system Jim Stewart
@ 2002-10-02 17:00 ` Thomas Gleixner
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2002-10-02 17:00 UTC (permalink / raw)
To: Jim Stewart, linux-mtd
On Wednesday 02 October 2002 17:46, Jim Stewart wrote:
> I am designing a system that may contain both nor and nand flash in the
> same system (NAND flash for future expansion and nor for boot and root
> fs).
cool
> I have looked over the MTD documentation, how-to's, etc. and it seems
> that the driver level is linked to a SINGLE specific hardware
> implementation. Is it possible to have two separate drivers -- one for
> the nor device (probably using the current CFI drivers) and one for a
> NAND device?
Yep, each device has it's own driver. They live side by side, as long they
arent configured to access the same physical device, which is unlikely for
NAND and NOR.
> I plan on using the JFFS as the MTD client
JFFS does not support NAND, JFFS2 does
--
Thomas
____________________________________________________
linutronix - competence in embedded & realtime linux
http://www.linutronix.de
mail: tglx@linutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-10-02 17:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-02 15:46 nor and nand on same system Jim Stewart
2002-10-02 17:00 ` Thomas Gleixner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox