From owner-freebsd-arm@FreeBSD.ORG Tue Mar 24 18:21:30 2015 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 6FD30608 for ; Tue, 24 Mar 2015 18:21:30 +0000 (UTC) Received: from relay.mailchannels.net (ar-005-i207.relay.mailchannels.net [162.253.144.89]) by mx1.freebsd.org (Postfix) with ESMTP id 7C440114 for ; Tue, 24 Mar 2015 18:21:25 +0000 (UTC) X-Sender-Id: duocircle|x-authuser|hippie Received: from smtp3.ore.mailhop.org (ip-10-229-11-165.us-west-2.compute.internal [10.229.11.165]) by relay.mailchannels.net (Postfix) with ESMTPA id EB454A00AF; Tue, 24 Mar 2015 18:02:13 +0000 (UTC) X-Sender-Id: duocircle|x-authuser|hippie Received: from smtp3.ore.mailhop.org (smtp3.ore.mailhop.org [10.21.145.197]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:2500 (trex/5.4.8); Tue, 24 Mar 2015 18:02:14 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: duocircle|x-authuser|hippie X-MailChannels-Auth-Id: duocircle X-MC-Loop-Signature: 1427220134103:2012161266 X-MC-Ingress-Time: 1427220134103 Received: from c-73-34-117-227.hsd1.co.comcast.net ([73.34.117.227] helo=ilsoft.org) by smtp3.ore.mailhop.org with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82) (envelope-from ) id 1YaT9Y-0007kd-IC; Tue, 24 Mar 2015 18:02:12 +0000 Received: from revolution.hippie.lan (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t2OI1vM3042421; Tue, 24 Mar 2015 12:01:57 -0600 (MDT) (envelope-from ian@freebsd.org) X-Mail-Handler: DuoCircle Outbound SMTP X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@duocircle.com (see https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information for abuse reporting information) X-MHO-User: U2FsdGVkX19/mLnLaFs+DHTMkY0i30Mu Message-ID: <1427220117.1588.1.camel@freebsd.org> Subject: Re: Digi-CCWMX53 - u-boot From: Ian Lepore To: Russell Haley Date: Tue, 24 Mar 2015 12:01:57 -0600 In-Reply-To: <1427212609.5591.10.camel@freebsd.org> References: <622469F8-C245-4E84-B5E1-FE360D3C9B4C@me.com> <215C10E1-9F47-46B6-A60B-430D7DEDA090@me.com> <1427212609.5591.10.camel@freebsd.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.10 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-AuthUser: hippie Cc: freebsd-arm 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: Tue, 24 Mar 2015 18:21:30 -0000 On Tue, 2015-03-24 at 09:56 -0600, Ian Lepore wrote: > On Mon, 2015-03-23 at 22:34 -0700, Russell Haley wrote: > > Okay, I'll create a 10 jail and see what happens. Last straw is to try > > this in Linux? I'm working on a make tutorial right now. > > > > Good doggy Russell, good doggy. > > > > ha ha. > > > > Try the attached new port I just threw together for building u-boot for > this board. I have a different imx53 board so I haven't run-tested > this, but it builds for me on my x86 10-stable machine. > > Unfortunately, this is the oldest u-boot source I've ever tried to work > with and most of the "standard freebsd u-boot patches" won't apply, so > this is pretty much exactly what comes from Rui's github branch. (I was > able to use the latest u-boot from denx for my imx53 board, but > apparently Digi never contributed their changes back to denx so this > ancient version is the only option right now.) > > To use this diff, cd to your /usr/ports dir and apply the diff using: > > patch -p0 > Then just cd to /usr/ports/sysutils/u-boot-ccwmx53 and do "make install" > and you should end up with the u-boot files for your board installed > at /usr/local/share/u-boot Oops, I just noticed a typo in that... in PLIST_FILES, the filename should be u-boot.bin, not u-boot.imx. -- Ian