2010/7/15 Cédric VINCENT <[email protected]>:
> I don't know about JFFS2, but it is quite easy with UBIFS. Actually I
> just followed instructions from this wiki:
>
>
> http://www.plugcomputer.org/plugwiki/index.php/Enabling_UBIFS#Making_your_UBIFS_image
Also, you may want to write your uImage into the NAND:
nandwrite -p /dev/mtd1 uImage
And then boot it through U-Boot:
bootcmd=setenv bootargs console=ttyS0,115200 ubi.mtd=2
root=ubi0:rootfs rootfstype=ubifs; nand read 0x800000 0x100000
0x330000; bootm 0x800000
_______________________________________________
ARMedslack mailing list
[email protected]
http://lists.armedslack.org/mailman/listinfo/armedslack