From owner-freebsd-arm@FreeBSD.ORG Wed Sep 26 19:05:41 2012 Return-Path: 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 ACC071065673 for ; Wed, 26 Sep 2012 19:05:41 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id 393FE8FC1E for ; Wed, 26 Sep 2012 19:05:40 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 320757405 for freebsd-arm@freebsd.org; Wed, 26 Sep 2012 21:00:32 +0200 From: Hans Petter Selasky To: freebsd-arm@freebsd.org Date: Wed, 26 Sep 2012 21:01:55 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <506327AD.8030103@gmail.com> <201209261928.37018.hselasky@c2i.net> <201209261955.42641.hselasky@c2i.net> In-Reply-To: <201209261955.42641.hselasky@c2i.net> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201209262101.55283.hselasky@c2i.net> Subject: Re: Unable to boot Pi successfully with ethernet interface configured 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: Wed, 26 Sep 2012 19:05:41 -0000 On Wednesday 26 September 2012 19:55:42 Hans Petter Selasky wrote: > On Wednesday 26 September 2012 19:28:36 Hans Petter Selasky wrote: > > On Wednesday 26 September 2012 19:09:37 Sevan / Venture37 wrote: > > > On 26/09/2012 17:24, Hans Petter Selasky wrote: > > > > Hi, > > > > > > > > Is this the latest 10-current? > > > > > > > > There has been some changes in this area recently. > > > > > > > > --HPS > > > > > > Sorry my bad, I meant to post the rev number too, yes, the latest code, > > > updated src last night & built a fresh world & kernel, followed up > > > again thin afternoon post r240956 with a new kernel build. I can send > > > through exact revision number later once I have everything setup again > > > if needed. > > > > Is it possible to provide me your kernel.bin so that I might reproduce > > and is this the default RPI-B ? > > I was able to reproduce the issue. Looks like a problem in the USB DWC OTG > chipdriver. > Hi, Can you try using this patch: http://svn.freebsd.org/changeset/base/240969 --HPS