Tom, I have been using the yocto 3.10.17 dora release. When I write the image I don't do it to a partition, but to the device.
For example, sudo dd dse-image-x11-imx6qdsedvr.sdcard of=/dev/sdd bs=1M The image is going to contain the u-boot, a partition for the kernel and a partition for the file system. They will be created on the device by writing the image this way. Regards, Matthew
--- Begin Message ---List: I've built the Freescale imx6 beta successfully from: fsl-yocto-3.10.17-1.0.0-beta.tar.gz L3.10.17_1.0.0_beta_131223_images_MX6.tar.gz cd fsl-community-bsp-platform &&\ MACHINE=imx6slevk source setup-environment build-evk &&\ bitbake core-image-minimal I have a question about sd card partitioning. The instructions in Freescale Yocto user guide 4.1 say: sudo dd if=<image name>.sdcard of=/dev/sd<partition> sudo dd if=<image name>.sdcard of=/dev/sd<partition bs=1M && sync No where can I find the partitioning requirements for the sd card. How is the SD card to be partitioned? Don't really understand the two commands above. Unless <partition> is different, only difference is block size of writes Can someone point me to the partitioning requirements? thx tom campbell -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
--- End Message ---
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
