From owner-freebsd-arm@FreeBSD.ORG Mon Feb 7 15:56:31 2011 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B99B91065675 for ; Mon, 7 Feb 2011 15:56:31 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (trout.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id 900FE8FC21 for ; Mon, 7 Feb 2011 15:56:31 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 40A3658142 for ; Mon, 7 Feb 2011 09:23:18 -0600 (CST) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (trout.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id 6x+R4e3CtERZ for ; Mon, 7 Feb 2011 09:23:18 -0600 (CST) Received: from wanderer.tachypleus.net (adsl-76-208-68-88.dsl.mdsnwi.sbcglobal.net [76.208.68.88]) by mail.icecube.wisc.edu (Postfix) with ESMTP id E744B58139 for ; Mon, 7 Feb 2011 09:23:17 -0600 (CST) Message-ID: <4D500E65.8060204@freebsd.org> Date: Mon, 07 Feb 2011 09:23:17 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110103 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-arm@freebsd.org References: <58CD61A782A34C788A93F8DA363A7DEA@wispskynet> In-Reply-To: <58CD61A782A34C788A93F8DA363A7DEA@wispskynet> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Avila Network Platform: GW2348-4, GW2348-2, GW2347 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2011 15:56:31 -0000 On 02/06/11 07:06, Sky Net wrote: > HELLO > > > I have board Avila GW2348-4 Network Platform There are some slightly out-of-date directions here: http://people.freebsd.org/~sam/README-gateworks The out-of-date bit is that, if you want to use 9-CURRENT, you need to set TARGET=arm TARGET_ARCH=armeb instead of TARGET=arm TARGET_BIG_ENDIAN=true -Nathan