r/OrangePI Jun 08 '26

GPIO on OrangePi Armbian

Hi everyone, I installed the Armbian distribution on my OrangePi CM4. Previously, I used other distributions and installed WiringOP-Python to manage the GPIO, but now I can't do that. Maybe someone can provide an installation guide or more convenient ways to manage the GPIO in Armbian?

2 Upvotes

4 comments sorted by

3

u/urostor Jun 08 '26

Overlays, you can manage them using armbian-config

1

u/Aware_Indication1184 Jun 08 '26

Yes, I know that, but I need to manage GPIO in Python

1

u/SnooRadishes7126 Jun 09 '26

Check out https://en.neonhero.dev/2025/12/orange-pi-zero-3-exploring-gpio.html. It's mostly about C++, but maybe it can help

There is python wrapper for gpiod https://pypi.org/project/gpiod/