[beagleboard] Re: PWM not working in pins P9_14 & P9_16 in BBB

2017-07-14 Thread sajeevan k
Hi all, Now I could make P9_14 working as PWM, with a Python script importing Adafruit_BBIO.PWM. But for this to work, I need to enable the below line in uEnv.txt cmdline=coherent_pool=1M net.ifnames=0 quiet cape_universal=enable But enabling this line will make my other

[beagleboard] Re: PWM not working in pins P9_14 & P9_16 in BBB

2017-07-12 Thread sajeevan k
Hi all, Let me make my question short. I could configure the pins P9_21 and P9_22 as PWM output using BB-PWM0 overlay. But why it is not possible configure the the pins P9_14 & P9_16 and P8_13 & P8_19 as PWM signals, by doing the same procedure with BB-PWM2 and BB-PWM1 overlays? Thanks &