Hummingboard u-boot not loading?

Russell Haley russ.haley at gmail.com
Sun Aug 2 03:57:34 UTC 2015


Thanks Mikael,

I was able to build using the patches you provided and the binary
u-boot.imx is the exact same size as the one from pkgng. However,
nothing happens when I boot it:

1) use your patch and build bootloader from ports
cd /usr/ports/sysutils/u-boot-cubox-hummingboard/work/stage/usr/local/share/u-boot/u-boot-cubox-hummingboard
root at Jailbird:/usr/ports/sysutils/u-boot-cubox-hummingboard/work/stage/usr/local/share/u-boot/u-boot-cubox-hummingboard#
ll
total 200
-rw-r--r--  1 root  wheel     900 Aug  1 10:28 README
-rw-r--r--  1 root  wheel  271360 Aug  1 10:28 u-boot.imx
root at Jailbird:/usr/ports/sysutils/u-boot-cubox-hummingboard/work/stage/usr/local/share/u-boot/u-boot-cubox-hummingboard#
dd if=u-boot.imx of=/dev/da2 bs=1k oseek=1 conv=sync
265+0 records in
265+0 records out
271360 bytes transferred in 0.683733 secs (396880 bytes/sec)

BOOT RESPONSE: nothing. HDMI connected screen stays off


2) The build from pkgng
root at Jailbird:/usr/local/share/u-boot/u-boot-cubox-hummingboard# ll
total 201
-rw-r--r--  1 root  wheel     900 Jul 23 16:47 README
-rw-r--r--  1 root  wheel  271360 Jul 23 16:47 u-boot.imx
root at Jailbird:/usr/local/share/u-boot/u-boot-cubox-hummingboard# dd
if=u-boot.imx of=/dev/da2 bs=1k oseek=1 conv=sync
265+0 records in
265+0 records out
271360 bytes transferred in 0.625492 secs (433834 bytes/sec)

BOOT RESPONSE: Screen Starts, Solid Run Logo - no console.


Not sure what to do next. I will drill in to u-boot and see how the
SPL options get triggered. very frustrating.

Thanks guys!
Russ



On Sat, Aug 1, 2015 at 11:25 AM, Russell Haley <russ.haley at gmail.com> wrote:
> Thank you, that patch allowed me to complete the build but I was ripped away from my computer before attempting a boot. I'll try it out tonight when I get home.
>
> Russ
>
> Sent from my BlackBerry 10 smartphone on the Koodo network.
>   Original Message
> From: Mikaël Urankar
> Sent: Saturday, August 1, 2015 2:47 AM
> To: Russell Haley
> Subject: Re: Hummingboard u-boot not loading?
>
> 2015-08-01 8:03 GMT+02:00 Russell Haley <russ.haley at gmail.com>:
>> Hi Guys,
>>
>> I'm still really stalled out on u-boot-cubox-hummingboard right now.
>> I'm trying to get a new hummingboard i2eX board running (dual core
>> IMX6). The only thing I can think of is the pkg binary was built with
>> a quad-core configuration in the SPL portion of the code but I can't
>> confirm that cause I STILL don't know what I am doing with u-boot
>> cross compilation.
>>
>> I am running the hummingboard pro with a dual core i2eX SOM. I also
>> can't get the code from the ports tree to build and get the error from
>> the email below. I think the last time Ian worked through this with me
>> is because I was trying to build u-boot with cross tools from 11 but
>> my kernel and installed verison is 10 (I'm in a jail). Unfortuantely,
>> I am just "throwing mud at a wall" at this point to see if something
>> sticks.
>
> Hi,
>
> Can you try this patch, it compiles fine here but I haven't tested it:
> http://mikael.urankar.free.fr/FreeBSD/arm/patches/sysutils_u-boot-cubox-hummingboard_gcc-5.2.patch
>
> You will also probably need this patch:
> http://mikael.urankar.free.fr/FreeBSD/arm/patches/sysutils_u-boot-cubox-hummingboard.patch


More information about the freebsd-arm mailing list