Quoth Paul Romero [EMAIL PROTECTED]: > More information about the boot problem. > > I've localized the problem to check_mnt() > where it is called by do_add_mount(). (i.e. > Both are in linux-2.4.x/fs/namespace.c) At that > point it determines the passed mount point is > not root and returns -22 = -EINVAL.
You might need to pass the root= and rootfstype= boot parameters (or check that they're correct, if you're already passing them). > 1) dev_name = "/dev/root" > > 2) dir_page = "/root" > > 3) type_page = "/ext2" Is your rootfs really ext2, for example? Most targets use romfs, and use an MTD partition (from the uclinux.c map driver, when the rootfs is appended to the kernel image). _______________________________________________ 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
