From owner-freebsd-current@FreeBSD.ORG Wed May 13 16:57:19 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B304106567A for ; Wed, 13 May 2009 16:57:19 +0000 (UTC) (envelope-from jdl@jdl.com) Received: from jdl.com (jdl.com [208.123.74.7]) by mx1.freebsd.org (Postfix) with ESMTP id 2F25D8FC20 for ; Wed, 13 May 2009 16:57:19 +0000 (UTC) (envelope-from jdl@jdl.com) Received: from jdl (helo=jdl.com) by jdl.com with local-esmtp (Exim 4.69) (envelope-from ) id 1M4Hle-0006VX-5V for freebsd-current@freebsd.org; Wed, 13 May 2009 11:57:18 -0500 To: freebsd-current@freebsd.org In-reply-to: References: Comments: In-reply-to Jon Loeliger message dated "Wed, 13 May 2009 11:49:41 -0500." Date: Wed, 13 May 2009 11:57:18 -0500 From: Jon Loeliger Message-Id: X-Spam-Score: -2.3 Subject: Re: Building boot2 for ixp425 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2009 16:57:20 -0000 Follow up question... > The instructions say: > > Build a kernel configured to mount the file system from ad0. This is > most easily done by copying the AVILA config file and stripping out > the BOOTP* options. > > Which I did, placing a new "BOOT2" config file in /usr/src/sys/arm/conf. I forgot to ask the important question here. By the phrase "Build a kernel configured to ..." here, does it really mean a whole new "make buildworld" like this: make KERNCONF=BOOT2 TARGET=arm TARGET_CPUTYPE=xscale \ TARGET_BIG_ENDIAN=true buildworld or perhaps just: make KERNCONF=BOOT2 TARGET=arm TARGET_CPUTYPE=xscale \ TARGET_BIG_ENDIAN=true buildkernel make KERNCONF=BOOT2 TARGET=arm TARGET_CPUTYPE=xscale \ TARGET_BIG_ENDIAN=true DESTDIR=/some/where \ installkernel within the existing (from nanobsd) environment? Thanks, jdl