FIXED.
PWM, Beagle Bone 

Meanwhile I got an answer at: github.com cdsteinkuehler  
beaglebone-universal-io
Though, I used the SDcard, the u-boot @ 2016 from eMMC took over.  I dd-it 
and wipe it.

 
For: EHRPWM1A   P9_14  
the sys file is: /sys/class/pwm/pwmchip3
echo 0 > export



EHRPWM1B    P9_16
the sys file is: /sys/class/pwm/pwmchip3
echo 1 > export



     cd /sys/class/pwm/pwmchip3
     echo 0 > export 
     echo 1 > export 
        echo 20000 > pwm0/period
        echo 10000 > pwm0/duty_cycle #  P9_14
        echo 1 > pwm0/enable

        echo 20000 > pwm1/period
        echo 10000 > pwm1/duty_cycle #  P9_16
        echo 1 > pwm1/enable



-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/32511d44-c0bd-4820-a7b7-8e6346ec3ed7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to