* Can bus simulator
@ 2016-04-13 6:17 kay Cee
2016-04-13 7:14 ` Oliver Hartkopp
0 siblings, 1 reply; 3+ messages in thread
From: kay Cee @ 2016-04-13 6:17 UTC (permalink / raw)
To: linux-can
Is there a way to test a canbus tester without actual can signals?
I have a can bus testing station but no can signals readily available..
Sent from my iPhone
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Can bus simulator
2016-04-13 6:17 Can bus simulator kay Cee
@ 2016-04-13 7:14 ` Oliver Hartkopp
2016-04-13 7:29 ` Pavel Pisa
0 siblings, 1 reply; 3+ messages in thread
From: Oliver Hartkopp @ 2016-04-13 7:14 UTC (permalink / raw)
To: kay Cee; +Cc: linux-can
You can use the virtual CAN interfaces, see
https://www.kernel.org/doc/Documentation/networking/can.txt
Chapter 6.4
Regards,
Oliver
On 04/13/2016 08:17 AM, kay Cee wrote:
> Is there a way to test a canbus tester without actual can signals?
>
> I have a can bus testing station but no can signals readily available..
>
> Sent from my iPhone
> --
> To unsubscribe from this list: send the line "unsubscribe linux-can" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Can bus simulator
2016-04-13 7:14 ` Oliver Hartkopp
@ 2016-04-13 7:29 ` Pavel Pisa
0 siblings, 0 replies; 3+ messages in thread
From: Pavel Pisa @ 2016-04-13 7:29 UTC (permalink / raw)
To: Oliver Hartkopp; +Cc: kay Cee, linux-can
On Wednesday 13 of April 2016 09:14:40 Oliver Hartkopp wrote:
> You can use the virtual CAN interfaces, see
>
> https://www.kernel.org/doc/Documentation/networking/can.txt
>
> Chapter 6.4
or you can emulate complete machine with CAN interfaces.
But only three SJA1000 PCI based cards are emulated till
now:
dummy SJA1000 mapping to PCI for testing,
CAN bus Kvaser PCI CAN-S (single SJA1000 channel)
and PCM-3680I PCI (dual SJA1000 channel) contributed
by Deniz Eren some weeks ago
Git with CAN emulation for QEMU-2.4 is available at
https://github.com/CTU-IIG/qemu/tree/merged-2.4
Some basic documentation and pointer to RTLWS article
at
http://rtime.felk.cvut.cz/can/can-qemu/
Best wishes,
Pavel Pisa
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-13 8:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-13 6:17 Can bus simulator kay Cee
2016-04-13 7:14 ` Oliver Hartkopp
2016-04-13 7:29 ` Pavel Pisa
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).