Hello Tom, I have just done a check on my RockPi4c board and as expected there is no piggpiod daemon running under
Ubuntu. I downloaded the library like this:
wget github.com/joan2937/pigpio/archive/master.zip
unzip master.zip
cd pigpio-master
make
sudo make install

Everything worked fine with no error messages, however when I start the daemon with sudo pigpiod, I get a message
"Sorry - this system does not appear to be a raspberry pi - aborting". So there is obviously somewhere a hardware check
which needs to be removed...
You have any idea?
Helmut

Read More...