Where to find config.rsc
Posted: 04 Feb 2022, 22:09
Hi,
I'm using the Revolution Pi Connect with Balena OS, so I'm missing the config.rsc file, which is expected to exist at:.
The following is the output from running dmesg:
Can you please direct me to where I can find this file (and possibly other related ones)?
My interest is using the revpimodio (https://revpimodio.org/en/homepage) package to pet the watchdog, which expects the user to point it to the config.rsc file.
I'm using the Revolution Pi Connect with Balena OS, so I'm missing the config.rsc file, which is expected to exist at:
Code: Select all
/opt/KUNBUS/config.rsc
The following is the output from running dmesg:
Code: Select all
[ 17.422743] piControl: loading out-of-tree module taints kernel.
[ 17.428124] piControl: built: Wed Jun 2 11:07:36 UTC 2021
[ 17.428149] piControl: RevPi Connect
[ 17.428162] piControl: MAJOR-No. : 242
[ 17.429983] piControl: MAJOR-No. : 242 MINOR-No. : 0
[ 17.430411] piControl: error: cannot open file /mnt/boot/config.rsc
[ 17.430507] piControl: error: cannot open file /opt/KUNBUS/config.rsc
...
My interest is using the revpimodio (https://revpimodio.org/en/homepage) package to pet the watchdog, which expects the user to point it to the config.rsc file.