Dear All,
Stdudy SDK8.0 on AM335x Starter Kit board, download SDK8.0 and creat SD system
Debug PWM module follow TI AM335X WIKI:
I want to modify PWM module Attribute(Period, Duty and so on)
root@am335x-evm:~# uname -r
3.14.26-g2489c02
root@am335x-evm:~# ls /sys/class/pwm/pwmchip0
device export npwm power subsystem uevent unexport
root@am335x-evm:~# echo 0 >/sys/class/pwm/pwmchip0/export
-sh: echo: write error: Device or resource busy
I don't know whether to modify the kernel code?