This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Setting UP CAN interface in ICS

Hi,

I am using Android ICS 4.0.3. I am trying the bring up the CAN interface in ICS. While booting the android in the system, its showing the below message in the kernel.

flexcan imx6q-flexcan.0: bit-timing not yet defined

I am trying to set the bitrate using below command:

ip link set can0 type can bitrate 125000

At the time, I am getting the below error as shown:

Garbage instead of arguments "bitrate ...". Try "ip link help".

The interface also not UP as I checked using below command.

#netcfg

lo UP 127.0.0.1/8 0x00000049 00:00:00:00:00:00

can0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00

eth0 UP 169.254.133.195/16 0x00001043 1e:ed:19:27:1a:b3

sit0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00

ip6tnl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00

Please give me any suggestion to solve this issue. I am strugging with this issue for 20 days.

Thanks in advance,

Regards,

Salih