Difference between revisions of "BeagleBone"

From Robert-Depot
Jump to: navigation, search
(Installing Ubuntu)
Line 45: Line 45:
 
=Installing Ubuntu=
 
=Installing Ubuntu=
 
*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).
 
*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).
*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
+
*Once you are booted in ubuntu on your non-beagleboard system, follow instructions here:  
*you will probably be missing packages
+
**http://elinux.org/BeagleBoardUbuntu#Method_1:_Download_a_Complete_Pre-Configured_Image
*you may need to add universe to package repository to get those missing packages
+
*there will probably be 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
+
*list disks:
 
**<code>diskutil list</code>
 
**<code>diskutil list</code>
  

Revision as of 09:52, 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