On Thu, Mar 03, 2011 at 03:23:07PM +0100, Vanalme Filip wrote: > List of all partitions: > No filesystem could mount root, tried: jffs2 > Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0) You'll need to register the nand device in your board, i.e. something like this: static const struct mxc_nand_platform_data pca100_nand_board_info __initconst = { .width = 1, .hw_ecc = 1, }; imx27_add_mxc_nand(&pca100_nand_board_info); The vanilla kernel does not (yet) support nand on the i.MX27 pdk. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox