Won't Fix
Details
Assignee
Romain ForlotRomain ForlotReporter
fnstzlfnstzlContract ID
Hardware Platform(s) Affected
Raspberry Pi 3Renesas M3+KFAffects versions
Priority
Minor
Details
Details
Assignee
Romain Forlot
Romain ForlotReporter
fnstzl
fnstzlContract ID
Hardware Platform(s) Affected
Raspberry Pi 3
Renesas M3+KF
Affects versions
Priority
Created September 12, 2019 at 6:55 AM
Updated March 29, 2023 at 6:34 PM
Resolved March 29, 2023 at 6:33 PM
test steps
1.DASHBOARD startup;
2.edit /etc/dev-mapping.conf :
[CANbus-mapping]
hs="vcan0"
ls="vcan0"
3.enable vcan :
~# modprobe vcan
~# ip link add vcan0 type vcan
~# ip link set vcan0 up
4.restart dashboard
systemctl restart afm-api-low-can@0.service
systemctl restart afm-appli-dashboard--0.1–main@1001.service
5.send singal to change speed(30KM/h command
~# cansend vcan0 3E9#0F00
result:
Renesas M3+KF,Raspberry Pi 3: VehicleAvgSpeed does not change
intel up2, DragonBoard 410c: successfully.