Search found 3 matches

by vjexposito
Fri 15. Feb 2019, 14:06
Forum: Linux
Topic: Unable to compile the Peak Driver 8.7 on a NVIDIA TX1
Replies: 4
Views: 3987

Re: Unable to compile the Peak Driver 8.7 on a NVIDIA TX1

Hello Stéphane,

I will try it. Thanks for your help.

Regards
by vjexposito
Wed 13. Feb 2019, 17:35
Forum: Linux
Topic: Unable to compile the Peak Driver 8.7 on a NVIDIA TX1
Replies: 4
Views: 3987

Re: Unable to compile the Peak Driver 8.7 on a NVIDIA TX1

Hello Stéphane,

Thanks for the fast answer. Unfortunately, it seems that CAN is not enabled in my TX1. I get these messages when I check the kernel configuration.

$ grep CONFIG_CAN /boot/config-`uname -r`
grep: /boot/config-4.4.38-tegra: No such file or directory



# CONFIG_CAN is not set ...
by vjexposito
Wed 13. Feb 2019, 15:52
Forum: Linux
Topic: Unable to compile the Peak Driver 8.7 on a NVIDIA TX1
Replies: 4
Views: 3987

Unable to compile the Peak Driver 8.7 on a NVIDIA TX1

Hello,

I have some problems with the installation of the Peak driver on a NVIDIA TX1. When I compile the driver in the standard way (make or make -C driver) I have no problem and everything seems to work. If I use the option: NET=NETDEV_SUPPORT, I get the following output.

$ make -C driver NET ...