OrangePiLibra / WiringPi

The WiringPi on OrangePi
GNU Lesser General Public License v3.0
58 stars 29 forks source link

OrangePi Win Plus - can't change gpio mode #5

Closed zlaxy closed 6 years ago

zlaxy commented 6 years ago

Can't change any pin's mode: gpio mode 25 out - doesn't give any error and effect. (state 'mode - in' after gpio readall not changing) But gpio write 25 1 - changes 'value' state fine. I can't change any pin's mode, but can change pin's value.

Please, help!

$ gpio -v gpio version: 2.20 Copyright (c) 2012-2014 Gordon Henderson This is free software with ABSOLUTELY NO WARRANTY. For details type: gpio -warranty OrangePi - WiringPi Details: Type: OrangePi Win/Winplus, Revision: 1.2, Memory: 1024MB, Maker: Xunlong

zlaxy commented 6 years ago

Checked this on Armbian - gpio readall does not show mode changing, but it works fine physically.