Page 1 of 1

Getting started with RevPi Core and Balena OS

Posted: 07 Feb 2021, 13:19
by savnik
I have tried creating a balena application with the code in this repo: https://github.com/balena-io-playground ... core3-test
First i have flashed the RevPi Core 3 with balena os 2.31.5Rev2.
Then i have put the config.rsc in the balena boot partition root folder.
The device is booted and online in balena. When accessing the terminal of the container i cd into `piControl/piTest`.
In this folder I run following command to turn on the status LED A1 with red as explained here: https://www.youtube.com/watch?v=awJ5oGReG8E (6:39min).

Code: Select all

./piTest -w RevPiLED,2
The result is failing silently:

Image
The Status led is not changed.

Running `./piTest -d` shows the connected devices with success.
Any suggestion on how to debug this problem?

Re: Getting started with RevPi Core and Balena OS

Posted: 08 Feb 2021, 15:47
by ->Johannes<-
Hi savnik,
I'm sorry, we cannot offer support for this case because we do not work or develop with Balena OS.
Maybe you can ask the question in a Balena forum or someone from the community can help here.
It would be great if you could share your experience with the community and us when you solve this problem.

Best regards

Johannes

Re: Getting started with RevPi Core and Balena OS

Posted: 08 Feb 2021, 17:06
by savnik
Hi Johannes

Thanks, I know but maybe someone in here have faced the same issue. I have created the a post on the Balena forum here with the same question:
https://forums.balena.io/t/getting-star ... -os/251351