Burning image on SD card using etcher Runningsudo apt-get updateandsudo apt-get upgrade Following rcpy tutorial up until ./autogen.sh --enable-tools=yes --enable-bindings-python --prefix=/usr/local While running
AC_MSG_NOTICE([sphinx-build not found - documentation cannot be generated]) fi if test "x$cross_compiling" = xno then AC_CHECK_PROG([has_help2man], [help2man], [true], [false]) DOC_PROG_NOT_FOUND(["sphinx-build"]) fi AM_CONDITIONAL([WITH_MANPAGES], [test "x$has_help2man"...
export PYTHON_VERSION=3 ./autogen.sh --enable-tools=yes --enable-bindings-python --prefix=/usr/local CFLAGS="-I/usr/src/linux-headers-$kerver/include/uapi -I$curdir/include" >> $logfile 2>&1 I've talked to the author of libgpiod and whatever distro he's using it builds without...
There are python bindings available for libgpiod so I would assume writing a pin factory for libgpiod shouldn't be too difficult (althought tt would be way over the level of my python skills). If you can flash an LED on a Raspberry Pi using that Python library, in the distro of you...