On Tue, Jul 8, 2008 at 10:09 AM, Narasimha, Swaroop(IE10) <
[EMAIL PROTECTED]> wrote:

>
>
> Hello all
>
>
>
> We are trying to mount JFFS2 on one of the mtdpartition on our custom made
> coldfire MCF5372L board.
>
>
>
> I am using kernel 2.6.19 and I am facing some problem in mounting jffs2. If
> I enable jffs2 in makemenuconfig -> kernel settings -> filesystems ->
> miscellaneous filesystem I get the following error message during kernel
> boot and kernel panics.
>
>
>
> *Error :*
>
> jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000:
> 0x2d72 instead
>
> jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000004:
> 0x3166 instead
>
> jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000008:
> 0x0011 instead
>
> .
>
> .
>
> .
>
> ..
>
> Kernel panic
>
I wouldn't expect to see these messages unless you are actually doing a
mount.  What fs are you using as your rootfs and how do you specify it in
the init string?  I believe (someone correct me if I'm wrong), that if you
don't specify the type of filesystem in the init string, the kernel will
start trying each loaded filesystem until it finds one that works - perhaps
it's trying jffs2 before the correct fs and failing.

Andrew
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to