From owner-freebsd-arm@FreeBSD.ORG Thu Feb 18 09:36:41 2010 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D5DA106566B for ; Thu, 18 Feb 2010 09:36:41 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from smtp.semihalf.com (smtp.semihalf.com [213.17.239.109]) by mx1.freebsd.org (Postfix) with ESMTP id D77378FC14 for ; Thu, 18 Feb 2010 09:36:40 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id DF49DC42D5; Thu, 18 Feb 2010 10:38:34 +0100 (CET) X-Virus-Scanned: by amavisd-new at semihalf.com Received: from smtp.semihalf.com ([213.17.239.109]) by localhost (smtp.semihalf.com [213.17.239.109]) (amavisd-new, port 10024) with ESMTP id LXhHso8apJFm; Thu, 18 Feb 2010 10:38:34 +0100 (CET) Received: from [10.0.0.34] (cardhu.semihalf.com [213.17.239.108]) by smtp.semihalf.com (Postfix) with ESMTPSA id 57F7FC42D4; Thu, 18 Feb 2010 10:38:34 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Rafal Jaworowski In-Reply-To: <20100218091518.GA70665@ei.bzerk.org> Date: Thu, 18 Feb 2010 10:36:38 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <0A8C8F98-BA14-49EF-8165-ED4F857EA815@semihalf.com> References: <20100218091518.GA70665@ei.bzerk.org> To: Ruben de Groot X-Mailer: Apple Mail (2.1077) Cc: arm@freebsd.org Subject: Re: TARGET_CPUTYPE for Maxel Sheevaplug 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: Thu, 18 Feb 2010 09:36:41 -0000 On 2010-02-18, at 10:15, Ruben de Groot wrote: > Quick question: >=20 > I'm in posession of 2 SheevaPlugs and want to install FreeBSD on them = using > http://people.freebsd.org/~cognet/freebsd_arm.txt. >=20 > My question: which TARGET_CPUTYPE to use for the buildworld target? No need for setting TARGET_CPUTYPE in this case. See the following = notes: http://wiki.freebsd.org/FreeBSDMarvell In particular to build kernel for the plug use: make buildkernel TARGET_ARCH=3Darm KERNCONF=3DSHEEVAPLUG Rafal