Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2014 10:18:25 -0800 (PST)
From:      Scott Ellis <scott@jumpnowtek.com>
To:        freebsd-arm@freebsd.org
Subject:   Re: Wandboard Dual and Crochet-FreeBSD
Message-ID:  <1415038705749-5962202.post@n5.nabble.com>
In-Reply-To: <1415032073.272927972@apps.rackspace.com>
References:  <1415023949.765217459@apps.rackspace.com> <1415030377.1200.56.camel@revolution.hippie.lan> <CAB3ij4CW=AM0m5o-OukArWuCsY8n8CCmfXtHRaav-Xj1wJ6aow@mail.gmail.com> <1415032073.272927972@apps.rackspace.com>

next in thread | previous in thread | raw e-mail | index | archive | help
FYI, Ian's suggestion to change where ubldr gets loaded worked.

I made the following two changes to the Wandboard-Dual configuration

diff -r Wandboard/files/boot.txt Wandboard-Dual/files/boot.txt
1c1
< setenv fdt_file wandboard-quad.dtb;fatload mmc 0:1 88000000 ubldr;bootelf
88000000;
---
> setenv fdt_file wandboard-dual.dtb;fatload mmc 0:1 44000000 ubldr;bootelf
> 44000000;

diff -r Wandboard/setup.sh Wandboard-Dual/setup.sh
49c49
< strategy_add $PHASE_BUILD_OTHER freebsd_ubldr_build
UBLDR_LOADADDR=0x88000000
---
> strategy_add $PHASE_BUILD_OTHER freebsd_ubldr_build
> UBLDR_LOADADDR=0x44000000


And the Wandboard-Dual board booted fine.

Not suggesting that's the best place to stick ubldr, just a quick hack.

Boot log here

https://gist.github.com/scottellis/2c2416af428e05dc2aa1




--
View this message in context: http://freebsd.1045724.n5.nabble.com/Wandboard-Dual-and-Crochet-FreeBSD-tp5962144p5962202.html
Sent from the freebsd-arm mailing list archive at Nabble.com.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1415038705749-5962202.post>