Hey everybody,
I am using a WP75 and I could used CAN Bus. Now, my problem is: I can’t launch start_can.sh at the boot of the application.
In the .adef file of my app I have:
bundles:
{
file:
{
[rx] start_can.sh /bin/
}
}
processes:
{
run:
{
(start_can.sh)
}
}
Unfortunately, I can see in the log : “Process “start_can.sh” fault: ignored”.
I have tried to use updare-rc.d, but it failed.
I would be grateful if someone have a solution for me.