* stable MTD snapshot
@ 2004-06-02 20:38 Zhang, Jian
2004-06-02 20:50 ` David Woodhouse
0 siblings, 1 reply; 5+ messages in thread
From: Zhang, Jian @ 2004-06-02 20:38 UTC (permalink / raw)
To: linux-mtd
Hi,
I have tried a few snapshots and encountered either compile failure or
run-time errors. Can someone point me to a daily MTD snapshot that is
known to pass compilation and do not have major issue with JFFS2 on
NAND?
Thanks in advance.
Regards,
Jian
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: stable MTD snapshot
2004-06-02 20:38 Zhang, Jian
@ 2004-06-02 20:50 ` David Woodhouse
0 siblings, 0 replies; 5+ messages in thread
From: David Woodhouse @ 2004-06-02 20:50 UTC (permalink / raw)
To: Zhang, Jian; +Cc: linux-mtd
On Wed, 2004-06-02 at 15:38 -0500, Zhang, Jian wrote:
> Hi,
>
> I have tried a few snapshots and encountered either compile failure or
> run-time errors. Can someone point me to a daily MTD snapshot that is
> known to pass compilation and do not have major issue with JFFS2 on
> NAND?
Can you describe the problems?
--
dwmw2
^ permalink raw reply [flat|nested] 5+ messages in thread
* stable MTD snapshot
@ 2004-06-02 22:48 Zhang, Jian
2004-06-02 22:55 ` David Woodhouse
2004-06-03 7:52 ` Thomas Gleixner
0 siblings, 2 replies; 5+ messages in thread
From: Zhang, Jian @ 2004-06-02 22:48 UTC (permalink / raw)
To: David Woodhouse, linux-mtd
My reply to David's question has been bounced back twice. I still don't
know how to configure outlook to reply in the way the list server likes.
So I restart it.
I have tried a few snapshots and encountered either compile failure or
run-time errors. Can someone point me to a daily MTD snapshot that is
known to pass compilation and do not have major issue with JFFS2 on
NAND?
I have patched the following snapshots to our 2.6.4 kernel by running
patchin.sh script:
./patchin -j -c <kernel path>
20040518:
I was able to mount an empty NAND partition. The partition was
erased/prepared by U-Boot. JFFS2 clean marker was programmed to OOB
area. I could mount it cleanly. But I got message "jffs2: No clean,
dirty _or_ erasable blocks to GC from! Where are they all" when I
created a file. A 192K file was truncated after umount/re-mount. Files
even disappeared after umount/re-mount.
20040526:
Kernel doesn't build because nand.c has compile error in
single_erase_cmd()
20040531:
Kernel builds but I got I/O error when mounting a partition. The
underlying MTD NAND driver works since I am able to read/write MTD
nodes.
Jian
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: stable MTD snapshot
2004-06-02 22:48 stable MTD snapshot Zhang, Jian
@ 2004-06-02 22:55 ` David Woodhouse
2004-06-03 7:52 ` Thomas Gleixner
1 sibling, 0 replies; 5+ messages in thread
From: David Woodhouse @ 2004-06-02 22:55 UTC (permalink / raw)
To: Zhang, Jian; +Cc: linux-mtd
On Wed, 2004-06-02 at 17:48 -0500, Zhang, Jian wrote:
> My reply to David's question has been bounced back twice. I still don't
> know how to configure outlook to reply in the way the list server likes.
> So I restart it.
Either use it in IMAP mode (you can do that even while it's talking to
the Exchange server, I'm told) or use a real, standards-compliant mail
program instead. Starting a new broken-thread without 'Re:' in the
subject line deliberately to get round the automatic filters will just
get you into the blacklist. :)
Talk to your IS department. Surely they have a responsibility to provide
you with a configuration which allows you to behave as a responsible
citizen in your interaction with the outside world?
> I have tried a few snapshots and encountered either compile failure or
> run-time errors. Can someone point me to a daily MTD snapshot that is
> known to pass compilation and do not have major issue with JFFS2 on
> NAND?
There's been quite a bit of work on the NAND drivers recently. Look at
the linux-mtd-cvs list archives and pick a date before the recent flurry
of activity, or try current CVS.
> 20040518:
> I was able to mount an empty NAND partition. The partition was
> erased/prepared by U-Boot. JFFS2 clean marker was programmed to OOB
> area. I could mount it cleanly. But I got message "jffs2: No clean,
> dirty _or_ erasable blocks to GC from! Where are they all" when I
> created a file. A 192K file was truncated after umount/re-mount. Files
> even disappeared after umount/re-mount.
If you can reproduce this today, it would be interesting to do so with
'CONFIG_JFFS2_FS_DEBUG=1' while you're writing and subsequently
remounting and trying to read the file.
> 20040526:
> Kernel doesn't build because nand.c has compile error in
> single_erase_cmd()
Less interesting.
> 20040531:
> Kernel builds but I got I/O error when mounting a partition. The
> underlying MTD NAND driver works since I am able to read/write MTD
> nodes.
Can you be more precise about what happens?
--
dwmw2
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: stable MTD snapshot
2004-06-02 22:48 stable MTD snapshot Zhang, Jian
2004-06-02 22:55 ` David Woodhouse
@ 2004-06-03 7:52 ` Thomas Gleixner
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Gleixner @ 2004-06-03 7:52 UTC (permalink / raw)
To: Zhang, Jian, David Woodhouse, linux-mtd
On Thursday 03 June 2004 00:48, Zhang, Jian wrote:
>
> 20040531:
> Kernel builds but I got I/O error when mounting a partition. The
> underlying MTD NAND driver works since I am able to read/write MTD
> nodes.
Use a more recent snapshot please. There were some issues recently as I
reworked a lot.
If the problem persists with a recent snapshot could you please describe in
detail what happens.
--
Thomas
________________________________________________________________________
Steve Ballmer quotes the statistic that IT pros spend 70 percent of their
time managing existing systems. That couldn’t have anything to do with
the fact that 99 percent of these systems run Windows, could it?
________________________________________________________________________
linutronix - competence in embedded & realtime linux
http://www.linutronix.de
mail: tglx@linutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-06-03 7:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-02 22:48 stable MTD snapshot Zhang, Jian
2004-06-02 22:55 ` David Woodhouse
2004-06-03 7:52 ` Thomas Gleixner
-- strict thread matches above, loose matches on Subject: below --
2004-06-02 20:38 Zhang, Jian
2004-06-02 20:50 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox