Difference between revisions of "BeagleBone"

From Robert-Depot
Jump to: navigation, search
(Serial Communication)
(Ubuntu)
Line 43: Line 43:
 
=Debian=
 
=Debian=
 
*http://elinux.org/BeagleBoardDebian
 
*http://elinux.org/BeagleBoardDebian
=Ubuntu=
+
=Installing Ubuntu=
*list disks
+
*The instructions below are written for linux. I installed from a Ubuntu live USB drive (Ubuntu 13) on my macbook pro (os x 10.8).
**<code>diskutil list</code>
+
*Once you are booted in ubuntu on your non-beagleboard system, follow instructions here: http://elinux.org/BeagleBoardUbuntu#Method_1:_Download_a_Complete_Pre-Configured_Image
*install from a ubuntu live USB. I used a Ubuntu 13 live USB from osx 10.8
 
*follow instructions here from the live usb: http://elinux.org/BeagleBoardUbuntu#Method_1:_Download_a_Complete_Pre-Configured_Image
 
 
*you will probably be missing packages
 
*you will probably be missing packages
 
*you may need to add universe to package repository to get those missing packages
 
*you may need to add universe to package repository to get those missing packages
 
**<code>sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"</code>
 
**<code>sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"</code>
 +
*list disks
 +
**<code>diskutil list</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 07:59, 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

Other