From owner-freebsd-arm@FreeBSD.ORG Tue Feb 23 16:49:36 2010 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 B5EF0106566B for ; Tue, 23 Feb 2010 16:49:36 +0000 (UTC) (envelope-from naoki@fukaumi.org) Received: from mail.naobsd.org (w250181.ppp.asahi-net.or.jp [121.1.250.181]) by mx1.freebsd.org (Postfix) with ESMTP id 4E3E68FC19 for ; Tue, 23 Feb 2010 16:49:36 +0000 (UTC) Received: from sh8.naobsd.org ([192.168.1.183]) (authenticated bits=0) by mail.naobsd.org (8.13.6.20060614/8.13.6) with ESMTP id o1NGNAON024970 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 24 Feb 2010 01:23:14 +0900 (JST) Date: Wed, 24 Feb 2010 01:22:19 +0900 Message-ID: <871vgbvs5g.wl%naoki@fukaumi.org> From: FUKAUMI Naoki To: freebsd-arm@freebsd.org In-Reply-To: <31d643301002230655u6fd16d66wfedc6fb33f0d87dc@mail.gmail.com> References: <31d643301002230334h17c03d0dg9f61b4ed9ae6724b@mail.gmail.com> <2CEFFBB0-CE3B-4157-B8BE-1DE5459BF663@semihalf.com> <31d643301002230655u6fd16d66wfedc6fb33f0d87dc@mail.gmail.com> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i386--netbsdelf) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: Re: What is the state of FreeBSD on the SheevaPlug? 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: Tue, 23 Feb 2010 16:49:36 -0000 hello just FYI, At Tue, 23 Feb 2010 15:55:06 +0100, Matthias Rampke wrote: > Netbooting is not really a (permanent) solution for me, since if I had > a NFS server permanently on, I'd have no need for a SheevaPlug ... > I'll see what I can get to USB-wise. > > Rafal: is the SD driver available as a patch, as long as it's not in > the main tree? Being able to boot from SD cards would be an almost > ideal solution, second only to internal flash (which is still way off > due to lack of a NAND filesystem, I know). Some SheevaPlug variants have eSATA port. http://www.newit.co.uk/store/index.php?main_page=product_info&products_id=13 http://www.kuroutoshikou.com/modules/display/?iid=1440 (out of stock) If you have SheevaPlug rev. 1.3, you can add eSATA port :) http://plugcomputer.org/plugforum/index.php?topic=927.0 to use eSATA port, add following lines to kernel config. +device ata +device atadisk of course, don't forget "noclusterr" and "noclusterw" mount options. -- FUKAUMI Naoki