From owner-freebsd-arm@FreeBSD.ORG Wed Apr 16 02:10:31 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 34386E7D for ; Wed, 16 Apr 2014 02:10:31 +0000 (UTC) Received: from mail-ee0-x22e.google.com (mail-ee0-x22e.google.com [IPv6:2a00:1450:4013:c00::22e]) (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 BF94D1A95 for ; Wed, 16 Apr 2014 02:10:30 +0000 (UTC) Received: by mail-ee0-f46.google.com with SMTP id t10so8231264eei.19 for ; Tue, 15 Apr 2014 19:10:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=5Oy5Qo2MSePdFAsKZX5k0vKxwZ86Mj051ZblC4CgUrE=; b=HpJ6MqFZYLAi+P4Di2+xjh0UxhUMGSQkoXs1fpFtdjAQ0uVSWPdfZx4UL9oLDOnbdY jDB9ABT0tiNecJk0QHApXHmoikKlxQqUXiSiJgFqOUJDJurT17LSt6FdVuuf2Y/Bhmhe 3BOvN+kNjeODle8Wcj0RWgFrTJIKjT/IRptXY0ql2taOmrfluXHgZjuksRLCwFjrBETY Dg/gMS+NKN5XnyyYc/F6kkWK6Dfat9/tdgI2ngcCin/oMcCVK+IQSLj7awE810PrP5l6 wkmAqQOhHItg2DP+B33riRECAQ0FCFounOb5qX2jv0polMp0O8BPC6dMkXqWpOmTRpGw CiaA== X-Received: by 10.15.43.77 with SMTP id w53mr1295196eev.10.1397614228048; Tue, 15 Apr 2014 19:10:28 -0700 (PDT) Received: from ketas-laptop.mydomain (ketas-laptop6.si.pri.ee. [2001:ad0:91f:0:21a:6bff:fe66:2ad3]) by mx.google.com with ESMTPSA id p8sm53509749eef.26.2014.04.15.19.10.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Apr 2014 19:10:25 -0700 (PDT) Sender: Sulev-Madis Silber Message-ID: <534DE68D.3020906@hot.ee> Date: Wed, 16 Apr 2014 05:10:21 +0300 From: "Sulev-Madis Silber (ketas)" User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: freebsd-arm Subject: BBB boot is flaky lately Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: Wed, 16 Apr 2014 02:10:31 -0000 Hello. I have many issues booting my BBB lately. Currently using r264282 Not only I get weird eMMC detection issues (1/4/8bit bus) and even failed boots (when device is not found at all): random boot #1: ------------------------------------------------------------- mmcsd0: 2GB at mmc0 48.0MHz/8bit/65535-block ------------------------------------------------------------- random boot #2: ------------------------------------------------------------- mmcsd0: 2GB at mmc0 48.0MHz/1bit/65535-block ------------------------------------------------------------- random boot #3: ------------------------------------------------------------- mmcsd0: 2GB at mmc0 48.0MHz/4bit/65535-block ------------------------------------------------------------- Now, I managed to get this (once): ------------------------------------------------------------- cpsw0: <3-port Switch Ethernet Subsystem> mem 0x4a100000-0x4a103fff irq 40,41,42,43 on simplebus0 cpsw0: CPSW SS Version 1.12 (0) cpsw0: Initial queue size TX=128 RX=384 cpsw0: Ethernet address: c8:a0:30:ad:93:a8 cpsw0: Failed to read from PHY. cpsw0: attaching PHYs failed vm_fault(0xc08b0c50, 0, 1, 0) -> 1 Fatal kernel mode data abort: 'Translation Fault (S)' trapframe: 0xc0996af0 FSR=00000005, FAR=00000018, spsr=80000193 r0 =c288d280, r1 =00000000, r2 =00000019, r3 =60000193 r4 =00000000, r5 =c288d280, r6 =00000006, r7 =c04d7964 r8 =c288d280, r9 =c28e828c, r10=c28e60c8, r11=c0996b50 r12=00000000, ssp=c0996b40, slr=c04f8af4, pc =c0344164 panic: Fatal abort Uptime: 1s Automatic reboot in 15 seconds - press a key on the console to abort Rebooting... ------------------------------------------------------------- After reboot, problem persists, needs HW reset to successfully boot up. Any ideas? Thanks.