orangepi-xunlong / wiringOP

wiringPi for Orange Pi
GNU Lesser General Public License v3.0
394 stars 189 forks source link

On Orange Pi Zero3 (H618) wiringPiISR() doesn't work #98

Open onyx99 opened 8 months ago

onyx99 commented 8 months ago

gpio: Unable to open GPIO edge interface for pin 9: Permission denied wiringPiISR: unable to open /sys/class/gpio/gpio79/value: No such file or directory

winitboonkliang commented 7 months ago

issue same waitfor solution

YVDevelop commented 7 months ago

how long to wait? I have the same thing here: Zero 2 X3KT0 commented on Nov 18, 2023. More than two months have already passed... I would like to understand whether I will have time to complete the project?

StephanS8899 commented 6 months ago

Had the same issue with the OrangePi Zero 2. After stripping down the example for wiringPi Pin 2 (GPIO 73) and issuing sudo gpio edge 73 falling for that GPIO pin prior to executing the program the example is working. Seems that some port init is not complete, at least using Ubuntu 22.04 LTS...

borex99 commented 6 months ago

101 should fix this error