[Buildroot] f2fs support

Victor Hiairrassary victor.hiairrassary.ml at gmail.com
Sun May 26 22:08:41 UTC 2013


Hello all,

I am trying to add support for f2fs file system in buildroot.
For now I have already added f2fs-tools for the host, i.e. mkfs.f2fs.

But I cannot create a f2fs file system image since mkfs.f2fs takes
a device as parameter (/dev/sda1 for example). This is different than
jffs2's syntax : '$(MKFS_JFFS2) -d $(TARGET_DIR) -o $@' for example,
which takes a directory as input.

Does anybody have an idea about this issue?

Best regards,
Victor Hiairrassary



More information about the buildroot mailing list