From: "Nils Armbruster" <nils-a@domain.hid>
To: xenomai@xenomai.org
Subject: [Xenomai-help] xeno_can_mem driver
Date: Tue, 08 Jun 2010 15:54:25 +0200 [thread overview]
Message-ID: <20100608135425.99830@domain.hid> (raw)
Hi everybody,
I'm currently trying to get the can-interfaces of an Samsung S3C2440 based board working (NetDCU10).
The used Linux kernel version is 2.6.19, because this was deliverd in the BSP.
I patched this kernel with Xenomai 2.4.0., as this was the newest Version I managed the Kernel to compile with.
The standard driver delivered with the board (lincan 0.3.3) mappes the can devices to
10000000-10000007 : onboard-can
10000008-1000000f :
onboard-can
So I tried to use the driver xeno_can_mem.
I use
modprobe xen_can_mem mem=0x10000000 irq=17 clock=48000000
to install the module but it complains that there is no such device...
As far as I know, this board uses the an sja1000p chip for can. Do you know if there are any differences to the sja1000 chip?
Are there any changes necessary in the driver sources?
I figured out, that the installation of the driver stops in the function int rtcan_sja1000_register(struct rtcan_device *dev)
And there in that part:
printk("chip->read_reg(dev, SJA_SR) = %d \n",chip->read_reg(dev, SJA_SR));
if ((chip->read_reg(dev, SJA_SR) &
(SJA_SR_RBS | SJA_SR_DOS | SJA_SR_TBS)) != SJA_SR_TBS) {
printk("ERROR! No SJA1000 device found!\n");
return -ENODEV;
}
When I comment this out the installation works and in /proc/iomem sja1000-mem is visible.
But I'm not able to send Can-messages with rtcansen.
The program seems to work, but no messages are send as I checked it with a scope.
Does anybody have an hint for me, how to get the can driver working?
Thank you in advice!
best regards,
Nils
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
next reply other threads:[~2010-06-08 13:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-08 13:54 Nils Armbruster [this message]
2010-06-08 14:14 ` [Xenomai-help] xeno_can_mem driver Sebastian Smolorz
-- strict thread matches above, loose matches on Subject: below --
2010-06-09 8:48 Nils Armbruster
2010-06-09 9:03 ` Wolfgang Grandegger
2010-06-09 13:26 ` Nils Armbruster
2010-06-09 13:46 ` Sebastian Smolorz
2010-06-09 9:10 ` Sebastian Smolorz
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=20100608135425.99830@domain.hid \
--to=nils-a@domain.hid \
--cc=xenomai@xenomai.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.