* [Buildroot] Buildroot, NAND flash and missing mkfs.jffs2 option
@ 2006-11-28 18:09 julien.boibessot at free.fr
2006-11-28 20:15 ` Bernhard Fischer
0 siblings, 1 reply; 5+ messages in thread
From: julien.boibessot at free.fr @ 2006-11-28 18:09 UTC (permalink / raw)
To: buildroot
Hi !
I have found that on my NAND flash, if I want to burn a JFFS2 rootfs image
generated with buildroot, I need to add "-n" option to JFFS2_OPTS variable in
target/jffs2/jffs2.mk Makefile.
Otherwise when mounting my rootfs, I have a lot of warning messages like this
one:
CLEANMARKER node found at 0x00...... has totlen 0xc != normal 0x0
Was anybody aware of that special case ?
Should I send you a patch to support NAND flash ?
Regards,
Julien
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Buildroot, NAND flash and missing mkfs.jffs2 option
2006-11-28 18:09 [Buildroot] Buildroot, NAND flash and missing mkfs.jffs2 option julien.boibessot at free.fr
@ 2006-11-28 20:15 ` Bernhard Fischer
2006-11-29 13:04 ` julien.boibessot at free.fr
0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Fischer @ 2006-11-28 20:15 UTC (permalink / raw)
To: buildroot
On Tue, Nov 28, 2006 at 07:09:44PM +0100, julien.boibessot at free.fr wrote:
>Hi !
>
>I have found that on my NAND flash, if I want to burn a JFFS2 rootfs image
>generated with buildroot, I need to add "-n" option to JFFS2_OPTS variable in
>target/jffs2/jffs2.mk Makefile.
>
>Otherwise when mounting my rootfs, I have a lot of warning messages like this
>one:
> CLEANMARKER node found at 0x00...... has totlen 0xc != normal 0x0
>
>Was anybody aware of that special case ?
>Should I send you a patch to support NAND flash ?
I think there is at least one report at bugs.busybox.net about jffs2,
namely an endian fix and maybe another report. It would be great if you
could verify that the endian patch does break nothing for you, so that i
can apply it safely and check if there is already a report WRT jffs2 and
-n. If there is already such a report, then i ask you to be so kind and
to point me to it and also point out further problems you did encounter
with jffs2 (like the -n you mentioned above).
TIA,
Bernhard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Buildroot, NAND flash and missing mkfs.jffs2 option
2006-11-28 20:15 ` Bernhard Fischer
@ 2006-11-29 13:04 ` julien.boibessot at free.fr
2006-11-29 13:17 ` Bernhard Fischer
0 siblings, 1 reply; 5+ messages in thread
From: julien.boibessot at free.fr @ 2006-11-29 13:04 UTC (permalink / raw)
To: buildroot
Hi !
> I think there is at least one report at bugs.busybox.net about jffs2,
> namely an endian fix and maybe another report. It would be great if you
> could verify that the endian patch does break nothing for you, so that i
> can apply it safely and check if there is already a report WRT jffs2 and
> -n. If there is already such a report, then i ask you to be so kind and
> to point me to it and also point out further problems you did encounter
> with jffs2 (like the -n you mentioned above).
>
I didn't find such a report (search with jffs2) so I have open a new one:
http://busybox.net/bugs/view.php?id=1105
If you need a patch to correct the problem, let me know, I can generate one
against Buildroot version 20060908 (the snapshot I'm using).
Regards,
Julien
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Buildroot, NAND flash and missing mkfs.jffs2 option
2006-11-29 13:04 ` julien.boibessot at free.fr
@ 2006-11-29 13:17 ` Bernhard Fischer
2006-11-29 17:21 ` julien.boibessot at free.fr
0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Fischer @ 2006-11-29 13:17 UTC (permalink / raw)
To: buildroot
On Wed, Nov 29, 2006 at 02:04:21PM +0100, julien.boibessot at free.fr wrote:
>Hi !
>
>> I think there is at least one report at bugs.busybox.net about jffs2,
>> namely an endian fix and maybe another report. It would be great if you
>> could verify that the endian patch does break nothing for you, so that i
>> can apply it safely and check if there is already a report WRT jffs2 and
>> -n. If there is already such a report, then i ask you to be so kind and
>> to point me to it and also point out further problems you did encounter
>> with jffs2 (like the -n you mentioned above).
>>
>
>I didn't find such a report (search with jffs2) so I have open a new one:
>http://busybox.net/bugs/view.php?id=1105
My bad, it was a report about cramfs.
>
>If you need a patch to correct the problem, let me know, I can generate one
>against Buildroot version 20060908 (the snapshot I'm using).
Yes, please send a patch.
TIA,
Bernhard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Buildroot, NAND flash and missing mkfs.jffs2 option
2006-11-29 13:17 ` Bernhard Fischer
@ 2006-11-29 17:21 ` julien.boibessot at free.fr
0 siblings, 0 replies; 5+ messages in thread
From: julien.boibessot at free.fr @ 2006-11-29 17:21 UTC (permalink / raw)
To: buildroot
Quoting Bernhard Fischer <rep.nop@aon.at>:
> >
> >If you need a patch to correct the problem, let me know, I can generate one
> >against Buildroot version 20060908 (the snapshot I'm using).
>
> Yes, please send a patch.
>
I have attached the patch to the bug report. It has been generated against
Buildroot 20061111.
I hope it will be helpfull !
Julien
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-11-29 17:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-28 18:09 [Buildroot] Buildroot, NAND flash and missing mkfs.jffs2 option julien.boibessot at free.fr
2006-11-28 20:15 ` Bernhard Fischer
2006-11-29 13:04 ` julien.boibessot at free.fr
2006-11-29 13:17 ` Bernhard Fischer
2006-11-29 17:21 ` julien.boibessot at free.fr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox