We are using a TS-CAN1 board mounted on a TS-7350 running kernel: Linux ts7000 2.6.21-ts #43 PREEMPT Mon Aug 25 09:59:14 MST 2008 armv4tl GNU/Linux and the binary lincan.ko from: ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7350-linux/binaries/ts-modules/lincan.ko
When the CAN bus is disconnected eventually our app finds that a call to write(CANdriver,&canmsg,sizeof(struct canmsg_t)); does not return. This is no doubt the bus-off issue. Can you point me to the driver code that fixes this issue or instructions on how to check for this case and reset the controller from our app? Wolfgang Grandegger wrote: > > On 10/19/2010 09:47 AM, Andre B. Oliveira wrote: >> Add driver for Technologic Systems TS-CAN1 PC104 peripheral boards. >> >> Signed-off-by: Andre B. Oliveira <[email protected]> > > Acked-by: Wolfgang Grandegger <[email protected]> > > Thanks for your contribution. > > Wolfgang. > _______________________________________________ > Socketcan-core mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/socketcan-core > > -- View this message in context: http://old.nabble.com/-PATCH-net-next-2.6-v2--can%3A-tscan1%3A-add-driver-for-TS-CAN1-boards-tp29997895p30419926.html Sent from the Socket-CAN Core mailing list archive at Nabble.com. _______________________________________________ Socketcan-core mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-core
