From owner-freebsd-arm@FreeBSD.ORG Mon Nov 3 18:18:27 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F319CF6A for ; Mon, 3 Nov 2014 18:18:27 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4B4D6A9 for ; Mon, 3 Nov 2014 18:18:27 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1XlMCv-0004XD-OP for freebsd-arm@freebsd.org; Mon, 03 Nov 2014 10:18:25 -0800 Date: Mon, 3 Nov 2014 10:18:25 -0800 (PST) From: Scott Ellis To: freebsd-arm@freebsd.org 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> <1415032073.272927972@apps.rackspace.com> Subject: Re: Wandboard Dual and Crochet-FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2014 18:18:28 -0000 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.