Revolution Pi Connect + CAN interface with Balena
Revolution Pi Connect + CAN interface with Balena
Hi,
I'm trying to use the CAN interface module with the Revolution Pi Connect with Balena.
Can you please direct me to where I can find the source code for the revpi-config utility?
Related GitHub issue: https://github.com/balena-os/balena-ras ... issues/761
I'm trying to use the CAN interface module with the Revolution Pi Connect with Balena.
Can you please direct me to where I can find the source code for the revpi-config utility?
Related GitHub issue: https://github.com/balena-os/balena-ras ... issues/761
Last edited by adolfogc on 21 Jan 2022, 06:11, edited 1 time in total.
Re: Revolution Pi Connect + CAN interface with Balena
Hi adolfogc,
The tool is a shell script and can be found in our image and package repository.
Nicolai
The tool is a shell script and can be found in our image and package repository.
Nicolai
Re: Revolution Pi Connect + CAN interface with Balena
Hi Nicolai,
Thank you for the response. Which of the repositories: https://github.com/orgs/RevolutionPi/re ... s?type=all ?
Using GitHub's search functionality yield only a reference to the script: https://github.com/search?q=org%3ARevol ... &type=code
Thank you for the response. Which of the repositories: https://github.com/orgs/RevolutionPi/re ... s?type=all ?
Using GitHub's search functionality yield only a reference to the script: https://github.com/search?q=org%3ARevol ... &type=code
Re: Revolution Pi Connect + CAN interface with Balena
Hi, can you point me to where I can donwnload this file?
Re: Revolution Pi Connect + CAN interface with Balena
Hi,
you can inspect the steps (on a device running our image) as following: cat /usr/bin/revpi-config (basically you need to enable the revpi-con-can overlay)
You can also download the package revpi-webstatus which contains the revpi-config utility here: http://packages.revolutionpi.de/pool/main/r/revpi-webstatus/revpi-webstatus_2.0.2-1_all.deb'
Nicolai
you can inspect the steps (on a device running our image) as following: cat /usr/bin/revpi-config (basically you need to enable the revpi-con-can overlay)
You can also download the package revpi-webstatus which contains the revpi-config utility here: http://packages.revolutionpi.de/pool/main/r/revpi-webstatus/revpi-webstatus_2.0.2-1_all.deb'
Nicolai
Re: Revolution Pi Connect + CAN interface with Balena
Thank you. Based on that script, it seems that the CAN overlay needs to be added to the Balena image.