From owner-freebsd-arm@freebsd.org Thu Jul 16 18:17:20 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBA309A3B29 for ; Thu, 16 Jul 2015 18:17:20 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-yk0-x22d.google.com (mail-yk0-x22d.google.com [IPv6:2607:f8b0:4002:c07::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E20610EE; Thu, 16 Jul 2015 18:17:20 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: by ykdu72 with SMTP id u72so70954260ykd.2; Thu, 16 Jul 2015 11:17:19 -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:content-transfer-encoding; bh=//OyeMim68pQubGY4YEAtxK7lygBiROGvdLvEowQAvY=; b=qM1tnG1p+mmK8i96ctpyM0vuvHS0dtDniYwVybDHi+20zJWwSbp9BI7/xMTX43dEUZ Oa2TuwnUR2MeTBsbk9qTesBMYtrfaU3NQguds3Y7Gaui7aPEnmgMWHJaoxzzSol9Gtkc D2VwvhOtzdTVmNNVZznGbfGvJfkEANPBHI7CnfBmwu1rUYapcNSkrZ1EObAmSI4RNDM/ GSJe4N3OjpieNln5JyGBmj9ZXfMsYGVgOMfK/wpdybfvFA/fIC5qwnVVqF8EY4rX5vIK F1A3u8954VV5NZTWH4AkajKiBVjECekmd/+Z7OWr2S6YE+bbd4j+oSJvvu1v74VfKdGY KdHQ== MIME-Version: 1.0 X-Received: by 10.129.53.74 with SMTP id c71mr10868906ywa.50.1437070639745; Thu, 16 Jul 2015 11:17:19 -0700 (PDT) Received: by 10.13.198.135 with HTTP; Thu, 16 Jul 2015 11:17:19 -0700 (PDT) In-Reply-To: <20150716142329.4387b29de5d7fc9a2a9c27ab@strcmp.org> References: <55A5A3F4.7040105@foxvalley.net> <20150716142329.4387b29de5d7fc9a2a9c27ab@strcmp.org> Date: Thu, 16 Jul 2015 15:17:19 -0300 Message-ID: Subject: Re: SDHC errors during boot on RPi2 (11.0-CURRENT) From: Luiz Otavio O Souza To: "freebsd-arm@freebsd.org" Cc: Warner Losh Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2015 18:17:20 -0000 On 16 July 2015 at 09:23, Andreas Schwarz wrote: > On Wed, 15 Jul 2015 21:17:21 -0600 > Warner Losh wrote: > >> > On Jul 14, 2015, at 6:06 PM, Dan Raymond wrote: >> > >> > Is anyone else getting these errors during every boot? I'm running r2= 85346. >> >> I=E2=80=99ve been running on the RPi2 for some time and have never seen = this. I haven=E2=80=99t >> rebuild in the past few weeks though. >> >> Does this happen on either SD cards? Or other versions of the kernel? > > I've the same output (using generic RPI2 kernel conf). This is a side effect of r283128, if you comment that line that re-select the card, CMD7 won't fail. This also affects the MMC controller on Allwinner SoCs. Luiz