Advertisement
sanpai

beaglebone startup script

Apr 19th, 2014
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. echo "Setting the time using the Indian ntp pool"
  4. /usr/bin/ntpdate -b -s -u pool.ntp.org
  5.  
  6. echo "Enabling ADC's of BeagleBone"
  7. echo cape-bone-iio > /sys/devices/bone_capemgr.8/slots
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement