Template:ROM-Maker-lite mk-fsimg
From FriendlyELEC WiKi
Actually the rom-maker-lite utility calls the "./tools/mk_fsimg.sh" script to generate a boot.img and rootfs.img. Here are the popular usage parameters of the "mk_fsimg.sh" script:
Parameter Comment Parameter1 Specifies partition format. It currently supports vfat/ext4/exfat
Parameter 2 Specifies an output file;
Parameter 3 Specifies an input directory;
Parameter 4 Specifies an output file's size and the unit is MByte. This size should be greater than the input directory's size and less than the corresponding size specified(in "length") in the partmap.txt file;
Since some file system information needs to be included this size will be greater than the input directory's size;
Parameter 5 Specifies a partition's tag;