[opensuse-arm] Sensor Hat on openSUSE
Hi Thank you for your information. Currently I can go to the next step. When I installed the package of sense-hat on OBS and installed the additional packages. When I run the command below, I got the error. <Progem on Python3> from sense_hat import SenseHat sense = SenseHat() <Error> Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.6/site-packages/sense_hat/sense_hat.py", line 39, in __init__ raise OSError('Cannot detect %s device' % self.SENSE_HAT_FB_NAME) OSError: Cannot detect RPi-Sense FB device This looks like the device tree. But I can’t find the workaround. Does anyone have same problem? And if possible, could you advise me the workaround? Best Regards. Ryo-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 02/06/2019 16:53, Ryo Murakawa wrote:
Hi Thank you for your information. Currently I can go to the next step. When I installed the package of sense-hat on OBS and installed the additional packages. When I run the command below, I got the error. <Progem on Python3> from sense_hat import SenseHat sense = SenseHat()
<Error> Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.6/site-packages/sense_hat/sense_hat.py", line 39, in __init__ raise OSError('Cannot detect %s device' % self.SENSE_HAT_FB_NAME) OSError: Cannot detect RPi-Sense FB device
This looks like the device tree. But I can’t find the workaround.
Does anyone have same problem? And if possible, could you advise me the workaround?
As I said in my last email, the led display is not supported. It seems that the python sense hat program is not working when this is not found. What I did, was using the sysfs entries to read the sensors. Not the python program provided. Regards, Matthias -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (2)
-
Matthias Brugger
-
Ryo Murakawa