Re: [U-Boot-Users] Problems with root JFFS2 on NAND Flash

2008-06-30 Thread Stuart Wood
Kenneth, Thanks for the suggestions. I tried testing the clen markers and they appear to be fine. So I don't know why the kernel complains so much. This is what I did; u-boot> nand erase clean kernel_2 NAND erase: device 0 offset 0x30, size 0x20 Erasing at 0x4fc000 -- 100% complete.

Re: [U-Boot-Users] Problems with root JFFS2 on NAND Flash

2008-06-27 Thread Kenneth Johansson
On Thu, 2008-06-26 at 14:16 -0400, Stuart Wood wrote: > On Thu, Jun 26, 2008 at 1:55 PM, Grant Erickson > > Are you certain that u-boot and linux are in agreement about the NAND layout > > and format? I had some initial problems in that area until I applied a patch > > to u-boot (prior to 1.3.3) t

Re: [U-Boot-Users] Problems with root JFFS2 on NAND Flash

2008-06-26 Thread Andrejs Cainikovs
Stuart Wood wrote: > I'm using the following: > Cirrus Logic EP9302 (ARM920T) > ST NAND256W3A2BNG NAND > U-boot 1.3.3 modified for the EP93xx > Linux 2.8.18 + EP93xx patches > Woohah! Could you please send me a copy of your kernel source? Kind regards, Andrejs Cainikov

Re: [U-Boot-Users] Problems with root JFFS2 on NAND Flash

2008-06-26 Thread Stuart Wood
On Thu, Jun 26, 2008 at 1:55 PM, Grant Erickson <[EMAIL PROTECTED]> wrote: > Without knowing more about the specific origin and configuration of your > kernel, version and configuration of u-boot and model, revision and geometry > of NAND, it is difficult to speculate. > > I am using: > >AMCC

Re: [U-Boot-Users] Problems with root JFFS2 on NAND Flash

2008-06-26 Thread Grant Erickson
On 6/26/08 10:27 AM, Stuart Wood wrote: > Tried what you said including patching mkfs.jffs2 and I'm now getting > these errors > > [ errors omitted ] > > This seems to imply that the kernel is looking for the clean markers. > If they are not needed > with NAND flash then why would it look for them

Re: [U-Boot-Users] Problems with root JFFS2 on NAND Flash

2008-06-26 Thread Stuart Wood
Hi Grant, Tried what you said including patching mkfs.jffs2 and I'm now getting these errors jffs_check_nand_cleanmarker returned 1 jffs2_check_nand_cleanmarker(): Cleanmarker node not detected in block at 00298000 OOB at 00298000 was cf 0c 3f c3 ff ff cc 0f ff ff ff ff ff ff ff ff jffs_check_nan

Re: [U-Boot-Users] Problems with root JFFS2 on NAND Flash

2008-06-13 Thread Grant Erickson
On 6/13/08 7:45 AM, Stuart Wood wrote: > I'm having some new problems with my jffs2 root file system when it is > mounted the first time from small page nand flash. > I'm pretty sure its some sort of configuration problem but the web > hasn't helped so far. > > [ ... ] > > The jffs2 image is bein

[U-Boot-Users] Problems with root JFFS2 on NAND Flash

2008-06-13 Thread Stuart Wood
Sorry for the initial incomplete post.. I'm having some new problems with my jffs2 root file system when it is mounted the first time from small page nand flash. I'm pretty sure its some sort of configuration problem but the web hasn't helped so far. NAND Flash, erase block = 0x4000 (16K)

[U-Boot-Users] Problems with root JFFS2 on NAND Flash

2008-06-13 Thread Stuart Wood
I'm having some new problems with my jffs2 root file system when it is mounted the first time from small page nand flash. I'm pretty sure its some sort of configuration problem but the web hasn't helped so far. NAND Flash, erase block = 0x4000, page size The jffs2 image is being built with this c