From owner-freebsd-arm@FreeBSD.ORG Fri Feb 22 13:47:54 2013 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C5307484 for ; Fri, 22 Feb 2013 13:47:54 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id 7EF60105 for ; Fri, 22 Feb 2013 13:47:48 +0000 (UTC) Received: from damnhippie.dyndns.org (daffy.symmetricom.us [206.168.13.218]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id r1MDllfP060396 for ; Fri, 22 Feb 2013 06:47:47 -0700 (MST) (envelope-from ian@FreeBSD.org) Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r1MDli4O054574; Fri, 22 Feb 2013 06:47:44 -0700 (MST) (envelope-from ian@FreeBSD.org) Subject: Re: Unable to copy DTB into module directory From: Ian Lepore To: "Steve O'Hara-Smith" In-Reply-To: <20130222091122.1760eb0a75550e56537da471@sohara.org> References: <3A8BA2BC-6707-4309-B6E3-5B15712ED67D@kientzle.com> <512716CE.7050600@thieprojects.ch> <51271AAB.4080005@thieprojects.ch> <51272BDF.5090603@thieprojects.ch> <20130222091122.1760eb0a75550e56537da471@sohara.org> Content-Type: text/plain; charset="us-ascii" Date: Fri, 22 Feb 2013 06:47:44 -0700 Message-ID: <1361540864.1185.65.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-arm@FreeBSD.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2013 13:47:54 -0000 On Fri, 2013-02-22 at 09:11 +0000, Steve O'Hara-Smith wrote: > On Fri, 22 Feb 2013 09:27:11 +0100 > Werner Thie wrote: > > > Me, I prefer Tim Kientzle's work, runs really smooth now, great > > customization hooks and despite its name, not only for Beaglebone but > > RPi VersatilePB and PandaBoard too > > > > https://github.com/kientzle/freebsd-beaglebone > > There's one problem with Tim's otherwise excellent script, it only > works on a -current host, it won't work on 9.1 because the xdev setup is too > old. > Hmm, that's odd. I don't use Tim's scripts directly, but my build process is similar, and my build machine runs 8.3 to cross-build for RPi and BeagleBone. Hmm, but I do still use gcc rather than clang, I wonder if that's the difference? -- Ian