Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 2010 00:45:01 +0900 (JST)
From:      SAITOU Toshihide <toshi@ruby.ocn.ne.jp>
To:        matthias.rampke@googlemail.com
Cc:        freebsd-arm@freebsd.org
Subject:   Re: What is the state of FreeBSD on the SheevaPlug?
Message-ID:  <20100224.004501.193683767.toshi@ruby.ocn.ne.jp>
In-Reply-To: <31d643301002230655u6fd16d66wfedc6fb33f0d87dc@mail.gmail.com>
References:  <31d643301002230334h17c03d0dg9f61b4ed9ae6724b@mail.gmail.com> <2CEFFBB0-CE3B-4157-B8BE-1DE5459BF663@semihalf.com> <31d643301002230655u6fd16d66wfedc6fb33f0d87dc@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <31d643301002230655u6fd16d66wfedc6fb33f0d87dc@mail.gmail.com>
            Matthias Rampke <matthias.rampke@googlemail.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100224.004501.193683767.toshi>