I'm trying to boot an Assabet/Neponset development board using bootldr 2.14.15-jd1 and 2.4.7-rmk2-np1 The kernel boots fine, makes it to the point where it would normally mount root and begin /linuxrc. Problem is, I get this error message instead:
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000: 0x0095 id jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000004: 0x000b id jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000008: 0x001b id jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000000c: 0x002b id jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000010: 0x004b id jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000014: 0x0078 id jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000018: 0x005a id jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000001c: 0x0068 id jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000020: 0x7462 id jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000024: 0x0e0f id Further such events for this erase block will not be printed JFFS2: Erase block at 0x00000000 is not formatted. It will be erased Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes I've gotten this with my home built jffs2 image, nico's sample image and Familiar's task-bootstrap.jffs2 image. The command line I'm passing to the kernel is: noinitrd root=/dev/mtdblock/3 init=/linuxrc console=ttySA0 and the partition table looks like: npartitions=00000004 bootldr base: 00000000 size: 00040000 flags: 00000002 params base: 00040000 size: 00040000 flags: 00000000 kernel base: 00080000 size: 00100000 flags: 00000000 root base: 00180000 size: 01E00000 flags: 00000010 Does anyone have any advice to offer a jffs2 newbie? I've checked a few FAQs, but if anything pops out at you I'd appreciate a pointer. Kernel and bootldr were built using a 2.95.2 cross-compiler (EmDebian's toolchain). Thanks in advance! -- Geoffrey _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
