From owner-freebsd-arm@FreeBSD.ORG Tue May 13 16:13:02 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2ADCAF; Tue, 13 May 2014 16:13:02 +0000 (UTC) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) (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 4AD2325DA; Tue, 13 May 2014 16:13:02 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id w61so636534wes.12 for ; Tue, 13 May 2014 09:12: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=eVf6vt8uSWc3kJjDc2jDMnu2lJ0ftsJjl8ES6UcJ6zU=; b=iRJiI/kOH9d5zVozKgWANSpTfAEZsVzEkFXYC9ZXT5GsMd6/fg5aFgQBZyHVSk0yKG neZCvpak0ZByRsvhsJy11ISqKQ3j3Am3W9cSUBC3ZN2cZQO34SL0Ia30ewxZPgDEcop6 V1k+FrgYubhMpm5Ctmou2NGIRfyxfYeRl8pew4bQpUCFdnW5LjXASR8MNyn0VT5Sjkou VYQH5gj7Qd1Ij9pCCyu2xuGEuwJZXXFWeo/KMS08TjOH2fG+EUeq4g3s557pHqgfxPmP Tk26pxTnfrQEQhxcTnVvJ5bREi4rspVgQawRLMQfSSyRgPFZQFW7c1zU4fe2KGAhTEE0 UfMw== MIME-Version: 1.0 X-Received: by 10.194.57.38 with SMTP id f6mr3319840wjq.59.1399997579607; Tue, 13 May 2014 09:12:59 -0700 (PDT) Received: by 10.217.10.195 with HTTP; Tue, 13 May 2014 09:12:59 -0700 (PDT) In-Reply-To: <1399991632.56626.7.camel@revolution.hippie.lan> References: <5371E1F3.6080002@hot.ee> <1399987808.56626.2.camel@revolution.hippie.lan> <1399991632.56626.7.camel@revolution.hippie.lan> Date: Tue, 13 May 2014 12:12:59 -0400 Message-ID: Subject: Re: Patch to make BBB properly boot from eMMC every time From: Winston Smith To: Ian Lepore Content-Type: text/plain; charset=UTF-8 Cc: freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 16:13:02 -0000 On Tue, May 13, 2014 at 10:33 AM, Ian Lepore wrote: > Does your emmc come up as 8-bit reliably every time? I booted 4-5 times and it came up as 8-bit every time. Interestingly, there is a 15 hang right before it prints the emmc msg: uhub1: 1 port with 1 removable, self powered uhub0: 1 port with 1 removable, self powered ####### HANGS FOR 15 SECONDS ####### mmcsd1: 2GB at mmc1 48.0MHz/8bit/65535-block This is an older 11-CURRENT build from a week ago (r265338M; the M is from some i2c debugging I was doing).