can-utils built for arm64 systems
can-utils built for arm64 systems
From the wonderful developers here: https://github.com/linux-can/can-utils
Documentation can be found here: https://github.com/linux-can/can-utils#readme
To run this snap, you will first need to connect the snap to can-bus:
```console
sudo snap connect canutils:can-bus :can-bus
```
Commands are prefixed with 'canutils'
Example:
```console
canutils.candump can0
```
Why do you want this?
These commands are very useful when interfacing an IoT device with a CAN bus, for example, a Raspberry Pi running Ubuntu Core x64.