On Mon, 2018-12-03 at 14:26 +0100, Sascha Hauer wrote: > On Mon, Dec 03, 2018 at 02:06:21PM +0100, Erwin Rol wrote: > > On Mon, 2018-12-03 at 13:58 +0100, Sascha Hauer wrote: > > > Hi Erwin, > > > > > > On Mon, Dec 03, 2018 at 01:42:11PM +0100, Erwin Rol wrote: > > > > Hallo all, > > > > > > > > I want to create empty ubifs volumes, like this; > > > > > > > > 1) ubiformat -y -q /dev/nand0.system > > > > 2) ubiattach /dev/nand0.system > > > > 3) ubimkvol -t dynamic /dev/nand0.system.ubi system 0 > > > > > > > > 4) .... ???? > > > > > > > > 5) mount -t ubifs -o rw /dev/nand0.system.ubi.system /mnt/system/ > > > > > > > > > > > > Is this possible with barebox? > > > > > > It depends on what you do in step 4. Should be something like > > > 'ubiupdatevol' or cp /some/image /dev/nand0.system.ubi.system. But then, > > > yes, this works > > > > But I need some sort of image, I can not create an empty ubifs volume > > and mount it with just barebox tools ? > > Nope, because we only have a readonly UBIFS implementation. So that means I can not add files to a ubifs ? That would seriously suck :-( - Erwin _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox