Part Number: TDA2PXEVM
Hello.
I am testing CAN(MCAN) with TDA2PXEVM(http://www.ti.com/tool/TDA2PXEVM).
Vision SDK version is 'PROCESSOR_SDK_VISION_03_07_00_00_setuplinux.bin' and rootfs is 'tisdk-rootfs-image-dra7xx-evm_vsdk_3_7.tar.xz'.
When I brought 'can0' up, the error happened as below.
root@dra7xx-evm:~# ip link set can0 up
[ 3431.235990] m_can 42c01a00.mcan can0: bit-timing not yet defined
[ 3431.242033] m_can 42c01a00.mcan can0: failed to open can device
ip: SIOCSIFFLAGS: Invalid argument
So I have tried to configure bitrate. But the error happened as below.
root@dra7xx-evm:~# ip link set can0 type can bitrate 500000
ip: either "dev" is duplicate, or "type" is garbage
Could someone help me fix this problem?
And if there is any reference document to test CAN on TDA2PXEVM, please let me know.
Thanks.