From owner-freebsd-arm@FreeBSD.ORG Tue Jun 9 10:14:54 2009 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 81C6D106566B for ; Tue, 9 Jun 2009 10:14:54 +0000 (UTC) (envelope-from jacques.fourie@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 157E58FC0C for ; Tue, 9 Jun 2009 10:14:53 +0000 (UTC) (envelope-from jacques.fourie@gmail.com) Received: by fg-out-1718.google.com with SMTP id e12so952144fga.12 for ; Tue, 09 Jun 2009 03:14:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=QhIZPQecYhTEjrmKSty5SAjElP7ac+2ppkXUQ6w7ijM=; b=b73DYNh4t8mal1Kp5nv+3kNaDmwWKVsf+YQgGLfJNi8mA/vclcULFG6UF6J7xjijzR M84U5n88i/SW6DJnWJWwyZZrMrRwb+yQyxSxhPqEbpDKsr3Dn8xdiByCvPn8Ick1s/ZA TtQNtQcdBjaM6F6M2ddCnAEX6uGnNS7m7Sidc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=VLKE34V8LeWuu/3tnAh9hzXrNJ32ehHvXXI7M8ey8BI5dW5UqLi6W+wSCf7eqfD0BP VjbtQ1R4STWCFW/OpxbW1uR5SBu87KiOjxjKB8agRGfps0Dqt9qQjqt/RzH7NfWIcikf TJNuuG1H/UmW4GXCVwSfbF9MASKcd6iQPHbmA= MIME-Version: 1.0 Received: by 10.86.33.10 with SMTP id g10mr10396fgg.21.1244541259565; Tue, 09 Jun 2009 02:54:19 -0700 (PDT) In-Reply-To: References: Date: Tue, 9 Jun 2009 11:54:19 +0200 Message-ID: From: Jacques Fourie To: Putrycy Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-arm@freebsd.org Subject: Re: NANOBSD->ARM example ?! 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: Tue, 09 Jun 2009 10:14:54 -0000 > Hi everyone, > > =A0Id like to ask if you could possibly help me finding example of how to > create small version of > freebsd using nanobsd, using crosscompilation ? Im particullary intereste= d > in ARM architecture > as a target.I know it can be done using nanobsd, but im not sure if simpl= y > setting > TARGET, TARGET_ARCH, TARGET_CPUTYPE and TARGET_BIGENDIAN vars in > configuration file will > do the trick. It probably needs much more effort, maybe you'll be able to > help me. Thanks in advance. > > > > --- > Putrycy > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > The tools/tools/nanobsd/gateworks directory has some examples for building ARM nanobsd images. Jacques