Hi,
Doing some testing in porting a Pi 3 project to Pi 4 Bookworm.
After installing WiriingPi and modding the cpuinfo, the wiringSerial is working, but failing on setting the GPIO.
I get the following:
"chmod: cannot access '/sys/class/gpio/gpio2/direction" no such file
"chmod: cannot access '/sys/class/gpio/gpio2/value" no such file
I noticed on building "wiringPi" that it throws up a warning :
chown: warning: '.' shouold be ':' : root.root
the '.' has been depreciated as far as I can tell.
Any * pointers ?
Yeshu777