[yocto] Installing a Yocto image on BeagleBone Black MMC

Christian Schultz xxultz at gmail.com
Wed Jan 28 02:12:30 PST 2015


Thank you very much, Kevin, I'll try it as soon as possible!

On Wed, Jan 28, 2015 at 6:16 AM, Kevin Hao <kexin.hao at windriver.com> wrote:

> 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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150128/cb6b2d66/attachment.html>


More information about the yocto mailing list