HubertD / cangaroo

open source can bus analyzer software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error running on a Pi

snoop911 opened this issue · comments

Running Qt 5.12.3 on a Pi Zero, I built cangaroo and the gui shows the can0 interface, but when I try to start the measurement, it shows:

info calling canifconfig to reconfigure interface can0
info canifconfig -d -i can0 -b 100000 -p 875 -u
error timeout waiting fo canifconfig
info Listening on interface: can0

I'm able to use can0 with can-utils, savvycan, etc, so I don't think it's a problem with the Pi's CAN hat. Is there a known issue with Cangaroo and the Pi Zero?

just a guess, are your permissions setup properly ? does anything change if you run it as sudo (just for testing ! not recommended for regular use)

"error timeout waiting fo canifconfig" - if you see that, it means that cangaroo app can't find canifconfig app.