From owner-freebsd-arm@FreeBSD.ORG Thu Apr 3 01:15:32 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EC17EBA for ; Thu, 3 Apr 2014 01:15:32 +0000 (UTC) Received: from mailhost.m5p.com (ip-2-1-0-2.r03.asbnva02.us.ce.gin.ntt.net [IPv6:2001:418:0:5000::16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07155294 for ; Thu, 3 Apr 2014 01:15:31 +0000 (UTC) Received: from wonderland.m5p.com (localhost [IPv6:::1]) by mailhost.m5p.com (8.14.5/8.14.5) with ESMTP id s331FNaf034531 for ; Wed, 2 Apr 2014 21:15:29 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Message-ID: <533CB62B.3040502@m5p.com> Date: Wed, 02 Apr 2014 21:15:23 -0400 From: George Mitchell User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: Re: Building an image for Raspberry Pi References: <20140403005755.GA71905@pwnie.vrt.sourcefire.com> In-Reply-To: <20140403005755.GA71905@pwnie.vrt.sourcefire.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 on 10.100.0.3 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (mailhost.m5p.com [IPv6:::1]); Wed, 02 Apr 2014 21:15:29 -0400 (EDT) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 01:15:32 -0000 On 04/02/14 20:57, Shawn Webb wrote: > Hey all, > > So I'm trying to build an image for the rPi, and I came across Crochet > from the Raspberry Pi wiki page on FreeBSD's wiki. I'm basing my build > off of a fresh HEAD. > > I'm not entirely sure if I should be contacting the Crochet developers > about this, or if the freebsd-arm list would be better. Either way, > please forgive me if this isn't the most effective place. > > It seems that when Crochet tries to build U-Boot from source, U-Boot > requires the application armv6-freebsd-gcc. I can't find such an > application in the ports tree (grep -rn arv6-freebsd-gcc /usr/ports). What I found on my most recent clean build (on a FreeBSD 10-STABLE system) was that I had to set HOSTCC to cc in the environment in order to build U-Boot. I don't even really understand why it worked, but it did. -- George > > It seems people have successfully built FreeBSD for ARM. However, the > instructions I'm seeing from a little bit of googling have turned up > pretty outdated posts. > > You can probably tell I'm a newb at ARM on FreeBSD. What ought I do > next? > > Thanks, > > Shawn >