Re: [U-Boot] Broken support for hummingboard i2

2015-05-29 Thread Andrei Gherzan
Hi Fabio, On Fri, May 29, 2015 at 4:36 PM, Fabio Estevam wrote: > Hi Andrei, > > On Fri, May 29, 2015 at 8:57 AM, Andrei Gherzan wrote: >> 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

Re: [U-Boot] Broken support for hummingboard i2

2015-05-29 Thread Fabio Estevam
Hi Andrei, On Fri, May 29, 2015 at 8:57 AM, Andrei Gherzan wrote: > 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 I don't have

Re: [U-Boot] Broken support for hummingboard i2

2015-05-29 Thread Andrei Gherzan
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 wrote: > On Thu, May 28,

Re: [U-Boot] Broken support for hummingboard i2

2015-05-29 Thread Otavio Salvador
On Thu, May 28, 2015 at 9:11 PM, Andrei Gherzan 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=/d

[U-Boot] Broken support for hummingboard i2

2015-05-28 Thread Andrei Gherzan
Hello, Using HEAD of default U-boot-fslc branch 2015.14, my Hummingboard i2 stuck at "U-Boot SPL 2015.04-00129-g10aced3 (May 29 2015 - 01:43:12)" Reproduced in yocto (U-Boot SPL 2015.04+fslc+gb16ec2d) and using fedora arm toolchain. Reproduce steps: $ make mrproper $ make mx6cuboxi_defconfig $ m