From owner-freebsd-arm@FreeBSD.ORG Sun Dec 10 23:37:44 2006 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26C5616A505 for ; Sun, 10 Dec 2006 23:37:44 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0545843CED for ; Sun, 10 Dec 2006 23:35:49 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kBANZ4ev080444; Sun, 10 Dec 2006 16:35:04 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 10 Dec 2006 16:36:00 -0700 (MST) Message-Id: <20061210.163600.1102529578.imp@bsdimp.com> To: ticso@cicely.de, ticso@cicely12.cicely.de From: "M. Warner Losh" In-Reply-To: <20061210210127.GF54209@cicely12.cicely.de> References: <20061208.085456.-1548240230.imp@bsdimp.com> <20061208161425.GU54209@cicely12.cicely.de> <20061210210127.GF54209@cicely12.cicely.de> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 10 Dec 2006 16:35:04 -0700 (MST) Cc: freebsd-arm@freebsd.org Subject: Re: bootspi parameters 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: Sun, 10 Dec 2006 23:37:44 -0000 In message: <20061210210127.GF54209@cicely12.cicely.de> Bernd Walter writes: : On Fri, Dec 08, 2006 at 05:14:25PM +0100, Bernd Walter wrote: : > On Fri, Dec 08, 2006 at 08:54:56AM -0700, M. Warner Losh wrote: : > > In message: <20061208131314.GQ54209@cicely12.cicely.de> : > > Bernd Walter writes: : > > : It seems that you've put the boot commands into an external eeprom : > > : instead of the previously hardcoded values. : > > : Am I right with this assumption? : > > : Since I don't have an additional eeprom on board I'll still need : > > : hardcoded values - or put them into SPI-flash. : > > : > > What device are you booting from? : > : > currently network via bootspi. : > This works after updating as usual. : > Still no SD card however. : > : > Now I'm trying boot2 and SD card: : > MAC 0:e:42:2:0:21 : > : > Default: /boot/kernel/kernel.gz.tramp : > boot: : > No /boot/kernel/kernel.gz.tramp : > : > Default: /boot/kernel/kernel.gz.tramp : > boot: MAC 0:e:42:2:0:21 : > : > Default: /boot/kernel/kernel.gz.tramp : > boot: : : Strange - now that this is an UFS formated media: : MAC 0:e:42:2:0:21 : Not ufs : : Default: /boot/kernel/kernel.gz.tramp : boot: : No /boot/kernel/kernel.gz.tramp : : Default: /boot/kernel/kernel.gz.tramp : boot: : : I've found -DUFS1_ONLY in the boot2 Makefile. : Sounds like I should newfs the media and restart... That would help a lot... I did that originally to make things fit, but now that I've whacked a lot of the extra junk out of there we can likely remove it... Re 5MHz vs 30Mhz. I've had no reliability problems running at 30MHz on two different boards (two instances of the KB9202, and 4 different of our boards). Maybe there's a little noise introduced somehow that's throwing things off... Warner