RevPi Connect+ Balena OS support: Process Image bytes
Posted: 05 Nov 2019, 22:47
Howdy,
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:
When I try to use piTest to change the A3 LED, nothing happens. I tried to see if I could see with input on X2 with piTest -r, but I looked at every byte up to byte 23 and did not see anything change when I applied 24V to this input.
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?
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?