pi-blaster
pi-blaster copied to clipboard
Failed to start pi-blaster.service - Daemon for PWM control of the Raspberry Pi GPIO pins
Hi,
Installed as per instructions, but it doesn't work.
Failed to start pi-blaster.service - Daemon for PWM control of the Raspberry Pi GPIO pins
Docker install also doesnt work.
Unable to find image 'sarfata/pi-blaster:latest' locally
Is there an alternative?
Forget this project, it's dead.
Installed as per instructions, but it doesn't work.
You really need to send more details :)
@sarfata Have you tried to pull the image from your README url?
Unable to find image 'sarfata/pi-blaster:latest' locally
docker: Error response from daemon: pull access denied for sarfata/pi-blaster, repository does not exist or may require 'docker login'
@thalesfsp Why don't you rebuild the image locally? The Readme includes instructions:
docker build -t pib . docker run -it --privileged --rm -v /dev:/dev pib
