From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C233DE00348 for ; Fri, 3 May 2013 08:47:29 -0700 (PDT) Received: by mail-da0-f54.google.com with SMTP id u36so854044dak.27 for ; Fri, 03 May 2013 08:47:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding:x-gm-message-state; bh=jTk+xVaVHGGJFEMHDwnO2tFiL+fXCXb3/CIls3iUykQ=; b=Krb8HHkTIGGimJPQiZ2YVDZUYhFb/PXGGhP4AxBUgBhi6OlGhqI2O94/AvIdVEMAaB sBxFsWerCW67+kCqxjFAGwvvyOrpvU7AbNuxqt5Kl51z+2o/LynC/wrhZ3952OKYCJCN h3ccfDq4PKYNiY10I0Sw2tMRoRMz91ovqaXHjkgGodTscmH+XAwqoXThA8kLN+p4IET2 DPAXkG55AS4qcsZwykezWkg2iITG8ME2D+MOX5wGNEqMnDPobwb5mgCGeCKnNCKiK8qC SExudz33DsWpzSjdmPg7/FTwcfR7RfBofjSbkVNMyTb6mmcUS1kDavfMB3hYCGHTNRjV TuOQ== X-Received: by 10.66.139.167 with SMTP id qz7mr15119089pab.148.1367596049557; Fri, 03 May 2013 08:47:29 -0700 (PDT) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPSA id ri8sm1052098pbc.3.2013.05.03.08.47.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 03 May 2013 08:47:28 -0700 (PDT) Message-ID: <5183DC0D.5040508@boundarydevices.com> Date: Fri, 03 May 2013 08:47:25 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Shinkyu Kang References: In-Reply-To: X-Gm-Message-State: ALoCoQkc3ded9/cDnlv2atUBCsitemeSwtxFHK82TI+j3Hqbwladu3oNIcd4oaSB4QA8kO6GtBEY Cc: meta-freescale Subject: Re: [IMX6Q Sabre Lite, Linux 3.4.34] Booting is failed in calibrate_delay_converge(). X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 15:47:29 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Shikyu, On 05/02/2013 10:32 PM, Shinkyu Kang wrote: > Using IMX6Q SABRE Lite Ev. Board (Boundary Device) Rev. C, > the kernel 3.4.34 works correctly, but Rev D doesn't work. > What is the deferences between Rev. C and Rev. D. of hardware? > Best Regards, > Shinkyu We switched CAN transceivers from the Freescale MC33902 to the NXP TJA1040 (Freescale announced EOL on theirs): We have code to detect the two here: https://github.com/boundarydevices/linux-imx6/blob/boundary-imx_3.0.35_1.1.1/arch/arm/mach-mx6/board-mx6q_sabrelite.c#L1289 Regards, Eric