* mtd code for 2.4.26
@ 2004-10-22 15:05 Xin Li
2004-10-22 15:17 ` David Woodhouse
2004-10-27 11:22 ` warning message "CLEANMARKER node ..." on mount Xin Li
0 siblings, 2 replies; 5+ messages in thread
From: Xin Li @ 2004-10-22 15:05 UTC (permalink / raw)
To: linux-mtd
Does anyone has a very recent snapshot of MTD code for
2.4.26 kernel? I need to support 2KB page Nand flash
in my kernel and mtd-util, but I cannot find a very
recent mtd snapshot for 2.4.26 kernel on Internet. Can
I get the code from CVS with a propoer tag?
Best regards,
Li Xin
_________________________________________________________
Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
http://music.yisou.com/
美女明星应有尽有,搜遍美图、艳图和酷图
http://image.yisou.com
1G就是1000兆,雅虎电邮自助扩容!
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mtd code for 2.4.26
2004-10-22 15:05 mtd code for 2.4.26 Xin Li
@ 2004-10-22 15:17 ` David Woodhouse
2004-10-27 11:22 ` warning message "CLEANMARKER node ..." on mount Xin Li
1 sibling, 0 replies; 5+ messages in thread
From: David Woodhouse @ 2004-10-22 15:17 UTC (permalink / raw)
To: Xin Li; +Cc: linux-mtd
On Fri, 2004-10-22 at 23:05 +0800, Xin Li wrote:
> Does anyone has a very recent snapshot of MTD code for
> 2.4.26 kernel? I need to support 2KB page Nand flash
> in my kernel and mtd-util, but I cannot find a very
> recent mtd snapshot for 2.4.26 kernel on Internet. Can
> I get the code from CVS with a propoer tag?
We've stopped supporting ancient and obsolete kernels. If you need new
features, use a current kernel.
--
dwmw2
^ permalink raw reply [flat|nested] 5+ messages in thread
* warning message "CLEANMARKER node ..." on mount
2004-10-22 15:05 mtd code for 2.4.26 Xin Li
2004-10-22 15:17 ` David Woodhouse
@ 2004-10-27 11:22 ` Xin Li
2004-10-27 12:05 ` Artem B. Bityuckiy
1 sibling, 1 reply; 5+ messages in thread
From: Xin Li @ 2004-10-27 11:22 UTC (permalink / raw)
To: linux-mtd
Hi,
I am trying to get JFFS2 running on my 2KB flash page
Nand flash. My nand flash driver is working. When I
mount an empty partition, I don't any mwarning message
and JFFS2 is working fine. But if I copy a JFFS2 image
to the partition and then mount it, I get many
warning meassages regarding cleanmaker node and JFFS
is also working fine. I have erased the partition with
"flash_eraseall -j" before I copy the image.
I also checked the OOB contents. "19 85 20 03 00 00 00
08" is at offset 0x10. I also get the same content at
offset 0x10 if I direct mount an empty partuition. The
CPU on my board is PowerPC.
CLEANMARKER node found at 0x00000000 has totlen 0xc !=
normal 0x0
CLEANMARKER node found at 0x00020000 has totlen 0xc !=
normal 0x0
CLEANMARKER node found at 0x00040000 has totlen 0xc !=
normal 0x0
CLEANMARKER node found at 0x00060000 has totlen 0xc !=
normal 0x0
CLEANMARKER node found at 0x00080000 has totlen 0xc !=
normal 0x0
CLEANMARKER node found at 0x000a0000 has totlen 0xc !=
normal 0x0
CLEANMARKER node found at 0x000c0000 has totlen 0xc !=
normal 0x0
_________________________________________________________
Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
http://music.yisou.com/
美女明星应有尽有,搜遍美图、艳图和酷图
http://image.yisou.com
1G就是1000兆,雅虎电邮自助扩容!
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: warning message "CLEANMARKER node ..." on mount
2004-10-27 11:22 ` warning message "CLEANMARKER node ..." on mount Xin Li
@ 2004-10-27 12:05 ` Artem B. Bityuckiy
2004-10-27 12:25 ` Xin Li
0 siblings, 1 reply; 5+ messages in thread
From: Artem B. Bityuckiy @ 2004-10-27 12:05 UTC (permalink / raw)
To: Xin Li; +Cc: linux-mtd
Hello.
Did you try to use --no-cleanmarkers mkfs.jffs2 option when you create
your image?
Xin Li wrote:
> Hi,
>
> I am trying to get JFFS2 running on my 2KB flash page
> Nand flash. My nand flash driver is working. When I
> mount an empty partition, I don't any mwarning message
> and JFFS2 is working fine. But if I copy a JFFS2 image
> to the partition and then mount it, I get many
> warning meassages regarding cleanmaker node and JFFS
> is also working fine. I have erased the partition with
> "flash_eraseall -j" before I copy the image.
>
> I also checked the OOB contents. "19 85 20 03 00 00 00
> 08" is at offset 0x10. I also get the same content at
> offset 0x10 if I direct mount an empty partuition. The
> CPU on my board is PowerPC.
>
> CLEANMARKER node found at 0x00000000 has totlen 0xc !=
> normal 0x0
> CLEANMARKER node found at 0x00020000 has totlen 0xc !=
> normal 0x0
> CLEANMARKER node found at 0x00040000 has totlen 0xc !=
> normal 0x0
> CLEANMARKER node found at 0x00060000 has totlen 0xc !=
> normal 0x0
> CLEANMARKER node found at 0x00080000 has totlen 0xc !=
> normal 0x0
> CLEANMARKER node found at 0x000a0000 has totlen 0xc !=
> normal 0x0
> CLEANMARKER node found at 0x000c0000 has totlen 0xc !=
> normal 0x0
>
>
> _________________________________________________________
> Do You Yahoo!?
> 150万曲MP3疯狂搜,带您闯入音乐殿堂
> http://music.yisou.com/
> 美女明星应有尽有,搜遍美图、艳图和酷图
> http://image.yisou.com
> 1G就是1000兆,雅虎电邮自助扩容!
> http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/
>
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
>
--
Best Regards,
Artem B. Bityuckiy,
St.-Petersburg, Russia.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: warning message "CLEANMARKER node ..." on mount
2004-10-27 12:05 ` Artem B. Bityuckiy
@ 2004-10-27 12:25 ` Xin Li
0 siblings, 0 replies; 5+ messages in thread
From: Xin Li @ 2004-10-27 12:25 UTC (permalink / raw)
To: Artem B. Bityuckiy; +Cc: linux-mtd
Hi Bityuckiy,
Thanks very much. The warning messages have gone.
--- "Artem B. Bityuckiy" <abityuckiy@yandex.ru>
的正文:
> Hello.
>
> Did you try to use --no-cleanmarkers mkfs.jffs2
> option when you create
> your image?
>
> Xin Li wrote:
> > Hi,
> >
> > I am trying to get JFFS2 running on my 2KB flash
> page
> > Nand flash. My nand flash driver is working. When
> I
> > mount an empty partition, I don't any mwarning
> message
> > and JFFS2 is working fine. But if I copy a JFFS2
> image
> > to the partition and then mount it, I get many
> > warning meassages regarding cleanmaker node and
> JFFS
> > is also working fine. I have erased the partition
> with
> > "flash_eraseall -j" before I copy the image.
> >
> > I also checked the OOB contents. "19 85 20 03 00
> 00 00
> > 08" is at offset 0x10. I also get the same content
> at
> > offset 0x10 if I direct mount an empty partuition.
> The
> > CPU on my board is PowerPC.
> >
> > CLEANMARKER node found at 0x00000000 has totlen
> 0xc !=
> > normal 0x0
> > CLEANMARKER node found at 0x00020000 has totlen
> 0xc !=
> > normal 0x0
> > CLEANMARKER node found at 0x00040000 has totlen
> 0xc !=
> > normal 0x0
> > CLEANMARKER node found at 0x00060000 has totlen
> 0xc !=
> > normal 0x0
> > CLEANMARKER node found at 0x00080000 has totlen
> 0xc !=
> > normal 0x0
> > CLEANMARKER node found at 0x000a0000 has totlen
> 0xc !=
> > normal 0x0
> > CLEANMARKER node found at 0x000c0000 has totlen
> 0xc !=
> > normal 0x0
> >
> >
> >
>
_________________________________________________________
> > Do You Yahoo!?
> > 150万曲MP3疯狂搜,带您闯入音乐殿堂
> > http://music.yisou.com/
> > 美女明星应有尽有,搜遍美图、艳图和酷图
> > http://image.yisou.com
> > 1G就是1000兆,雅虎电邮自助扩容!
> >
>
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/
> >
> >
>
______________________________________________________
> > Linux MTD discussion mailing list
> >
>
http://lists.infradead.org/mailman/listinfo/linux-mtd/
> >
>
> --
> Best Regards,
> Artem B. Bityuckiy,
> St.-Petersburg, Russia.
>
>
_________________________________________________________
Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
http://music.yisou.com/
美女明星应有尽有,搜遍美图、艳图和酷图
http://image.yisou.com
1G就是1000兆,雅虎电邮自助扩容!
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-10-27 12:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-22 15:05 mtd code for 2.4.26 Xin Li
2004-10-22 15:17 ` David Woodhouse
2004-10-27 11:22 ` warning message "CLEANMARKER node ..." on mount Xin Li
2004-10-27 12:05 ` Artem B. Bityuckiy
2004-10-27 12:25 ` Xin Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox