* bcmserver.c usage and preconditions
@ 2016-03-30 6:01 Patrick Menschel
2016-03-30 7:57 ` Misra Pankaj Kumar (RBEI/EEA2)
0 siblings, 1 reply; 5+ messages in thread
From: Patrick Menschel @ 2016-03-30 6:01 UTC (permalink / raw)
To: linux-can
[-- Attachment #1: Type: text/plain, Size: 958 bytes --]
Hi,
I'd like to ask what preconditions are necessary for the bcmserver.c
example to work.
1. I setup can0
~$ sudo ip link set can0 up type can bitrate 500000
2. then start bcmserver
~$ bcmserver
3. and input the line
~$ can0 A 1 0 123 8 11 22 33 44 55 66 77 88
but unfortunately I don't get any output at all.
I believe it's my fault since this is the result on both BananaPi and
BeagleBoneBlack. The Bpi has the bcm compiled into the kernel and the
BBB has the can-bcm.ko properly loaded.
~$ modinfo can-bcm
filename: /lib/modules/4.1.15-ti-rt-r43/kernel/net/can/can-bcm.ko
alias: can-proto-2
author: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
license: Dual BSD/GPL
description: PF_CAN broadcast manager protocol
depends: can
intree: Y
vermagic: 4.1.15-ti-rt-r43 SMP preempt mod_unload modversions
ARMv7 thumb2 p2v8
Thanks and Best Regards,
Patrick
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3709 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: bcmserver.c usage and preconditions
2016-03-30 6:01 bcmserver.c usage and preconditions Patrick Menschel
@ 2016-03-30 7:57 ` Misra Pankaj Kumar (RBEI/EEA2)
2016-03-30 8:32 ` Patrick Menschel
0 siblings, 1 reply; 5+ messages in thread
From: Misra Pankaj Kumar (RBEI/EEA2) @ 2016-03-30 7:57 UTC (permalink / raw)
To: Patrick Menschel, linux-can
Hi Patrick,
Have you tested CAN line without bcmserver. I mean is the CAN bus functional, are you able to transmit receive frames.
You can test it with canutils.
<http://elinux.org/Can-utils>
Best regards
Pankaj Kumar Misra
RBEI/EEA2
Tel. +49(711)8113659089 | Mobile +4915145771414
-----Original Message-----
From: linux-can-owner@vger.kernel.org [mailto:linux-can-owner@vger.kernel.org] On Behalf Of Patrick Menschel
Sent: Wednesday, March 30, 2016 8:01 AM
To: linux-can <linux-can@vger.kernel.org>
Subject: bcmserver.c usage and preconditions
Hi,
I'd like to ask what preconditions are necessary for the bcmserver.c
example to work.
1. I setup can0
~$ sudo ip link set can0 up type can bitrate 500000
2. then start bcmserver
~$ bcmserver
3. and input the line
~$ can0 A 1 0 123 8 11 22 33 44 55 66 77 88
but unfortunately I don't get any output at all.
I believe it's my fault since this is the result on both BananaPi and
BeagleBoneBlack. The Bpi has the bcm compiled into the kernel and the
BBB has the can-bcm.ko properly loaded.
~$ modinfo can-bcm
filename: /lib/modules/4.1.15-ti-rt-r43/kernel/net/can/can-bcm.ko
alias: can-proto-2
author: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
license: Dual BSD/GPL
description: PF_CAN broadcast manager protocol
depends: can
intree: Y
vermagic: 4.1.15-ti-rt-r43 SMP preempt mod_unload modversions
ARMv7 thumb2 p2v8
Thanks and Best Regards,
Patrick
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bcmserver.c usage and preconditions
2016-03-30 7:57 ` Misra Pankaj Kumar (RBEI/EEA2)
@ 2016-03-30 8:32 ` Patrick Menschel
2016-03-30 11:59 ` Oliver Hartkopp
0 siblings, 1 reply; 5+ messages in thread
From: Patrick Menschel @ 2016-03-30 8:32 UTC (permalink / raw)
To: Misra Pankaj Kumar (RBEI/EEA2); +Cc: linux-can
[-- Attachment #1: Type: text/plain, Size: 2331 bytes --]
Hi Pankaj,
CAN Bus is functional in both directions, rx and tx .
1. cansend works properly
2. candump also works properly
I'm just trying to verify if it's just me or the bcm.
I expect a usage error because I run a non-modified debian 8 image on
the BeagleBoneBlack, which shows exactly the same behaviour.
Thanks and Best Regards,
Patrick
Am 30.03.2016 um 09:57 schrieb Misra Pankaj Kumar (RBEI/EEA2):
> Hi Patrick,
>
> Have you tested CAN line without bcmserver. I mean is the CAN bus functional, are you able to transmit receive frames.
>
> You can test it with canutils.
> <http://elinux.org/Can-utils>
>
>
> Best regards
>
> Pankaj Kumar Misra
> RBEI/EEA2
>
> Tel. +49(711)8113659089 | Mobile +4915145771414
>
>
> -----Original Message-----
> From: linux-can-owner@vger.kernel.org [mailto:linux-can-owner@vger.kernel.org] On Behalf Of Patrick Menschel
> Sent: Wednesday, March 30, 2016 8:01 AM
> To: linux-can <linux-can@vger.kernel.org>
> Subject: bcmserver.c usage and preconditions
>
> Hi,
>
> I'd like to ask what preconditions are necessary for the bcmserver.c
> example to work.
>
> 1. I setup can0
>
> ~$ sudo ip link set can0 up type can bitrate 500000
>
> 2. then start bcmserver
>
> ~$ bcmserver
>
> 3. and input the line
>
> ~$ can0 A 1 0 123 8 11 22 33 44 55 66 77 88
>
> but unfortunately I don't get any output at all.
>
> I believe it's my fault since this is the result on both BananaPi and
> BeagleBoneBlack. The Bpi has the bcm compiled into the kernel and the
> BBB has the can-bcm.ko properly loaded.
>
> ~$ modinfo can-bcm
> filename: /lib/modules/4.1.15-ti-rt-r43/kernel/net/can/can-bcm.ko
> alias: can-proto-2
> author: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
> license: Dual BSD/GPL
> description: PF_CAN broadcast manager protocol
> depends: can
> intree: Y
> vermagic: 4.1.15-ti-rt-r43 SMP preempt mod_unload modversions
> ARMv7 thumb2 p2v8
>
> Thanks and Best Regards,
> Patrick
>
> N�����r��y���b�X��ǧv�^�){.n�+����{�q���^n�r���z�\x1a��h����&��\x1e�G���h�\x03(�階�ݢj"��\x1a�^[m�����z�ޖ���f���h���~�mml==
>
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3709 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: bcmserver.c usage and preconditions
2016-03-30 8:32 ` Patrick Menschel
@ 2016-03-30 11:59 ` Oliver Hartkopp
2016-03-30 13:49 ` Patrick Menschel
0 siblings, 1 reply; 5+ messages in thread
From: Oliver Hartkopp @ 2016-03-30 11:59 UTC (permalink / raw)
To: Patrick Menschel, Misra Pankaj Kumar (RBEI/EEA2); +Cc: linux-can
Hi Patrick,
On 03/30/2016 10:32 AM, Patrick Menschel wrote:
> Hi Pankaj,
>
> CAN Bus is functional in both directions, rx and tx .
>
> 1. cansend works properly
> 2. candump also works properly
>
> I'm just trying to verify if it's just me or the bcm.
It's you :-)
>>
>> 2. then start bcmserver
>>
>> ~$ bcmserver
>>
>> 3. and input the line
>>
>> ~$ can0 A 1 0 123 8 11 22 33 44 55 66 77 88
>>
>> but unfortunately I don't get any output at all.
The bcmserver creates an IP server listening on port 28600 on localhost.
So you would need to connect this server e.g. with netcat first and then
type the according command (with '<' and '>' tags!!) into the netcat shell.
Regards,
Oliver
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bcmserver.c usage and preconditions
2016-03-30 11:59 ` Oliver Hartkopp
@ 2016-03-30 13:49 ` Patrick Menschel
0 siblings, 0 replies; 5+ messages in thread
From: Patrick Menschel @ 2016-03-30 13:49 UTC (permalink / raw)
To: Oliver Hartkopp, Misra Pankaj Kumar (RBEI/EEA2); +Cc: linux-can
[-- Attachment #1: Type: text/plain, Size: 1009 bytes --]
Thanks Oliver,
based on the usage examples in the file header I thought it reads from
stdin ;-P
I have it working now on both BananaPi and BeagleBoneBlack.
Regards,
Patrick
Am 30.03.2016 um 13:59 schrieb Oliver Hartkopp:
> Hi Patrick,
>
> On 03/30/2016 10:32 AM, Patrick Menschel wrote:
>> Hi Pankaj,
>>
>> CAN Bus is functional in both directions, rx and tx .
>>
>> 1. cansend works properly
>> 2. candump also works properly
>>
>> I'm just trying to verify if it's just me or the bcm.
>
> It's you :-)
>
>>>
>>> 2. then start bcmserver
>>>
>>> ~$ bcmserver
>>>
>>> 3. and input the line
>>>
>>> ~$ can0 A 1 0 123 8 11 22 33 44 55 66 77 88
>>>
>>> but unfortunately I don't get any output at all.
>
> The bcmserver creates an IP server listening on port 28600 on localhost.
>
> So you would need to connect this server e.g. with netcat first and then
> type the according command (with '<' and '>' tags!!) into the netcat shell.
>
> Regards,
> Oliver
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3709 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-03-30 13:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-30 6:01 bcmserver.c usage and preconditions Patrick Menschel
2016-03-30 7:57 ` Misra Pankaj Kumar (RBEI/EEA2)
2016-03-30 8:32 ` Patrick Menschel
2016-03-30 11:59 ` Oliver Hartkopp
2016-03-30 13:49 ` Patrick Menschel
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).