R-Car/Boards/Yocto-Gen3-CommonFAQ/How to format eMMC which is equipped on R-Car Gen3 Starter Kit.

From eLinux.org
Jump to: navigation, search

How to format eMMC which is equipped on R-Car Gen3 Starter Kit.

If you want to use mkfs.ext* command in Yocto environment,
please add a following line into local.conf and build again.

IMAGE_INSTALL_append = " e2fsprogs"

Then, mkfs command can be used in Yocto.

mkfs.ext4 /dev/mmcblkXpX

See also: