From owner-freebsd-arm@FreeBSD.ORG Wed Sep 1 21:03:31 2010 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC6651065697 for ; Wed, 1 Sep 2010 21:03:31 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 9DA868FC15 for ; Wed, 1 Sep 2010 21:03:31 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id D1F88485; Wed, 1 Sep 2010 16:47:15 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute3.internal (MEProxy); Wed, 01 Sep 2010 16:47:15 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:cc:subject:message-id:in-reply-to:references:mime-version:content-type:content-transfer-encoding; s=smtpout; bh=BMfqVO3TW0OWVsgIyjzqL0wJ72Y=; b=E3IaLyQ7vzBwmTKDg8Kjyhn/XMBrLyp22FlRcOuGK19kipMk59eWjRKWHOibTGPLO4jmrvpaczKIqKr3Lqj4VPeoRi5PRPuzGhVKBFRaGXxvQsE77Y2KDoXcMsVCWUqwguS2G3QEv4WoMbsl2pTXPn9bt4a0EVfYQ0nsD/aHQcQ= X-Sasl-enc: 3AA9XOX5AyCx4iNdxCVaScinEuwDs1aJgGaq33XqcVDh 1283374035 Received: from localhost (97.242.69.111.dynamic.snap.net.nz [111.69.242.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 978DF5EED2A; Wed, 1 Sep 2010 16:47:14 -0400 (EDT) Date: Thu, 2 Sep 2010 08:47:12 +1200 From: Andrew Turner To: Stacy Millions Message-ID: <20100902084712.758ea75d@fubar.geek.nz> In-Reply-To: <4C7EA8D3.8010807@millions.ca> References: <4C7EA8D3.8010807@millions.ca> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.0) X-Pirate: Arrrr Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: arm@freebsd.org Subject: Re: Openmoko FreeRunner 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: Wed, 01 Sep 2010 21:03:31 -0000 On Wed, 01 Sep 2010 13:26:11 -0600 Stacy Millions wrote: > I finally broke down and bought a debug board for my freerunner. > After a day of futzing about I have it running -current in single > user mode. A log of the kernel messages is here > http://www.millions.ca/~stacy/freebsd/freerunner/20100831boot.txt I have run FreeBSD on my FreeRunner. I have other development boards I use for development though as they provide easier access. > > The todo list is a little overwhelming and I'm not sure what to > tackle first (I also don't have a lot of free time at the moment but > I could not resist the new gadget :-) ... Have a look at [1]. For getting the FreeRunner booting a working MMC/SD driver would be nice. I have a partially working driver but get timeouts. > NAND would be nice... even without a nand friendly file system having > access to a root file system stored on the nand would make life > easier. Heck, it might even boot into multi user mode if it had all > the files it needed... There is work on getting a NAND flash driver for FreeBSD. I don't expect to be able to run a file system on NAND flash any time soon though as the framework details are still being worked on. > USB in cdce device mode could give me NFS. I don't know if there is support for FreeBSD as a USB device. If there is an s3c24x0 driver would need to be written for it. Andrew [1] http://wiki.freebsd.org/FreeBSDs3c24xx