I want to format the emmc on my efus board with ext4 file system but there is no mkfs.ext4 command for that (only ext2 and vfat).
As I can see the kernel supports ext4. I also tried the mke2fs command with parameter "-t ext4" but the command doesn't know this parameter.
Do I need to adapt my busybox configuration? I didn't find any parameters so far....
Thanks!