From owner-freebsd-arm@FreeBSD.ORG Tue Feb 23 15:45:06 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 597321065670 for ; Tue, 23 Feb 2010 15:45:06 +0000 (UTC) (envelope-from toshi@ruby.ocn.ne.jp) Received: from smtp.ruby.ocn.ne.jp (ruby.ocn.ne.jp [61.207.12.164]) by mx1.freebsd.org (Postfix) with ESMTP id C03A98FC0A for ; Tue, 23 Feb 2010 15:45:05 +0000 (UTC) Received: from localhost (p6194-ipadfx01sizuokaden.shizuoka.ocn.ne.jp [219.160.179.194]) by smtp.ruby.ocn.ne.jp (Postfix) with ESMTP id D09692AD8; Wed, 24 Feb 2010 00:45:02 +0900 (JST) Date: Wed, 24 Feb 2010 00:45:01 +0900 (JST) Message-Id: <20100224.004501.193683767.toshi@ruby.ocn.ne.jp> To: matthias.rampke@googlemail.com From: SAITOU Toshihide In-Reply-To: <31d643301002230655u6fd16d66wfedc6fb33f0d87dc@mail.gmail.com> References: <31d643301002230334h17c03d0dg9f61b4ed9ae6724b@mail.gmail.com> <2CEFFBB0-CE3B-4157-B8BE-1DE5459BF663@semihalf.com> <31d643301002230655u6fd16d66wfedc6fb33f0d87dc@mail.gmail.com> X-GPG-fingerprint: 34B3 0B6A 8520 F5B0 EBC7 69F6 C055 9F8A 0D49 F8FC X-Mailer: Mew version 6.2.51 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org 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 15:45:06 -0000 In message: <31d643301002230655u6fd16d66wfedc6fb33f0d87dc@mail.gmail.com> Matthias Rampke writes: > 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. 1. put a kernel.bin into the FAT partition of a USB stick then Marvell>> usb start Marvell>> usb part Marvell>> fatls usb 0:1 Marvell>> fatload usb 0:1 0x900000 kernel.bin Marvell>> go 0x900000 2. You can boot the kernel from ffs partition if you reflash your u-boot with the followings: http://blog.springdaemons.com/2008/10/31/u-boot-ffs-ufs-support http://www.naobsd.org/sheeva/u-boot-rd88f6281Sheevaplug_400db_nand.bin Marvell>> usb start Marvell>> ffsload usb 0:2 0x900000 kernel.bin Marvell>> go 0x900000 in case of eSATA Sheeva: Marvell>> ide reset Marvell>> ffsls ide 1 / Marvell>> ffsload ide 1 0x900000 kernel.bin Marvell>> go 0x900000 And also, apply the pach to boot into multiuser mode. http://www.plugcomputer.org/plugwiki/index.php/File:Disable_forcedsingle.diff.gz SAITOU Toshihide