* "Timing issue when we use SPANSION 8MB Flash"
@ 2005-10-08 5:48 nreddy
2005-10-08 9:55 ` Vitaly Wool
0 siblings, 1 reply; 7+ messages in thread
From: nreddy @ 2005-10-08 5:48 UTC (permalink / raw)
To: linux-mtd
Hi ,
We are developing an embedded system with u-boot and Montavista Emebededd
linux ( Kernel Version 2.4.20).
Here we have put AMD 4MB flash and the system is working is working fine.
Recently we have increased Flash size to 8MB(SPANSION ( S29GL064M90FAIR10)
make).
Now the system works fine but with one problem.
When i try to copy files to /mnt/jffs2 directory it is taking very long
time(around 8 Minutes for 2.2 MB files).
But when i try to copy files on 4MB Flash (AMD(AM29LV320DT) Make) it is
taking only 1.7 Min to copy same size of files.
Can any one throw a light on this...
Thanks in advance,
--Nagi Reddy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: "Timing issue when we use SPANSION 8MB Flash"
2005-10-08 5:48 "Timing issue when we use SPANSION 8MB Flash" nreddy
@ 2005-10-08 9:55 ` Vitaly Wool
2005-10-08 10:04 ` Thomas Gleixner
0 siblings, 1 reply; 7+ messages in thread
From: Vitaly Wool @ 2005-10-08 9:55 UTC (permalink / raw)
To: nreddy; +Cc: linux-mtd
Hi,
am I right that it's a NOR flash? What's the reason for using JFFS2 on
it then?
Also questionable is whether you're sure that you have right timings
configuration for the flash. I'm afraid that 8MB Spansion flash might
have timing values different from 4 MB's.
Best regards,
Vitaly
nreddy@netenrich.com wrote:
>Hi ,
>
>We are developing an embedded system with u-boot and Montavista Emebededd
>linux ( Kernel Version 2.4.20).
>Here we have put AMD 4MB flash and the system is working is working fine.
>Recently we have increased Flash size to 8MB(SPANSION ( S29GL064M90FAIR10)
>make).
>
>Now the system works fine but with one problem.
>
>When i try to copy files to /mnt/jffs2 directory it is taking very long
>time(around 8 Minutes for 2.2 MB files).
>But when i try to copy files on 4MB Flash (AMD(AM29LV320DT) Make) it is
>taking only 1.7 Min to copy same size of files.
>
>Can any one throw a light on this...
>
>Thanks in advance,
>--Nagi Reddy
>
>
>______________________________________________________
>Linux MTD discussion mailing list
>http://lists.infradead.org/mailman/listinfo/linux-mtd/
>
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: "Timing issue when we use SPANSION 8MB Flash"
2005-10-08 9:55 ` Vitaly Wool
@ 2005-10-08 10:04 ` Thomas Gleixner
2005-10-08 13:22 ` Vitaly Wool
0 siblings, 1 reply; 7+ messages in thread
From: Thomas Gleixner @ 2005-10-08 10:04 UTC (permalink / raw)
To: Vitaly Wool; +Cc: nreddy, linux-mtd
On Sat, 2005-10-08 at 13:55 +0400, Vitaly Wool wrote:
> Hi,
>
> am I right that it's a NOR flash? What's the reason for using JFFS2 on
> it then?
Err, why shouldnt he use JFFS2 on NOR ? Is there a better suited file
system which can handle NOR FLASH?
tglx
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: "Timing issue when we use SPANSION 8MB Flash"
2005-10-08 10:04 ` Thomas Gleixner
@ 2005-10-08 13:22 ` Vitaly Wool
2005-10-10 8:20 ` David Vrabel
0 siblings, 1 reply; 7+ messages in thread
From: Vitaly Wool @ 2005-10-08 13:22 UTC (permalink / raw)
To: tglx; +Cc: nreddy, linux-mtd
Thomas Gleixner wrote:
>On Sat, 2005-10-08 at 13:55 +0400, Vitaly Wool wrote:
>
>
>>Hi,
>>
>>am I right that it's a NOR flash? What's the reason for using JFFS2 on
>>it then?
>>
>>
>
>Err, why shouldnt he use JFFS2 on NOR ? Is there a better suited file
>system which can handle NOR FLASH?
>
>tglx
>
>
>
cramfs ;)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: "Timing issue when we use SPANSION 8MB Flash"
2005-10-08 13:22 ` Vitaly Wool
@ 2005-10-10 8:20 ` David Vrabel
2005-10-10 15:38 ` Josh Boyer
0 siblings, 1 reply; 7+ messages in thread
From: David Vrabel @ 2005-10-10 8:20 UTC (permalink / raw)
To: Vitaly Wool; +Cc: nreddy, tglx, linux-mtd
Vitaly Wool wrote:
> Thomas Gleixner wrote:
>> Vitaly Wool wrote:
>>>
>>> am I right that it's a NOR flash? What's the reason for using JFFS2
>>> on it then?
>>
>> Err, why shouldnt he use JFFS2 on NOR ? Is there a better suited file
>> system which can handle NOR FLASH?
>
> cramfs ;)
When you can write to cramfs let me know!
In case you didn't know, JFFS2 (and its predecessor, JFFS) was actually
originally designed for NOR flash -- NAND support was added later.
David Vrabel
--
David Vrabel, Design Engineer
Arcom, Clifton Road Tel: +44 (0)1223 411200 ext. 3233
Cambridge CB1 7EA, UK Web: http://www.arcom.com/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: "Timing issue when we use SPANSION 8MB Flash"
2005-10-10 8:20 ` David Vrabel
@ 2005-10-10 15:38 ` Josh Boyer
2005-10-11 14:09 ` Jörn Engel
0 siblings, 1 reply; 7+ messages in thread
From: Josh Boyer @ 2005-10-10 15:38 UTC (permalink / raw)
To: David Vrabel; +Cc: nreddy, tglx, Vitaly Wool, linux-mtd
On Mon, 2005-10-10 at 09:20 +0100, David Vrabel wrote:
> Vitaly Wool wrote:
> > Thomas Gleixner wrote:
> >> Vitaly Wool wrote:
> >>>
> >>> am I right that it's a NOR flash? What's the reason for using JFFS2
> >>> on it then?
> >>
> >> Err, why shouldnt he use JFFS2 on NOR ? Is there a better suited file
> >> system which can handle NOR FLASH?
> >
> > cramfs ;)
>
> When you can write to cramfs let me know!
>
> In case you didn't know, JFFS2 (and its predecessor, JFFS) was actually
> originally designed for NOR flash -- NAND support was added later.
And if what you are after is a read-only compressed filesystem, I would
recommend squashfs over cramfs.
josh
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: "Timing issue when we use SPANSION 8MB Flash"
2005-10-10 15:38 ` Josh Boyer
@ 2005-10-11 14:09 ` Jörn Engel
0 siblings, 0 replies; 7+ messages in thread
From: Jörn Engel @ 2005-10-11 14:09 UTC (permalink / raw)
To: Josh Boyer; +Cc: nreddy, Vitaly Wool, tglx, linux-mtd
On Mon, 10 October 2005 10:38:13 -0500, Josh Boyer wrote:
>
> And if what you are after is a read-only compressed filesystem, I would
> recommend squashfs over cramfs.
Not unconditionally. There is a reason why cramfs is not merged into
the kernel yet. While its pure performance numbers (compression rate,
etc) are better, the code has its issues. Biggest offender is the use
of bitfields, which are duplicated depending on the endianness of the
filesystem and the host machine.
YMMV, so I won't give any recommendation either way.
Jörn
--
A surrounded army must be given a way out.
-- Sun Tzu
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-10-11 14:10 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-08 5:48 "Timing issue when we use SPANSION 8MB Flash" nreddy
2005-10-08 9:55 ` Vitaly Wool
2005-10-08 10:04 ` Thomas Gleixner
2005-10-08 13:22 ` Vitaly Wool
2005-10-10 8:20 ` David Vrabel
2005-10-10 15:38 ` Josh Boyer
2005-10-11 14:09 ` 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