Skip to content

Instantly share code, notes, and snippets.

@bgotink
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgotink/9133757 to your computer and use it in GitHub Desktop.
Save bgotink/9133757 to your computer and use it in GitHub Desktop.
Angstrom compilation for beaglebone

Install dependencies

sudo <aptitute|apt-get> install git-core texinfo chrpath gawk

Install other dependencies when asked

Setup and compile

setup

git clone https://github.com/Angstrom-distribution/setup-scripts angstrom
cd angstrom
export MACHINE=beagleboard
./oebb.sh config beagleboard

compile

. environment-angstrom-v2013.6 # replace v2013.6 with whatever's in your directory
export MACHINE=beagleboard
bitbake virtual/kernel
bitbake console-image

Update source

git pull
./oebb.sh update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment