From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f193.google.com (mail-wi0-f193.google.com [209.85.212.193]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1E3B8E00C72 for ; Fri, 4 Apr 2014 17:04:31 -0700 (PDT) Received: by mail-wi0-f193.google.com with SMTP id n15so757147wiw.8 for ; Fri, 04 Apr 2014 17:04:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=9KSVXS85ZVtayyJF8zfKXRfSuprVpAAtYI986BF5eKE=; b=SzKiBd/Yh39znV6nWC0M843O62JopfJjX8uvr32KdWK45Sg+9cvHcaQBMkkTBOtpAo dkgCM2Rja8/4ns046VxkR6Zzjh5naWdzN4LAT/6b2UVlO0+sB38gTM60vGghUK2+8nUn BfoMtQcdqyeoeSjNCnw/eFMUlTCTHC6NzdXQZDHdJ324jB0tNkyX/3Vr60rFpKdCoxzy Q1yoTC+hb+cIxhS+1ecJX07Bs8tT9VLj9EtAP0c/o3jZc+2oNZM5q5Q+Xjztat5y7eQu lXDQehFdVQ/RhB61hH91tTfXRAdr+POO7q6cab9qumycs/MlJbH43l/FbrFOnDfMCxYo 9EcA== X-Received: by 10.180.90.50 with SMTP id bt18mr7609008wib.49.1396656269974; Fri, 04 Apr 2014 17:04:29 -0700 (PDT) Received: from [192.168.2.8] (ip-84-118-14-44.unity-media.net. [84.118.14.44]) by mx.google.com with ESMTPSA id t4sm22903654eeb.29.2014.04.04.17.04.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 04 Apr 2014 17:04:29 -0700 (PDT) Message-ID: <533F488B.9050501@gmail.com> Date: Sat, 05 Apr 2014 02:04:27 +0200 From: Tobias Knoth User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org Subject: Flexcan configuration IMX6DL-SDP 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: Sat, 05 Apr 2014 00:04:32 -0000 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi! Unfortunately i can't receive or transmit any can frames at master or master-next branch. The flexcan interface works with dora branch. I added the canutils, libsocketcan and iproute2 package to the yocto image. I added the flexcan node in the file: imx6dl-sabresd.dts. --- &flexcan1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_flexcan1_1>; status = "okay"; }; --- Now the can-node is available in the dev-tree: --- root@imx6dlsabresd:~# dmesg | grep can vcan: Virtual CAN interface driver flexcan 2090000.can: device registered (reg_base=c09d8000, irq=142) can: controller area network core (rev 20120528 abi 9) can: raw protocol (rev 20120528) can: broadcast manager protocol (rev 20120528 t) can: netlink gateway (rev 20130117) max_hops=1 flexcan 2090000.can can0: writing ctrl=0x07292005 --- Nothing happens when I execute the command 'cansend' or 'candump'. How do I configure the kernel 3.10.17 to make it work? I use the IMX6DL-SDP. Thanks in advance Tobias