-
- Downloads
defconfigs: engicam: Enable UBI commands
Create ubifs.img:
$ mkfs.ubifs -q -r /rootfs -m 4096 -e 253952 -c 7936 -o ubifs.img
Write ubifs.img:
---------------
icorem6qdl> nand erase.part rootfs
icorem6qdl> ubi part rootfs
icorem6qdl> ubi create rootfs
icorem6qdl> ext4load mmc 0:2 ${loadaddr} ubifs.img
166592512 bytes read in 8091 ms (19.6 MiB/s)
icorem6qdl> ubi write ${loadaddr} rootfs ${filesize}
166592512 bytes written to volume rootfs
icorem6qdl> ubifsmount ubi0:rootfs
Cc: Stefano Babic <sbabic@denx.de>
Cc: Matteo Lisi <matteo.lisi@engicam.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com>
Showing
- configs/imx6dl_icore_nand_defconfig 1 addition, 0 deletionsconfigs/imx6dl_icore_nand_defconfig
- configs/imx6q_icore_nand_defconfig 1 addition, 0 deletionsconfigs/imx6q_icore_nand_defconfig
- configs/imx6ul_geam_nand_defconfig 1 addition, 0 deletionsconfigs/imx6ul_geam_nand_defconfig
- include/configs/imx6qdl_icore.h 5 additions, 0 deletionsinclude/configs/imx6qdl_icore.h
- include/configs/imx6ul_geam.h 5 additions, 0 deletionsinclude/configs/imx6ul_geam.h
Please register or sign in to comment