linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrick Menschel <menschel.p@posteo.de>
To: gianluca <gianlucarenzi@eurek.it>
Cc: linux-can <linux-can@vger.kernel.org>
Subject: Re: Testing CAN on Allwinner A20 / Banana Pi
Date: Mon, 21 Mar 2016 14:05:54 +0100	[thread overview]
Message-ID: <56EFF1B2.9050404@posteo.de> (raw)
In-Reply-To: <56EFBE77.2020408@eurek.it>

[-- Attachment #1: Type: text/plain, Size: 1549 bytes --]

Thanks for the advice,

in my case the sunxi_defconfig already had the driver selected, so no
change necessary.
Apparently only the device tree information is missing in the mainline
kernel. If that were to change, it would work out of the box if a
transceiver is added.

At the moment I can send and recv from both C and Python3.

Regards,
Patrick


Am 21.03.2016 um 10:27 schrieb gianluca:
> On 03/19/2016 01:33 PM, Marc Kleine-Budde wrote:
>>>
>>> Compiling to dtb and back to dts now resolves to
>>>
>>>         can@01c2bc00 {
>>>             compatible = "allwinner,sun4i-a10-can";
>>>             reg = <0x1c2bc00 0x400>;
>>>             interrupts = <0x0 0x1a 0x4>;
>>>             clocks = <0x31 0x4>;
>>>             status = "okay";
>>>             pinctrl-names = "default";
>>>             pinctrl-0 = <0x32>;
>>>         };
>>>
>>> That does look plausible from my perspective.
>>>
>>> Unfortunately I'm still missing /dev/can0 and have no clue why.
>>
>> CAN devices are network devices and will not show up in "/dev". Have a
>> look at:
>>
>>      ifconfig -a
>>
>>> If your Bpi works with legacy u-boot, I would try that next.
> 
> It is not enough having the can-core controller in dtsi only. The kernel
> has to be compiled with a network/can/socketcan enabled and the specific
> SoC can controller enabled in the same subarch structure.
> i.e.: you will need to have:
> 
> in sunxi_defconfig:
> 
> CONFIG_CAN=y
> CONFIG_CAN_SUN4I=y
> 
> Just my $0.2...
> 
> Hope this helps!


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3709 bytes --]

  reply	other threads:[~2016-03-21 13:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-12  8:51 Testing CAN on Allwinner A20 / Banana Pi Patrick Menschel
2015-09-12  9:13 ` Marc Kleine-Budde
2015-09-12 13:40   ` Patrick Menschel
2016-03-19 12:27   ` Patrick Menschel
2016-03-19 12:33     ` Marc Kleine-Budde
2016-03-19 12:50       ` Patrick Menschel
2016-03-19 12:53         ` Marc Kleine-Budde
2016-03-21  9:27       ` gianluca
2016-03-21 13:05         ` Patrick Menschel [this message]
2016-03-21 16:14           ` Marc Kleine-Budde
2016-03-21 17:08             ` Patrick Menschel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56EFF1B2.9050404@posteo.de \
    --to=menschel.p@posteo.de \
    --cc=gianlucarenzi@eurek.it \
    --cc=linux-can@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).