From owner-freebsd-arm@FreeBSD.ORG Sun Apr 22 05:59:35 2012 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 BAE6D106564A; Sun, 22 Apr 2012 05:59:35 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 94EC18FC0C; Sun, 22 Apr 2012 05:59:35 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id q3M5x2Qw058944; Sun, 22 Apr 2012 05:59:02 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id idm27dc4wstrpricrhct4sempe; Sun, 22 Apr 2012 05:59:02 +0000 (UTC) (envelope-from tim@kientzle.com) Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: <281BC604-3A40-467E-9A88-146B2D084BFC@bluezbox.com> Date: Sat, 21 Apr 2012 22:59:02 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <281BC604-3A40-467E-9A88-146B2D084BFC@bluezbox.com> To: Oleksandr Tymoshenko X-Mailer: Apple Mail (2.1257) Cc: freebsd-arm@freebsd.org, Damjan Marion Subject: Re: beaglebone 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: Sun, 22 Apr 2012 05:59:35 -0000 On Apr 21, 2012, at 10:54 PM, Oleksandr Tymoshenko wrote: > On 2012-04-21, at 4:11 PM, Tim Kientzle wrote: >> On Apr 17, 2012, at 7:25 AM, Damjan Marion wrote: >>>=20 >>> I put together guide how to build bootable SD card with FreeBSD on = beaglebone. >>>=20 >>> = http://people.freebsd.org/~dmarion/beaglebone/creating_bootable_sd_card/ >>>=20 >> Your instructions should have buildworld before buildkernel. >>=20 >> In particular, buildworld constructs the cross-compile toolchain >> that buildkernel expects. >=20 > There is separate target for this "kernel-toolchain" Yes, there is. But you have to run "buildworld" anyway, so you may as well do that before buildkernel. Then you don't need any extra steps. Cheers, Tim