From owner-freebsd-arm@FreeBSD.ORG Tue Jun 10 19:34: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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BE28A7D for ; Tue, 10 Jun 2014 19:34:27 +0000 (UTC) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (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 30A392AD0 for ; Tue, 10 Jun 2014 19:34:26 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WuRoK-000H7X-B4; Tue, 10 Jun 2014 19:34:20 +0000 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 s5AJYHoB001529; Tue, 10 Jun 2014 13:34:17 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+d/L45kXvxkX+ki0gObU3j Subject: Re: Compilation for ARM From: Ian Lepore To: Stepan Dyatkovskiy In-Reply-To: <5393FF7B.4020407@narod.ru> References: <53935D02.2030604@narod.ru> <6D7645D2-9C08-4B5D-BAA5-5B6EC8F66F0B@kientzle.com> <5393FF7B.4020407@narod.ru> Content-Type: text/plain; charset="us-ascii" Date: Tue, 10 Jun 2014 13:34:17 -0600 Message-ID: <1402428857.20883.177.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Tim Kientzle , freebsd-arm@FreeBSD.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 19:34:27 -0000 On Sun, 2014-06-08 at 12:15 +0600, Stepan Dyatkovskiy wrote: > Hi Tim, > Thank you for quick response! > I will try your advices straight after weekends. > We are using pandaboard. Are here any other cortex-a9/a15 boards that > has, perhaps, better support in FreeBSD OS? If so, we ready to test it > too, because the only thing we need in pandaboard for now is its CPU. > > Thanks! > -Stepan I think the TI OMAP/AM335x chip probably has the best cortex a9 freebsd support right now. Second would probably be the freescale imx6 family, mainly because we use it where I work so I get paid to support it. But the TI support has been around for a lot longer than imx6 and is more mature right now. -- Ian