public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Large flash concatenation
@ 2004-05-28  9:41 Andy Hawkins
  2004-05-28 10:27 ` Thomas Gleixner
  2004-05-28 10:28 ` David Woodhouse
  0 siblings, 2 replies; 9+ messages in thread
From: Andy Hawkins @ 2004-05-28  9:41 UTC (permalink / raw)
  To: linux-mtd

Hi,

I'm trying to add support to the kernel for concatenating a number of
large flash devices (1Gb Samsung K9F1G08).

I've added the following line to nand_ids.c:

	{"NAND 1GiB 3,3V", 0xf1, 30, 0x4000, 0},

and the devices are correctly detected (I've also written the required
code in drivers/mtd/nand), showing a size of 0x40000000 for each device.
However, when I concatenate 15 of these devices, I end up with a
partition of size 0xc000000. I assume that this is because the total
size is stored in 32 bits, and as such is overflowing.

I want to be able to use these multiple chips as a single flash
filesystem (probably JFFS2).

Can anyone help as to how I can do this?

Many thanks.

Andy

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

end of thread, other threads:[~2004-05-28 13:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-28  9:41 Large flash concatenation Andy Hawkins
2004-05-28 10:27 ` Thomas Gleixner
2004-05-28 10:42   ` Andy Hawkins
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

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