Hi There,
I am working on TI-J6 board over which I have ported Android-6.0.1. I am facing some issues while enabling the CAN protocol automatically while Boot-up. Though I am able to enable it manually after every boot using following command i.e. ip link set can0 up type can bitrate 500000.
I have already tried inserting this command in the init.rc file (Such that it gets enabled at the time of board boot-up only), but actually it is not working as expected. Also I am not sure in which file should I modify it i.e. I have two file "init.rc" and "init.jacinto6evmboard.rc". If my approach is correct, can anyone help me which files to be modify and at which place.
Or else suggest me the better way of doing it such that I can resolve the issue.
Thanks in advance.
Alkesh Shah