On Wed, Nov 27, 2013 at 11:11 PM, br jer <[email protected]> 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
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to