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 Status led is not changed.
Running `./piTest -d` shows the connected devices with success.
Any suggestion on how to debug this problem?