Hi,
I can't manage to have the CCGX and an Orion Jr BMS communicate trough VE.CAN.
I know it's possible, I have already done it with the same components.
The question is : is it normal to have a MAC address on the VE.can interface that is 00-00-00.....?
Output from ssh :
root@ccgx:~# ifconfig
can0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
UP RUNNING NOARP MTU:16 Metric:1
RX packets:1978 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:659 overruns:0 carrier:659
collisions:0 txqueuelen:10
RX bytes:15824 (15.4 KiB) TX bytes:0 (0.0 B)
Interrupt:40
eth0 Link encap:Ethernet HWaddr 04:A3:16:E6:1B:3F
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::6a3:16ff:fee6:1b3f%lo/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1
RX packets:549 errors:0 dropped:0 overruns:0 frame:0
TX packets:2604 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:68619 (67.0 KiB) TX bytes:202783 (198.0 KiB)
Interrupt:83
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1%1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:2678 errors:0 dropped:0 overruns:0 frame:0
TX packets:2678 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:237896 (232.3 KiB) TX bytes:237896 (232.3 KiB)
In addition, the dmesg command keeps on giving this again ang again :
[ 223.836008] IPv6: ADDRCONF(NETDEV_CHANGE): can0: link becomes ready [ 224.776931] ti_hecc 5c050000.can can0: bus-off [ 224.888482] ti_hecc 5c050000.can can0: setting CANBTC=0x10049 [ 224.888701] IPv6: ADDRCONF(NETDEV_CHANGE): can0: link becomes ready [ 225.830317] ti_hecc 5c050000.can can0: bus-off [ 225.936262] ti_hecc 5c050000.can can0: setting CANBTC=0x10049 [ 225.936518] IPv6: ADDRCONF(NETDEV_CHANGE): can0: link becomes ready [ 226.881445] ti_hecc 5c050000.can can0: bus-off [ 226.985439] ti_hecc 5c050000.can can0: setting CANBTC=0x10049
Thanks