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 But if I select jffs instead of jffs2, the kernel boots properly and I can successfully mount the mtdpartition using mount -t jffs /dev/mtdblock3 /home/flash Then I can successfully read or write into the flash. Could any one help me in this regard? Why am I getting that error message on boot-up? Thanks and Regards Swaroop
_______________________________________________ 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
