Revolution Pi Connect + CAN interface with Balena

Topics about the Software of Revolution Pi
Post Reply
adolfogc
Posts: 6
Joined: 15 Feb 2019, 03:37

Revolution Pi Connect + CAN interface with Balena

Post by adolfogc »

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
Last edited by adolfogc on 21 Jan 2022, 06:11, edited 1 time in total.
User avatar
nicolaiB
KUNBUS
Posts: 931
Joined: 21 Jun 2018, 10:33
Location: Berlin
Contact:

Re: Revolution Pi Connect + CAN interface with Balena

Post by nicolaiB »

Hi adolfogc,

The tool is a shell script and can be found in our image and package repository.

Nicolai
adolfogc
Posts: 6
Joined: 15 Feb 2019, 03:37

Re: Revolution Pi Connect + CAN interface with Balena

Post by adolfogc »

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
adolfogc
Posts: 6
Joined: 15 Feb 2019, 03:37

Re: Revolution Pi Connect + CAN interface with Balena

Post by adolfogc »

Hi, can you point me to where I can donwnload this file?
User avatar
nicolaiB
KUNBUS
Posts: 931
Joined: 21 Jun 2018, 10:33
Location: Berlin
Contact:

Re: Revolution Pi Connect + CAN interface with Balena

Post by nicolaiB »

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
adolfogc
Posts: 6
Joined: 15 Feb 2019, 03:37

Re: Revolution Pi Connect + CAN interface with Balena

Post by adolfogc »

Thank you. Based on that script, it seems that the CAN overlay needs to be added to the Balena image.
Post Reply