Page 1 of 1

Inappropriate ioctl: NVidia TX1

Posted: Mon 3. Oct 2016, 18:49
by dwyer2bp
Hi,
I have been able to setup a VM to successfully cross-compile this driver for the nvidia tx1. After generating the ko file, I just copy it over to the TX1 system, then run the proper make install commands.

Device driver seems to be working when running 'cat /dev/pcanusb32' and sending CAN data to my USB CAN device. I can see data output. However, the provided programs under /test will not connect, as I get this error: CAN_VersionInfo(): Inappropriate ioctl for device.

I built the driver with NO_NETDEV.

Any idea why the library would not be working?

Thanks,

Brian

Re: Inappropriate ioctl: NVidia TX1

Posted: Tue 4. Oct 2016, 10:24
by M.Maidhof

Re: Inappropriate ioctl: NVidia TX1

Posted: Wed 12. Oct 2016, 18:56
by dwyer2bp
Thanks, updated the other thread with solution (only for L4T 24.2)