12.04

From Glacsweb Wiki
Jump to: navigation, search

This is a page for observations about 12.04 LTS.

Foibles

  • Byobu doesn't seem to work particularly well
  • If msp430-gcc is installed from the repo you get 4.6 which doesn't yet work with our code base

Building Beagle Image

sudo apt-get install fakeroot qemu-user-static
git clone git://github.com/RobertCNelson/omap-image-builder.git
cd omap-image-builder
git checkout v2012.3-3 -b v2012.3-3
./build_image.sh

Taken from http://elinux.org/BeagleBoardUbuntu#Oneiric_11.10 check there for latest version to use