[meta-freescale] Missing devtmpfs w/ i.MX6Q SabreSD sato-sdk image

Trevor Woerner trevor.woerner at linaro.org
Sat Jun 29 14:09:22 PDT 2013


On 24 June 2013 17:50, squirem <squirem at fbdfrozen.com> wrote:
> When that was finished I begin copying over the bootloader, kernel, and
> rootfs in the following order:
> sudo dd if=u-boot.imx of=/dev/sdc bs=512 skip=0 seek=2 conv=fsync
> sudo dd if=uImage of=/dev/sdc bs=512 skip=0 seek=2048 conv=fsync
> sudo fdisk /dev/sdc (made new primary partition at sector 16384)
> sudo mkfs.ext4 /dev/sdc1
> sudo tar --numeric-owner -xzvf /home/user/Desktop/poky-dylan-
> 9.0.0/build/tmp/deploy/images/core-image-sato-sdk-imx6qsabresd.tar.gz


You should be able to just:

$ sudo dd if=tmp/deploy/images/core-image-minimal-imx6qsabresd.sdcard /dev/sdc

and have a working sdcard without having to do all that other stuff.



More information about the meta-freescale mailing list