From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 16 00:44:36 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71F3E106566B for ; Mon, 16 Jan 2012 00:44:36 +0000 (UTC) (envelope-from freebsd@damnhippie.dyndns.org) Received: from qmta05.emeryville.ca.mail.comcast.net (qmta05.emeryville.ca.mail.comcast.net [76.96.30.48]) by mx1.freebsd.org (Postfix) with ESMTP id 536538FC15 for ; Mon, 16 Jan 2012 00:44:35 +0000 (UTC) Received: from omta21.emeryville.ca.mail.comcast.net ([76.96.30.88]) by qmta05.emeryville.ca.mail.comcast.net with comcast id N0bl1i0011u4NiLA50kb8h; Mon, 16 Jan 2012 00:44:35 +0000 Received: from damnhippie.dyndns.org ([24.8.232.202]) by omta21.emeryville.ca.mail.comcast.net with comcast id N0kZ1i00q4NgCEG8h0kaCF; Mon, 16 Jan 2012 00:44:35 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id q0G0iW7S003210; Sun, 15 Jan 2012 17:44:32 -0700 (MST) (envelope-from freebsd@damnhippie.dyndns.org) From: Ian Lepore To: Tim Kientzle In-Reply-To: <8156C9AF-3550-482F-8485-C7D0DA2EB8A0@freebsd.org> References: <8156C9AF-3550-482F-8485-C7D0DA2EB8A0@freebsd.org> Content-Type: text/plain Date: Sun, 15 Jan 2012 17:44:31 -0700 Message-Id: <1326674671.1669.2.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.26.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-hackers Subject: Re: BeagleBone? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2012 00:44:36 -0000 On Sun, 2012-01-15 at 16:05 -0800, Tim Kientzle wrote: > Just got a BeagleBone in the mail and so far, it seems like fun: > * Under $100 > * Relatively modern Cortex-A8 ARM CPU (TI AM3358) > * Built-in Ethernet, USB console, etc. > > So far, I've gotten console access from my FreeBSD > laptop and am starting to tinker with a nanobsd-like > script to build a bootable SD image. (By copying the > MLO and u-boot.img files; nothing FreeBSD-specific yet.) > > Next step: Compile the arm/uboot boot loader and > see if I can get that to load and run. > > Anyone else tinkering with one of these? Any > hints? ;-) > > Tim The freebsd-arm list would be the place for info. There's still work to do to get FreeBSD running on a Cortex-A8, last I heard. -- Ian