[yocto] Installing a Yocto image on BeagleBone Black MMC

Kevin Hao kexin.hao at windriver.com
Wed Jan 28 00:16:10 PST 2015


On Mon, Jan 26, 2015 at 10:53:33AM -0200, Christian Schultz wrote:
> I looked at the doc, and it gives the instructions to write the image to othe
> SD Card and run from the card. I didn't find yet instructions about how to
> write the images to the MMC. 

The same commands for writing MMC. You just need to change the mmc block device
to mmcblk1 when you run these commands on target.

>For example, I made an image with Yocto, and from
> the system, I should create the partitions (for boot and rootfs), format them,
> and copy the contents, but my image lacks the mkfs.vfat and mkfs.ext3, so I
> didn't figure how to setup the MMC memory to receive the files. 

Add the following to your local.conf:
	IMAGE_INSTALL_append = " dosfstools e2fsprogs-mke2fs"

Thanks,
Kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150128/8ae49b6b/attachment.pgp>


More information about the yocto mailing list