Lines Matching refs:rootfs
88 Ventana > setenv mtdparts mtdparts=nand:14m(spl),2m(uboot),1m(env),-(rootfs)
100 - rootfs: the rest
132 # create a partition table with a single rootfs partition starting at 1MB
139 sudo tar xvf rootfs.tar.gz -C /media/root
150 - rootfs : 1MB-
211 using rootfs (ubi), kernel (uImage), and dtb from the network:
214 Ventana > setenv mtdparts 'mtdparts=nand:14m(spl),2m(uboot),1m(env),1m(args),10m(kernel),-(rootfs)'
216 # flash rootfs (at 28MB)
218 nand erase.part rootfs && nand write ${loadaddr} rootfs ${filesize}
229 # set kernel args for the console and rootfs (used by spl export)
230 …Ventana > setenv bootargs 'console=ttymxc1,115200 root=ubi0:rootfs ubi.mtd=5 rootfstype=ubifs quie…
279 # create a partition table with a single rootfs partition starting at 10MB
286 sudo tar xvf rootfs.tar.gz -C /media/root
294 # load device-tree from rootfs
297 # load kernel from rootfs