From owner-freebsd-arm@FreeBSD.ORG Wed Jun 11 19:44:45 2014 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14BF3C97; Wed, 11 Jun 2014 19:44:45 +0000 (UTC) Received: from forward4l.mail.yandex.net (forward4l.mail.yandex.net [IPv6:2a02:6b8:0:1819::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C001F2DB9; Wed, 11 Jun 2014 19:44:44 +0000 (UTC) Received: from smtp1o.mail.yandex.net (smtp1o.mail.yandex.net [37.140.190.26]) by forward4l.mail.yandex.net (Yandex) with ESMTP id DB0121440E5B; Wed, 11 Jun 2014 23:44:40 +0400 (MSK) Received: from smtp1o.mail.yandex.net (localhost [127.0.0.1]) by smtp1o.mail.yandex.net (Yandex) with ESMTP id 6126EDE1CF8; Wed, 11 Jun 2014 23:44:40 +0400 (MSK) Received: from unknown (unknown [12.202.173.169]) by smtp1o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id vnEEGmcxKB-icqKdOxM; Wed, 11 Jun 2014 23:44:39 +0400 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: f5421713-3833-448b-841b-4ae8bf626432 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=narod.ru; s=mail; t=1402515879; bh=O3Lq8Kr0daBvJDaaJC1Qdl7msof0eq6VdIod+fyGskI=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=eQhMRgYzPu92gVvwWYae8QZeLzW2mryWHuH1n3OpiP4F6A38U+NZY8u5h2gWUj/yO p1htLyugjHi/HvGhv1XSglsx1OtYBRMGhB8BEnVmMN6GpdHMnGLkQHsEaPB3d6qb3w wMptOlo5Ry94+psti8FqV4DiOZX9Zsekg6ySZqzs= Authentication-Results: smtp1o.mail.yandex.net; dkim=pass header.i=@narod.ru Message-ID: <5398B1A2.3010007@narod.ru> Date: Thu, 12 Jun 2014 01:44:34 +0600 From: Stepan Dyatkovskiy User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0 SeaMonkey/2.26 MIME-Version: 1.0 To: Ian Lepore Subject: Re: Compilation for ARM References: <53935D02.2030604@narod.ru> <6D7645D2-9C08-4B5D-BAA5-5B6EC8F66F0B@kientzle.com> <5393FF7B.4020407@narod.ru> <1402428857.20883.177.camel@revolution.hippie.lan> In-Reply-To: <1402428857.20883.177.camel@revolution.hippie.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Wed, 11 Jun 2014 19:44:45 -0000 Hi guys, Thank you! I have built it successfully. It was really simple. Currently I'm trying to launch with u-boot. Are here any instructions/manual how to run kernel with u-boot? Thanks! -Stepan Ian Lepore wrote: > 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 >