To use f2fs filesystem, you should format the storage partition with this utilility. Otherwise, you cannot mount f2fs.
You should install the following packages.
Before compilation initially, autoconf/automake tools should be run.
Add the below line into mkfs/Makefile.am: mkfs_f2fs_LDFLAGS = -all-static
Add the below line into fsck/Makefile.am: fsck_f2fs_LDFLAGS = -all-static
then, do:
--host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi
$ mkfs.f2fs -l [LABEL] $DEV
For more mkfs options, see man page.