Why the "/sys/class/gpio" can't work on STM32MP157C-DK2?
Hi,
I test commands
"
echo 97 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio97/direction
echo 1 > /sys/class/gpio/gpio97/value
echo 0 > /sys/class/gpio/gpio97/value
", the value on the pin PD.1 can't change.
Test command:
"
gpioset gpiochip3 1=1
gpioset gpiochip3 1=0
" the value on the pin PD.1 can change.
Please advise how to solve the issue on "/sys/class/gpio".
Thanks,
QiZhang
