From owner-freebsd-arm@FreeBSD.ORG Mon Apr 23 01:37:26 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 3B803106566B; Mon, 23 Apr 2012 01:37:26 +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 167AA8FC1A; Mon, 23 Apr 2012 01:37:25 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id q3N1bJWp062793; Mon, 23 Apr 2012 01:37:19 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id x5uevkckh9a5hpcjibj9hrb8de; Mon, 23 Apr 2012 01:37:19 +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: Date: Sun, 22 Apr 2012 18:37:17 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: freebsd-arm@freebsd.org X-Mailer: Apple Mail (2.1257) Cc: 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: Mon, 23 Apr 2012 01:37:26 -0000 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 > It is still work in progress, so ethernet driver is not complete and = USB support is missing. I assembled a shell script to automate building a FreeBSD disk image for BeagleBone: https://github.com/kientzle/freebsd-beaglebone It should make it very easy for people to build working images. You should be able to get started by just: * Cloning the project above onto a recent FreeBSD-CURRENT desktop. * sudo /bin/sh beaglebsd.sh The script will prompt you for everything it needs, including downloading the necessary source code. Tim