-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
WL-MIO-AN-30000 should be included in the Quick Start section.
Also boot time CAN configuration should be included in the docs.
::: /etc/systemd/network/50-can0.network :::
[Match]
Name=can0
[CAN]
BitRate=500000
SamplePoint=80%
FDMode=True
DataBitRate=200000
DataSamplePoint=80%
RestartSec=100ms
BusErrorReporting=True
[Link]
ActivationPolicy=up
sudo systemctl enable systemd-networkdsudo systemctl restart systemd-networkd
However and further, the documentation should include the supported OS releases and versions.
Naive attempts to use current OS versions are not successful.
e.g. I have it working with
- Ubuntu 20.04.6 LTS
- python3.9
However, Python 3.9 is no longer available by default on new releases.
Metadata
Metadata
Assignees
Labels
No labels