[meta-freescale] Copy u-boot to SD Card

Fabio Estevam festevam at gmail.com
Wed Nov 27 17:20:42 PST 2013


On Wed, Nov 27, 2013 at 11:11 PM, br jer <brjerome.1 at gmail.com> wrote:
> I  am using Yocto master branch for wandboard build and need to do a minor
> u-boot modification.
>
> I have done the code change  and bitbake -c compile  u-boot-fslc
>
> Then I copy the binary from the  directory
> tmp/work/wandboard_solo-poky-linux-gnueabi/u-boot-fslc/v2013.10-r0/image/boot/.
> to a SD card that has been booting well.
>
> I use this command:
>   sudo dd if=u-boot-wandboard-solo-v2013.10-r0.imx of=/dev/sdb bs=512 seek=2
> skip=2

You should not use skip=2, only 'bs=512 seek=2' is enough.

Regards,

Fabio Estevam


More information about the meta-freescale mailing list