Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. cd /sys/devices/bone_capemgr.8/
  2. echo am33xx_pwm > slots
  3. echo bone_pwm_P9_14 > slots
  4. cd /sys/devices/ocp.3/pwm_test_P9_14.14/
  5. echo 20000000 > period
  6. echo 0 > polarity
  7.  
  8. if [ "$1" == 1 ]; then
  9. echo 1800000 > duty
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement