Hi,
I'm new to armbian and I've started with RockPi4b board. I would like to add fan control with PWM, but adding pwm (or pwm0) overlay doesn't work. I can't also find the overlay for it at /boot/dtb-5.8.6-rockchip64/rockchip/overlay/. Is it supported? I've checked and the /sys/class/pwm/pwmchip0 is present, but accessing export, as described here :
doesn't work and /sys/class/pwm/pwmchip0/pwm0 is not present.
I've tried to find pwm access examples for this board, but none of it works on armbian (all are vendor builds specific). Can anybody point me in the right direction or give any hint how to enable pwm?
EDIT : I've managed to enable/dosable PWM pin with
sudo mraa-gpio set 11 1
Although, its GPIO, rather PWM access so I can't control the FAN speed and only power on/off the fan.