I have a RevPi Connect+ that I am trying to use with a Revolution Pi Core 3 image on BalenaOS (2.31.5+rev2). I am only doing this because Balena does not have an image for the RevPi Connect+.
Most things work ok, but since this is a RevPi Core image, the process image bits I am trying to access do not do the same thing as they would on a RevPi Connect+.
piTest does not work natively, however I did clone the piControl repository and compile piTest to run from that directory.
piTest -d returns the following:
Code: Select all
Address: 0 module type: 95 (0x5f) RevPi Core V1.2
Module is present
input offset: 0 length: 6
output offset: 6 length: 5
I am wondering if there is any way for me to access these status bits (particularly the input on X2 and the relay output on X2). Any thoughts?