Edited by DG1BGS at 2018-7-6 16:21  
 
Hi all,  
I'm new to the Orange Pi family and also to the forum but I hope someonecan point me in the right direction. I was just setting up a Orange Pi Zerowith Raspbian Server 2018-02-07which I downloaded from the official website. Now I'm facing the first issue. The software I want to run needs access tosome of the GPIO ports. I found the GPIO-folder under /sys/class/gpio, but when I e.g. try to export PA10 with  
- echo "10" > /sys/class/gpio/export
 
  Copy code 
 I get -bash: echo: write error: Device or resource busy. 
 I get gpio: Unable to openGPIO direction interface for pin 10: No such file or directory. 
Everything above was done as root. 
Any ideas? Thanks! 
 |