From owner-freebsd-arm@FreeBSD.ORG Sun Feb 15 16:15:55 2015 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 00142B83 for ; Sun, 15 Feb 2015 16:15:54 +0000 (UTC) Received: from feith1.FEITH.COM (feith1.FEITH.COM [192.251.93.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A01F3A0E for ; Sun, 15 Feb 2015 16:15:54 +0000 (UTC) Received: from jwlab.FEITH.COM (jwlab.FEITH.COM [192.251.93.16]) by feith1.FEITH.COM (8.14.5+Sun/8.12.9) with ESMTP id t1FGFVlt012490; Sun, 15 Feb 2015 11:15:31 -0500 (EST) (envelope-from john@jwlab.FEITH.COM) Received: from jwlab.FEITH.COM (localhost [127.0.0.1]) by jwlab.FEITH.COM (8.14.5+Sun/8.14.5) with ESMTP id t1FGFV6t011875; Sun, 15 Feb 2015 11:15:31 -0500 (EST) Received: (from john@localhost) by jwlab.FEITH.COM (8.14.5+Sun/8.14.5/Submit) id t1FGFRZs011874; Sun, 15 Feb 2015 11:15:27 -0500 (EST) Date: Sun, 15 Feb 2015 11:15:27 -0500 (EST) From: John Wehle Message-Id: <201502151615.t1FGFRZs011874@jwlab.FEITH.COM> To: ganbold@gmail.com Subject: Re: Initial Amlogic aml8726-m6 and aml8726-m8 support files MIME-Version: 1.0 Content-Type: text/plain X-DCC-dmv.com-Metrics: feith1; whitelist X-Scanned-By: MIMEDefang 2.67 on 192.251.93.1 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: Sun, 15 Feb 2015 16:15:55 -0000 > It seems better, but still panics. > > http://pastebin.ca/2928101 1) What's the exact manufacturer and model of the SD Card? 2) At the top of aml8726_mmc.h are: #define AML_MMC_READ_TIMEOUT 100000 #define AML_MMC_WRITE_TIMEOUT 500000 which control the timeouts. You can try doubling them to see if that helps. 3) Try a different make / model SD Card. -- John