Basic CAN configuration option for Bitrate and CAN FD #276
Labels
component: carl
Mostly related to CARL.
component: edgar
Mostly related to EDGAR.
component: lea
Mostly related to LEA.
type: enhancement
Fulfills a need or requirement by improving an existing functionality.
This story covers a subset of CAN bus configuration options mentioned in #128
Most common modifications of a CAN bus configuration is
The peer configuration shall be extended to support configuration of this basic CAN configurations in LEA and CLEO (will be done with #232).
If the selected peer network interface is CAN,
When EDGAR receives the peer configuration for CAN interfaces, it configures SocketCAN interfaces as follwos
ip link set can0 down
ip link set can0 type can bitrate 500000 fd off
ip link set can0 type can bitrate 500000 dbitrate 500000 fd on
ip link set can0 up
The text was updated successfully, but these errors were encountered: