From owner-freebsd-arm@FreeBSD.ORG Mon Feb 16 10:29:35 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 ACC142AA for ; Mon, 16 Feb 2015 10:29:35 +0000 (UTC) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (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 7616F129 for ; Mon, 16 Feb 2015 10:29:35 +0000 (UTC) Received: by mail-ob0-f181.google.com with SMTP id vb8so40760881obc.12 for ; Mon, 16 Feb 2015 02:29:34 -0800 (PST) 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=caAsHol55qi6P24xsXIZuqx+V2sbjHTrrnZBw06SRxU=; b=Xos8fbLgDgtENoHrj0/pnzMiM78b5GOJo0NlPf7ZAgk55vHvE1pKP1sxawfkyLiqqX wamdkihG6iKSxCfiUGDJSDcKO1Xww7r6iucBXRw+Ypd10fJhqPp2sxgW4BeCw3MxRjZ+ BnjedGsKdmYZUynIpVvR1k50y/6uqjJhv1pYDFI4Sr4orv4A3gxG+I3Y/WqJz8rEyCr1 4V5SHCZddp+gwwBkGmKfnvsnQbxsSUOIqvlWGjOoFcjraHPpLdBCUU9MqKSD+cpZJ7D6 E8JiUi5U+aTniQgp7cQzLAaEWgNNJd2PO9jHTteJtShc8FvUZOIFtGIa5/rMgkZwUMw8 gICg== MIME-Version: 1.0 X-Received: by 10.202.221.84 with SMTP id u81mr13949049oig.71.1424082574744; Mon, 16 Feb 2015 02:29:34 -0800 (PST) Received: by 10.182.13.33 with HTTP; Mon, 16 Feb 2015 02:29:34 -0800 (PST) In-Reply-To: <201502151615.t1FGFRZs011874@jwlab.FEITH.COM> References: <201502151615.t1FGFRZs011874@jwlab.FEITH.COM> Date: Mon, 16 Feb 2015 18:29:34 +0800 Message-ID: Subject: Re: Initial Amlogic aml8726-m6 and aml8726-m8 support files From: Ganbold Tsagaankhuu To: John Wehle Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-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: Mon, 16 Feb 2015 10:29:35 -0000 On Mon, Feb 16, 2015 at 12:15 AM, John Wehle wrote: > > It seems better, but still panics. > > > > http://pastebin.ca/2928101 > > 1) What's the exact manufacturer and model of the SD Card? > It says SanDisk 4GB class 4 micro SDHC. > > 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. > > Ok. thanks, Ganbold > -- John > >