[beagleboard] Re: Configure CAN BeagleBone AI, Kernel v4.19

2020-10-14 Thread jose...@gmail.com
CAN interfaces are down by default. If you type "*ifconfig -a*" you should see them... A quarta-feira, 14 de outubro de 2020 à(s) 11:45:01 UTC+1, Douglas Conover escreveu: > > Hi all, I have been working on updating some of my device tree files to > the newer image found at: > > > https://rcn-

[beagleboard] Re: Configure CAN BeagleBone AI, Kernel v4.19

2020-10-14 Thread Douglas Conover
Thanks, that did the trick. "*ifconfig -a*" showed the can0 interface and the following two lines brought it up: *sudo ip link set can0 type can bitrate 125000 * * sudo ip link set up can0* On Wednesday, October 14, 2020 at 7:07:46 AM UTC-4 jose...@gmail.com wrote: > CAN interfaces are down