From owner-freebsd-arm@FreeBSD.ORG Mon Oct 10 09:42:34 2011 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 CB472106564A for ; Mon, 10 Oct 2011 09:42:34 +0000 (UTC) (envelope-from matthieu.kraus@s2008.tu-chemnitz.de) Received: from cora.hrz.tu-chemnitz.de (cora.hrz.tu-chemnitz.de [134.109.228.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7D1E28FC1F for ; Mon, 10 Oct 2011 09:42:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tu-chemnitz.de; s=dkim2010; h=Content-Transfer-Encoding:Content-Type:Mime-Version:Date:Subject:Cc:To:From:Message-ID:References; bh=yQyt3yqY+v5k/6xJLFQJloVACdTkFYUJYKnxuyfw6Dc=; b=Fr+ruWLNWZM2sqkLFy/sg2M2Xe0E/ON4lZ5pLzW8Yb0vovysjSa8WQGcVcw/H0GlrGxeGoQ0YGkCb1fWLzhgQjltXyXCtzbB73GjaKZW/eOtASbEkdNhKi/t9l3oI8QSrBg3oOFVvDpjA/25KTs59RXYYiQPu0/0uoOFpaJjN80=; Received: from pat.hrz.tu-chemnitz.de ([134.109.133.4] helo=mailbox.hrz.tu-chemnitz.de) by cora.hrz.tu-chemnitz.de with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RDCNU-0002GP-Ps; Mon, 10 Oct 2011 11:42:32 +0200 Received: from rlydontknow.csn.tu-chemnitz.de ([134.109.92.98] helo=rlydontknow) by mailbox.hrz.tu-chemnitz.de with esmtps (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from ) id 1RDCNU-0007j2-NO; Mon, 10 Oct 2011 11:42:32 +0200 References: <20110930120022.4ABAA10656A7@hub.freebsd.org> <20110930173253.55166lqso9c8zvad@mail.tu-chemnitz.de> <4E86DBCD.6020909@swin.edu.au> <20111001122747.20873v82axd8cq3n@mail.tu-chemnitz.de> <4E8AB87C.7080202@swin.edu.au> <4E8CD2B6.1070909@swin.edu.au> Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Matthieu Kraus To: mrossi@swin.edu.au Date: Mon, 10 Oct 2011 09:42:32 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit X-Scan-Signature: c4e529ea06550f8ae756d457c1b9e21b Cc: freebsd-arm@freebsd.org Subject: Re: GlobalScale DreamPlug + FreeBSD 8.2 release 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: Mon, 10 Oct 2011 09:42:34 -0000 Mattia Rossi writes: > On 04/10/11 22:38, Matthieu Kraus wrote: >> make sure to issue "usb start" in u-boot prior to booting the kernel, >> else it'll fail to start uhci properly and stalls >> > > Cool! I can boot it now! I wonder how the hell someone should find out > about this tweak though. > > I'm able to boot the kernel via TFTP and world from NFS. I found that my > 1G external SD/MMC card is recognized by the kernel as da1s1 and the > internal NAND flash shows up as da0s1 after formatting. note that it's not a NAND flash as standard boot device in the dreamplug, it's another SD card that can even be exchanged by opening the plug (see the user guide for further instructions on how to do that) > > Currently I'm trying to install world on the internal NAND, but it seems > to be extremely slow for writes, so it's taking ages to untar the tarball. > > I've also tried to get the kernel down to 700KB to be able to put it on > the NOR flash, but no chance. So next step is to find out how to load > loader through u-boot and hopee that it's able to recognize the SD card > or the internal NAND to boot from it. > > Mat >