Hi ,
I'm using BSP 4.0.0 to build rootfs for imx6q. I have enabled the option to build rootfs.ext2:
I'm getting the following error:
Filesystem stats, including padding:
Total size = 752424k
Total number of files = 7864
Your ramdisk exceeds the old default size of 4096k, you may need to
set the command line argument for ramdisk_size in your bootloader
allowing 10% free this gives 827666k . For instance, for u-boot:
setenv bootargs root=/dev/ram rw ramdisk_size=827666
creating an ext2 compressed filesystem image: rootfs.ext2.gz
genext2fs: Running in LTIB backwards compatibility mode: -i -> -N
genext2fs: couldn't allocate a block (no free space)
Died at ./ltib line 603, <> line 664.
traceback:
main:603
Started: Thu May 23 13:54:49 2013
Ended: Thu May 23 13:56:09 2013
Elapsed: 80 seconds
Build Failed
Exiting on error or interrupt