From owner-freebsd-arm@FreeBSD.ORG Sat Apr 26 22:18:01 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0EAD0ECD for ; Sat, 26 Apr 2014 22:18:01 +0000 (UTC) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D4D71AEA for ; Sat, 26 Apr 2014 22:18:00 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id u57so141665wes.31 for ; Sat, 26 Apr 2014 15:17:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Sir3+hBItxOaONegrbQtudGookXH+iNdVoszgEkp7mE=; b=z2OWOP6fsdK+I3czZV1yIoWgxUskbPCx9diSD6tjBpX0wf8XK0t07nEtCF46m2SqWj Yzbw7a0TvAXf3mWpQWRT17W5L8jGBed9QtrUkTunpiD6vyN0+9nM112lSX/LdzLcTOJT wKmtGQWZ0nYPzdAMDsYQSKm2JJf5nKXeZlNiER+5+XgAD/4Olu+NabDGd6Ydomgmb8Cp DzYWT1R2RUYuBEdTg/AhEysbU5TSBG2yRnuPl3mlJLaVjOynK3c6BoLv/X2be9TQB7Mn 4KRphDmb+7Oin+WV2k1P8Ce5LbpeRW+gFva9roCo3o979pNsA0V3SBJFQ0D2HeCJzoue GX/w== MIME-Version: 1.0 X-Received: by 10.180.228.42 with SMTP id sf10mr8952480wic.33.1398550678935; Sat, 26 Apr 2014 15:17:58 -0700 (PDT) Received: by 10.217.10.195 with HTTP; Sat, 26 Apr 2014 15:17:58 -0700 (PDT) In-Reply-To: References: Date: Sat, 26 Apr 2014 18:17:58 -0400 Message-ID: Subject: Re: BBB 1GHz patches for u-boot 2014-01 From: Winston Smith To: fabiodive Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD ARM , Xuebing Wang X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 22:18:01 -0000 I saw something similar, but it didn't panic: sdhci_ti1-slot0: Got data interrupt 0x00100000, but there is no active command. sdhci_ti1-slot0: ============== REGISTER DUMP ============== sdhci_ti1-slot0: Sys addr: 0x00000000 | Version: 0x00003101 sdhci_ti1-slot0: Blk size: 0x00000200 | Blk cnt: 0x00000000 sdhci_ti1-slot0: Argument: 0x06c8d600 | Trn mode: 0x0000183a sdhci_ti1-slot0: Present: 0x01e70000 | Host ctl: 0x00000004 sdhci_ti1-slot0: Power: 0x0000000d | Blk gap: 0x00000000 sdhci_ti1-slot0: Wake-up: 0x00000000 | Clock: 0x00000007 sdhci_ti1-slot0: Timeout: 0x0000000d | Int stat: 0x00000000 sdhci_ti1-slot0: Int enab: 0x017f00fb | Sig enab: 0x017f00fb sdhci_ti1-slot0: AC12 err: 0x00000000 | Slot int: 0x00000000 sdhci_ti1-slot0: Caps: 0x06e10080 | Max curr: 0x00000000 sdhci_ti1-slot0: =========================================== mmcsd1: Error indicated: 1 Timeout I think perhaps FreeBSD-CURRENT is a bit too bleeding edge ... I have been trying to get 10-STABLE to work, it's fine on the SD card, but it hangs during boot on the eMMC. However 11-CURRENT boots ok on the eMMC, but has issues like this. -W.