Closed MatinatorX closed 3 years ago
Thank you for reporting the issue. I will look into that.
Thanks!
I found the source of the problem. It is an outdated pigpio daemon that does not support Compute Module 4. Unfortunately, there is no package with a newer version yet, so we cannot easily update it with apt. I will be looking into how to update it in the next distribution. In meanwhile, you can install it manually by ssh-ing to the device:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python-setuptools python3-setuptools
wget https://github.com/joan2937/pigpio/archive/master.zip
unzip master.zip
cd pigpio-master
make
sudo make install
pigpiod -v
sudo reboot
GPIO must now work.
Tested and working great, thanks!
Fresh install of latest Pyxian 0.6.4. GPIO 21 works fine to get back to settings, but the included GPIO example does not work. It won't show any pin states and toggling GPIO 23 does not bring the pin high.