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....@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
>
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to