Fast Loans - Yugioh - Remortgages - Debt Consolidation - Ringtones
Is Big Block Nand support available in linux 2.4.xx MTD [Archive] - DunLUG - Dunedin Linux Users Group

View Full Version : Is Big Block Nand support available in linux 2.4.xx MTD


a81kodpadi@gmail.com
07-10-2005, 05:13 AM
Hi,

Ive been working on 2.4.17 kernel and find support for Small block Nand
Devices only. Is there any patch (for mtd )available for supporting Big
Block Nand devices on linux 2.4.xx.

Has anyone been successful in implementing the support for Big block in
2.4 kernel. Please do share the code or patches if available.

Thanks

a81kodpadi@gmail.com
07-10-2005, 09:20 PM
a81kodpadi@gmail.com wrote:
> Hi,
>
> Ive been working on 2.4.17 kernel and find support for Small block Nand
> Devices only. Is there any patch (for mtd )available for supporting Big
> Block Nand devices on linux 2.4.xx.
>
> Has anyone been successful in implementing the support for Big block in
> 2.4 kernel. Please do share the code or patches if available.
>
> Thanks

Hi all,

I think the messages i post in the MTD group is getting rejected
mistaking for a spam....

I've been going through the MTD archives and found in one of the
discussion that there has been an implementation done for "2K pages
nand" on linux 2.4.xx (I guess). The Subject is "nand oob layour
assumptions" .
http://lists.infradead.org/pipermail/linux-mtd/2004-March/009515.html

http://lists.infradead.org/pipermail/linux-mtd/2004-March/009453.html

I dont find any links or updates patches mentioned afterwards for the
linux 2.4.xx kernel to support 2K pages nand (samsung Flash k9F1G08U0M
(128MB)).
Please do put some light on this ..whether the support of 2K pages in
linux 2.4.xx was ever provided.

Thanks.

Andy Hawkins
07-10-2005, 09:38 PM
Hi,

In article <1128673205.968671.81520@f14g2000cwb.googlegroups.c om>,
a81kodpadi@gmail.com<a81kodpadi@gmail.com> wrote:
> Please do put some light on this ..whether the support of 2K pages in
> linux 2.4.xx was ever provided.

It is, we're using it. They were supporting 2.4 for a while, and they did
have a version that provided 2k page size support under linux 2.4. The
problem is finding it :)

Andy

a81kodpadi@gmail.com
07-10-2005, 10:01 PM
Andy Hawkins wrote:
> Hi,
>
> In article <1128673205.968671.81520@f14g2000cwb.googlegroups.c om>,
> a81kodpadi@gmail.com<a81kodpadi@gmail.com> wrote:
> > Please do put some light on this ..whether the support of 2K pages in
> > linux 2.4.xx was ever provided.
>
> It is, we're using it. They were supporting 2.4 for a while, and they did
> have a version that provided 2k page size support under linux 2.4. The
> problem is finding it :)
>
> Andy

Thanks Andy, Could you plz provide me the link from where you have
downloaded the patch.

Andy Hawkins
07-10-2005, 11:01 PM
Hi,

In article <1128675299.286965.92270@z14g2000cwz.googlegroups.c om>,
a81kodpadi@gmail.com<a81kodpadi@gmail.com> wrote:
> Thanks Andy, Could you plz provide me the link from where you have
> downloaded the patch.

That's the trick. We downloaded it a couple of years ago, it's probably not
even there now. It was one of the 'snapshots' on the MTD site.

I no longer have the original patch file, as we applied the patch to our
kernel source tree (which is in CVS).

We're using a 2.4.20 kernel from MontaVista, with lots of modifications. I'm
not sure how difficult it would be to pull out the appropriate files from
that for you, or even if they would work with your kernel version.

I'll check and see if TPTB at work will allow me to send you what we've got.
E-mail me at work (a.hawkins@cabletime.com) to remind me.

Andy