Difference between revisions of "BeagleBone"

From Robert-Depot
Jump to: navigation, search
(Ubuntu)
Line 52: Line 52:
 
**<code>diskutil list</code>
 
**<code>diskutil list</code>
  
 +
=Curses=
 +
*install python-curses:
 +
**<code>opkg install python-curses</code>
 
=Other=
 
=Other=
 
*video on C++ programming with Beaglebone - http://www.youtube.com/watch?feature=endscreen&NR=1&v=vFv_-ykLppo
 
*video on C++ programming with Beaglebone - http://www.youtube.com/watch?feature=endscreen&NR=1&v=vFv_-ykLppo
 
*Contest. Win 2 free beagleboards - http://elinux.org/BeagleBoard/contest
 
*Contest. Win 2 free beagleboards - http://elinux.org/BeagleBoard/contest

Revision as of 09:51, 14 May 2013

TTL Cable

954bbb_MED.jpg

(RED IS NOT CONNECTED)

GPIO

gpio - http://beaglebone.cameon.net/home/using-the-gpios

Serial Communication

Ubuntu

Angstrom

  • update opkg
    • opkg update
  • install pyserial
    • opkg install python-pyserial

Pockesphinx

Audio

http://www.tigal.com/product/2924

Debian

Installing Ubuntu

Curses

  • install python-curses:
    • opkg install python-curses

Other