From owner-freebsd-arm@FreeBSD.ORG Sat Dec 6 15:50:12 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46A34D18 for ; Sat, 6 Dec 2014 15:50:12 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::5]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFD63FC3 for ; Sat, 6 Dec 2014 15:50:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1417880984; l=1458; s=domk; d=ulrich-grey.de; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References: In-Reply-To:Subject:Cc:To:From:Date; bh=zE8s4kVkv0kjxu4xT2gibALba+4=; b=YMnwSAsZ6Q3vlUFfGr1g1TDguLkeyafe25GWJtyizVbCeo5YaguVLubF4b/RrDu2YRz VQGgKk79saLj/zozwGDAyuKTN/Sj4tSNM80Z+O32eP/Jh7rHPaAUzowid4lQveNF+uhvM eSCg17SNylSMEXjrxF7AEAUZhXtTTBkM54w= X-RZG-AUTH: :OX8Be0W8W+pMC3rDLL/lo2xV/LZTbZkYhOcjg8suic3iYr/B8J9Lzp3TJg47sMv7paI= X-RZG-CLASS-ID: mo00 Received: from quad (p54868A37.dip0.t-ipconnect.de [84.134.138.55]) by smtp.strato.de (RZmta 36.2 DYNA|AUTH) with ESMTPSA id L01e7cqB6FnY9HJ (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate); Sat, 6 Dec 2014 16:49:34 +0100 (CET) Date: Sat, 6 Dec 2014 15:49:33 +0000 From: Ulrich Grey To: Luiz Otavio O Souza Subject: Re: Booting Beagle Board Black fails. Message-Id: <20141206154933.b3b2c699c0db491117b5d287@ulrich-grey.de> In-Reply-To: References: <20141204180208.7f1f05ca30e779e1a859abda@ulrich-grey.de> <20141205171355.6a18710d8dbd7af9c8fa02bf@ulrich-grey.de> Organization: - X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.25; armv6-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 15:50:12 -0000 I have applied the patch (I had to use the -l option). Now the BBB is booting successfully (r275482). Regards Ulrich ----------------------------------------------- On Sat, 6 Dec 2014 10:41:47 -0200 Luiz Otavio O Souza wrote: > On 5 December 2014 at 15:13, Ulrich Grey wrote: > > I tried it with current, revision 275482: > > # > > FreeBSD/armv6 U-Boot loader, Revision 1.2 > > (root@noname.privat, Thu Dec 4 23:55:39 CET 2014) > > > [...] > > musbotg0: mem 0x47400000-0x47400fff,0x > > 47401000-0x474012ff,0x47401300-0x474013ff,0x47401400-0x474017ff,0x47401800-0x474 > > 01aff,0x47401b00-0x47401bff,0x47401c00-0x47401fff irq 17,18,19 on simplebus0 > > musbotg0: TI AM335X USBSS v0.0.13 > > Fatal kernel mode data abort: 'External Non-Linefetch Abort (S)' > > trapframe: 0xc0816d08 > > FSR=00001008, FAR=ffa00010, spsr=40000193 > > r0 =00000000, r1 =ffa00000, r2 =00000010, r3 =c054bd10 > > r4 =c29b1e80, r5 =c2ad4000, r6 =c2ad63d0, r7 =c2ad63ec > > r8 =c0680a30, r9 =c0709680, r10=00000020, r11=c0816d98 > > r12=c054bd28, ssp=c0816d58, slr=c056b484, pc =c054bd10 > > Ulrich, > > Could you try this: http://pastebin.com/k69CFxyy > > For some reason (only happens with USB) we have to wait a bit to read > from controller registers after issuing a reset and this doesn't > affect everyone only a few people have seen this here and there. > > HTH, > Luiz