# MX-UBIFS =# Setup environment ==================== export boardname=vmx25 export fs_direcotry=where_is_my_filesystem_direcotry export fs_ubifs_image=rootfs-ubifs-${boardname}.bin =# Make ubifs ============= sudo mkfs.ubifs -m 2048 -e 129024 -c 2047 -r ${fs_direcotry} -o ${fs_ubifs_image} (Note) "fs_directory" represend the direcotry where the custom filesystem structure is storend in (/home/workdir/my_filesystem).