From owner-freebsd-embedded@FreeBSD.ORG Tue Sep 18 14:02:58 2007 Return-Path: Delivered-To: freebsd-embedded@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32DDA16A421 for ; Tue, 18 Sep 2007 14:02:58 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id ECB8D13C494 for ; Tue, 18 Sep 2007 14:02:57 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.13.4) with ESMTP id l8IE0RYY028182; Tue, 18 Sep 2007 08:00:27 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 18 Sep 2007 08:00:43 -0600 (MDT) Message-Id: <20070918.080043.-1625879466.imp@bsdimp.com> To: marius.nuennerich@gmx.net From: "M. Warner Losh" In-Reply-To: <20070918115334.569521c1@sol.hackerzberg.local> References: <20070918115334.569521c1@sol.hackerzberg.local> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 18 Sep 2007 08:00:27 -0600 (MDT) Cc: freebsd-embedded@FreeBSD.ORG Subject: Re: Porting FreeBSD to the Neo1973 (arm920t) X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 14:02:58 -0000 In message: <20070918115334.569521c1@sol.hackerzberg.local> Marius Nuennerich writes: : Hi all, : : Andrew Turner and me are currently exploring what to do about getting : FreeBSD to run on the Neo1973. Andrew put up some first instructions : here: http://wiki.openmoko.org/wiki/FreeBSD : : Much information about the hardware can be found in that wiki. We are : currently stuck after loading the kernel because there is no : framebuffer driver (yet) and the uart is not working. : : I'm using qemu right now because I have no hardware yet. : : Any idea what to do next? How to get the uart working? And how to tell : the kernel to use it as console? It might also make sense to create a mkimage port. I have another AT91RM9200 board with uboot I'd like to be able to boot from... Warner