techaura

Results 3 issues of techaura

Orange Pi 3 H6 Existing drivers cannot be added to the .img. I cannot add USB-Serial and other drivers that are not included in the kernel by default. Using make...

WiringPi/wiringPi/wiringPi.c: In function ‘digitalWrite’: WiringPi/wiringPi/wiringPi.c:1631:5: error: ‘version’ undeclared (first use in this function); did you mean ‘termio’? if(version == ORANGEPI) { ^~~~~~~ termio WiringPi/wiringPi/wiringPi.c:1631:5: note: each undeclared identifier is reported...

root@orangepi3:~/wiringOP-Python# python3 setup.py install Traceback (most recent call last): File "setup.py", line 6, in from setuptools import setup, Extension ModuleNotFoundError: No module named 'setuptools' root@orangepi3:~/wiringOP-Python#