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
pgpPZLhisHLrV.pgp
Description: PGP signature
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
