On 04/02/2020 14.07, Lev R. Oshvang . wrote:
I have with DELL 3002 Edge server
It has can and can_raw drivers loaded at boot time
It does not have /boot/config.txt file
Unfortunately, I do not have kernel sources and kernel config file is
not present in /proc, so I do not know which exactly chip is on b
oard and board specs says only:
(CAN2.0 A/B/FD) 1Mbps (CAN2.0), 5Mbps (CAN-FD).
https://topics-cdn.dell.com/pdf/dell-edge-gateway-3000-series_Specifications2_de-de.pdf
says that there is a
https://www.microchip.com/wwwproducts/en/ATSAME70N19 Cortex-M7 which
handles the CAN FD controller.
The ATSAME70N19 is connected somehow to the Intel Atom-Prozessor E3805.
So I won't assume, that you can access the CAN controller from the Intel
CPU.
I tried to set it up but get the following error
root@5HCF902:~# ip link add dev can0 type can
RTNETLINK answers: Operation not supported
You can not "add" a real CAN interface with "ip link add ..." - this
works only for virtual CANs.
Try
ip -det link show
where some CAN interface (e.g. can0) should be visible, if you have one.
Regards,
Oliver