Difference between revisions of "BeagleBone"

From Robert-Depot
Jump to: navigation, search
(Debian)
(Ubuntu)
Line 21: Line 21:
 
*list disks
 
*list disks
 
**<code>diskutil list</code>
 
**<code>diskutil list</code>
*install ubuntu 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 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>
  
 
=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 11:40, 12 May 2013

GPIO

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

Pockesphinx

Audio

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

Debian

Ubuntu

Other