How to autosart on boot CAN program written in C

52 views Asked by At

I am making CAN bus simulator, everything works if i start it manually. Tried adding into /etc/rc.local sudo ./canfinal, tried adding sudo /home/pi/canfinal. none of these work for somereason, any ideas why?

I would like raspberry to start sending CAN bus data as soon as it startsup using my written program

0

There are 0 answers