-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wiringPiSetup: mmap (PWM) failed: Invalid argument #96
Comments
Yes, I am seeing the same message on an Orange Pi PC2. It seems something changed in an update just a few weeks ago. A "next" branch vs "master" branch issue?? https://github.com/orangepi-xunlong/wiringOP/archive/refs/heads/master.zip |
Same issue. Thought it was something with trying to install it on Armbian 23.11.1 Bookworm but building off that master release works fine. Thanks for the direction. |
while building from master.zip: and the installation fails on my orangepi5 plus |
I also meet same issue in OrangePi zero , and use master branch is OK |
OrangePi zero plus use master branch is OK |
I change wiringPi\wiringPi.h line 122 |
I recompiled and the same: |
I tried downloading from this link but it doesn't work. The error appears: "fatal: unable to acess 'https://github.com/orange.pi-xunlong/wiringOP/archive/refs/heads/master.zip/': Could not resolve host: github.com |
Just for anyone who wanted the commands to clone the master branch, this worked for me: And then of course, I am using the OrangePi Lite. |
I followed your approach and successfully solved the problem. Thanks
I followed your approach and successfully solved the problem. Thanks. I am using Orangepi one |
excellent, it works on H5Pi PC2 |
Hello!
I installed wiringOP like this:
When I run
gpio -v
i get:When I run
gpio readall
i get:Any suggestion how to get working gpio?
Maybe there is workaround? Actually I only need kinda toogle, so for example I press a button and there runned script.
The text was updated successfully, but these errors were encountered: