pimoroni / hyperpixel2r-python

MIT License
23 stars 9 forks source link

hyperpixel2r-python doesn't work on Rpi Zero W (buster) #9

Closed antonakv closed 2 years ago

antonakv commented 2 years ago

All the hyperpixel2r-python examples don't work on Rpi Zero W (buster)

pi@rpizerow1:~/hyperpixel2r-python/examples $ sudo SDL_FBDEV=/dev/fb0 python3 clock.py
Illegal instruction
$ uname -a
Linux rpizerow1 5.10.63+ #1496 Wed Dec 1 15:57:05 GMT 2021 armv6l GNU/Linux
$ cat /etc/os-release 
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
pi@rpizerow1:~/hyperpixel2r-python/examples $ 

Any ideas why this can happen ?