Hello Otavio, Same results with: $ sudo dd if=SPL of=/dev/mmcblk0 conv=notrunc seek=2 bs=512 ; sync [sudo] password for agherzan: $ sudo dd if=u-boot.img of=/dev/mmcblk0 conv=notrunc seek=69 bs=1K ; sync
Regards, Andrei On Fri, May 29, 2015 at 1:53 PM, Otavio Salvador <ota...@ossystems.com.br> wrote: > On Thu, May 28, 2015 at 9:11 PM, Andrei Gherzan <and...@gherzan.ro> wrote: >> Reproduced in yocto (U-Boot SPL 2015.04+fslc+gb16ec2d) and using fedora arm >> toolchain. >> >> Reproduce steps: >> $ make mrproper >> $ make mx6cuboxi_defconfig >> $ make >> $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 >> $ sudo dd if=u-boot.img of=/dev/sdX bs=1K seek=42 > > seek is wrong, the right value is 69. > > -- > Otavio Salvador O.S. Systems > http://www.ossystems.com.br http://code.ossystems.com.br > Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- Andrei Gherzan e: and...@gherzan.ro w: www.gherzan.ro _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

