[ARMedslack] UBI support is [partially] broken in Slackware/ARM 13.1 on SheevaPlug

Cédric VINCENT cedric.vincent at gmail.com
Sun Jul 18 09:23:31 UTC 2010


2010/7/15 Cédric VINCENT <cedric.vincent at gmail.com>:
> 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


More information about the ARMedslack mailing list