-
-
Notifications
You must be signed in to change notification settings - Fork 502
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
DietPi-Software | WiringOP support for H3 chipsets #563
Comments
This is alot more involved than originally thought. As mentioned by Pete on forums, GPIO assignments are likely to be different for various boards. So, the WiringOP source code will need to be modified and tested. I don't really have the time (and minimal GPIO experience) to take this on at the moment. |
General Cleanup: |
ı find github page that instaled wiringop successfully for orangepi zero lts |
Based on our current SBC support, a RK3588-compatible version would be relevant. But that repo/branch got its last commit in 2017. Nowadays WiringX needs to be seen as deprecated in general, as we have generic libgpio/gpiod now. It is not yet perfect, not yet supported by all SBCs/used kernels, behaves a little different here and there, but it is the future to go for, getting rid of all those moreless badly maintained WiringPi vendor forks. |
thank you for updating me on gpio libary condition |
The text was updated successfully, but these errors were encountered: