Skip to contents

-bash: gpioset: command not found

You are probably running a lite version of the operating system. This doesn’t have the gpiod library installed. That’s easy to fix…

sudo apt update
sudo apt install gpiod libgpiod-dev