Sense Hat not working after install - Raspberry Pi Forums
all,
installed sense hat on b+ , reinstalled raspbian jessie. ran install , stuck in python. leds lit , when run simple initialisation:
can run rtimulibdrive11 example when compile it, other python examples fail same. doing wrong ?
updates completed. think rpi-update not used anymore ?
see on bitstream, alain
installed sense hat on b+ , reinstalled raspbian jessie. ran install , stuck in python. leds lit , when run simple initialisation:
code: select all
python 3.4.2 (default, oct 19 2014, 13:31:11) [gcc 4.9.1] on linux type "copyright", "credits" or "license()" more information. >>> sense_hat import sensehat >>> sense = sensehat() traceback (most recent call last): file "<pyshell#1>", line 1, in <module> sense = sensehat() file "/usr/lib/python3/dist-packages/sense_hat/sense_hat.py", line 36, in __init__ raise oserror('cannot detect %s device' % self.sense_hat_fb_name) oserror: cannot detect rpi-sense fb device >>>
updates completed. think rpi-update not used anymore ?
see on bitstream, alain
apologies pi 2 (got few around ... ) uname -r output:
linux raspberrypi 4.1.13-v7+ #826 smp preempt fri nov 13 20:19:03 gmt 2015 armv7l gnu/linux
linux raspberrypi 4.1.13-v7+ #826 smp preempt fri nov 13 20:19:03 gmt 2015 armv7l gnu/linux
raspberrypi
Comments
Post a Comment