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

From eLinux.org
< R-Car‎ | Boards/Yocto-Gen3-CommonFAQ
Revision as of 00:27, 4 September 2020 by Y.H. (talk | contribs) (Created page with "== How to format eMMC which is equipped on R-Car Gen3 Starter Kit. == If you want to use mkfs.ext* command in Yocto environment,<br/> please add a following line into local.co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: