* MTD CVS: missing JFFS2?
@ 2002-11-05 8:13 Jeffrey Lim
2002-11-05 9:55 ` NAND flash of EDB7312 Taeil Um
2002-11-05 13:31 ` MTD CVS: missing JFFS2? Jörn Engel
0 siblings, 2 replies; 8+ messages in thread
From: Jeffrey Lim @ 2002-11-05 8:13 UTC (permalink / raw)
To: linux-mtd list
Hi guys, i follow the instructions found at
sources.redhat.com/jffs2 and download the latest MTD source from CVS.
under the patches subdir, there is a patchin.sh, which i run.
However, after taking a look at patchin.sh, i realize that the jffs2 code
doesnt seem to get patched at all!, only jffs. Am i therefore to assume
that the MTD CVS does not contain any jffs2 code at all, and that i
should just use the jffs2 code from the stock kernel?
Any help/explanation would be appreciated. Thanks.
-jf
(according to sources.redhat.com/jffs2 -
"JFFS2 has been included in the official Linux kernel since the 2.4.10
release. The latest code is available from the Memory Technology Device
(MTD) CVS tree at cvs.infradead.org. To obtain an up to date copy, use
the following commands:...")
--
"It's an extraordinary world!" - jfsworld <at> fastmail.fm
^ permalink raw reply [flat|nested] 8+ messages in thread
* NAND flash of EDB7312
2002-11-05 8:13 MTD CVS: missing JFFS2? Jeffrey Lim
@ 2002-11-05 9:55 ` Taeil Um
2002-11-07 12:58 ` Marius Groeger
2002-11-05 13:31 ` MTD CVS: missing JFFS2? Jörn Engel
1 sibling, 1 reply; 8+ messages in thread
From: Taeil Um @ 2002-11-05 9:55 UTC (permalink / raw)
To: linux-mtd list
i recently tried to use NAND flash of EDB7312 while using kernel 2.4.18
But, i didn't succeed.
My EDB7312 board just can read DEVICE ID of NAND flash like below,
----Manufacture ID: 0x98, Chip ID: 0xe6 (Toshiba TC58V64AFT/DC)
But, i can't access /dev/mtd?, even though i configured MTD stuff.
i think some timing factor would be problems.
So, Did anybody succeed to use NAND flash on EDB7312 board ?
if somebody succeed, Could you inform me the value of MEMCFG1?
Any Other comment will be welcome.
Bye!
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: NAND flash of EDB7312
2002-11-05 9:55 ` NAND flash of EDB7312 Taeil Um
@ 2002-11-07 12:58 ` Marius Groeger
0 siblings, 0 replies; 8+ messages in thread
From: Marius Groeger @ 2002-11-07 12:58 UTC (permalink / raw)
To: Taeil Um; +Cc: linux-mtd list
On Tue, 5 Nov 2002, Taeil Um wrote:
> So, Did anybody succeed to use NAND flash on EDB7312 board ?
> if somebody succeed, Could you inform me the value of MEMCFG1?
It worked ok for me using ARMboot (armboot.sf.net) and Elinos, which
uses the driver checked in on Infradead. As for MEMCFG1, see
armboot/board/ep7312/memsetup.S:
...
memcfg1_val: .long 0x1f101710
...
Regards,
Marius
-----------------------------------------------------------------------------
Marius Groeger SYSGO Real-Time Solutions AG mgroeger@sysgo.de
Software Engineering Embedded and Real-Time Software www.sysgo.de
Voice: +49-6136-9948-0 Am Pfaffenstein 14 www.osek.de
FAX: +49-6136-9948-10 55270 Klein-Winternheim, Germany www.elinos.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: MTD CVS: missing JFFS2?
2002-11-05 8:13 MTD CVS: missing JFFS2? Jeffrey Lim
2002-11-05 9:55 ` NAND flash of EDB7312 Taeil Um
@ 2002-11-05 13:31 ` Jörn Engel
1 sibling, 0 replies; 8+ messages in thread
From: Jörn Engel @ 2002-11-05 13:31 UTC (permalink / raw)
To: Jeffrey Lim; +Cc: linux-mtd list
On Tue, 5 November 2002 08:13:30 +0000, Jeffrey Lim wrote:
> Hi guys, i follow the instructions found at
> sources.redhat.com/jffs2 and download the latest MTD source from CVS.
>
> under the patches subdir, there is a patchin.sh, which i run.
>
> However, after taking a look at patchin.sh, i realize that the jffs2 code
> doesnt seem to get patched at all!, only jffs. Am i therefore to assume
> that the MTD CVS does not contain any jffs2 code at all, and that i
> should just use the jffs2 code from the stock kernel?
CVS definitely contains jffs2 code, but I never used patchin.sh. By
hand, you would switch fs/jffs2 and include/linux/jffs2*.
Hope that helps.
Jörn
--
The cheapest, fastest and most reliable components of a computer
system are those that aren't there.
-- Gordon Bell, DEC labratories
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: MTD CVS: missing JFFS2?
@ 2002-11-05 14:52 Jeffrey Lim
2002-11-05 16:29 ` Jörn Engel
0 siblings, 1 reply; 8+ messages in thread
From: Jeffrey Lim @ 2002-11-05 14:52 UTC (permalink / raw)
To: Jörn Engel; +Cc: linux-mtd list
I see - thanks a lot!
I suppose patchin.sh might still be useful? Even if it doesnt patch in
the latest jffs2 code, it certainly does the cvs mtd code..
-jf
On Tue, 5 Nov 2002 14:31:42 +0100, "Jörn Engel"
<joern@wohnheim.fh-wedel.de> said:
> On Tue, 5 November 2002 08:13:30 +0000, Jeffrey Lim wrote:
> > Hi guys, i follow the instructions found at
> > sources.redhat.com/jffs2 and download the latest MTD source from CVS.
> >
> > under the patches subdir, there is a patchin.sh, which i run.
> >
> > However, after taking a look at patchin.sh, i realize that the jffs2 code
> > doesnt seem to get patched at all!, only jffs. Am i therefore to assume
> > that the MTD CVS does not contain any jffs2 code at all, and that i
> > should just use the jffs2 code from the stock kernel?
>
> CVS definitely contains jffs2 code, but I never used patchin.sh. By
> hand, you would switch fs/jffs2 and include/linux/jffs2*.
>
> Hope that helps.
>
> Jörn
>
--
"It's an extraordinary world!" - jfsworld <at> fastmail.fm
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: MTD CVS: missing JFFS2?
2002-11-05 14:52 Jeffrey Lim
@ 2002-11-05 16:29 ` Jörn Engel
0 siblings, 0 replies; 8+ messages in thread
From: Jörn Engel @ 2002-11-05 16:29 UTC (permalink / raw)
To: Jeffrey Lim; +Cc: linux-mtd list
On Tue, 5 November 2002 14:52:02 +0000, Jeffrey Lim wrote:
> I suppose patchin.sh might still be useful? Even if it doesnt patch in
> the latest jffs2 code, it certainly does the cvs mtd code..
Actually, if it doesn't patch jffs2 as well, that should be fixed. But
I might not be the best person for this, as I have never used it so
far.
Jörn
--
Do not stop an army on its way home.
-- Sun Tzu
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: MTD CVS: missing JFFS2?
@ 2002-11-05 17:21 Jeffrey Lim
2002-11-05 19:27 ` Jörn Engel
0 siblings, 1 reply; 8+ messages in thread
From: Jeffrey Lim @ 2002-11-05 17:21 UTC (permalink / raw)
To: Jörn Engel; +Cc: linux-mtd list
On Tue, 5 Nov 2002 17:29:28 +0100, "Jörn Engel"
<joern@wohnheim.fh-wedel.de> said:
> On Tue, 5 November 2002 14:52:02 +0000, Jeffrey Lim wrote:
> > I suppose patchin.sh might still be useful? Even if it doesnt patch in
> > the latest jffs2 code, it certainly does the cvs mtd code..
>
> Actually, if it doesn't patch jffs2 as well, that should be fixed. But
> I might not be the best person for this, as I have never used it so
> far.
>
I assume David Woodhouse is the person to whom i should submit the patch
to patchin.sh to? (oh boy).
I'll have a patch ready first thing i get to work later.
-jf
--
"It's an extraordinary world!" - jfsworld <at> fastmail.fm
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: MTD CVS: missing JFFS2?
2002-11-05 17:21 Jeffrey Lim
@ 2002-11-05 19:27 ` Jörn Engel
0 siblings, 0 replies; 8+ messages in thread
From: Jörn Engel @ 2002-11-05 19:27 UTC (permalink / raw)
To: Jeffrey Lim; +Cc: linux-mtd list
On Tue, 5 November 2002 17:21:24 +0000, Jeffrey Lim wrote:
>
> I assume David Woodhouse is the person to whom i should submit the patch
> to patchin.sh to? (oh boy).
Correct. It would be nice, if you cc'd the mailinglist as well.
> I'll have a patch ready first thing i get to work later.
Cool!
Jörn
--
ticks = jiffies;
while (ticks == jiffies);
ticks = jiffies;
-- /usr/src/linux/init/main.c
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2002-11-07 11:29 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-05 8:13 MTD CVS: missing JFFS2? Jeffrey Lim
2002-11-05 9:55 ` NAND flash of EDB7312 Taeil Um
2002-11-07 12:58 ` Marius Groeger
2002-11-05 13:31 ` MTD CVS: missing JFFS2? Jörn Engel
-- strict thread matches above, loose matches on Subject: below --
2002-11-05 14:52 Jeffrey Lim
2002-11-05 16:29 ` Jörn Engel
2002-11-05 17:21 Jeffrey Lim
2002-11-05 19:27 ` Jörn Engel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox