Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Hello guys I am developing an industrial automation project using the `BeagleBone Black` (BBB) running Embedded Linux. The project involves communicating with multiple devices over the `CAN` bus. However, I encountered issues where the `CAN` bus communication is unstable or non-functional. I configured the `CAN` interface on the `BeagleBone Black` using the command
sudo ip link set can0 up type can bitrate 500000
sudo ifconfig can0 up
But after executing the commands, the CAN bus communication does not work, and no data is transmitted or received.
RTNETLINK answers: Operation not supported
CONTRIBUTE TO THIS THREAD