Difference between revisions of "LisaOveroImage"

From PaparazziUAV
Jump to navigation Jump to search
Line 8: Line 8:
## 2.6.33.5-rt23 preempt-rt patch
## 2.6.33.5-rt23 preempt-rt patch


* Make sure you have bitbake and build-essential installed.
* Make sure you have bitbake and build-essential installed:
  apt-get install bitbake build-essential
  apt-get install bitbake build-essential


* Make an overo-oe directory in your home directory, cd into it
* Make an overo-oe directory in your home directory, cd into it:


  mkdir ~/overo-oe
  mkdir ~/overo-oe
  cd ~/overo-oe
  cd ~/overo-oe


* Clone Allen's openmebedded tree
* Clone Allen's openmebedded tree:
  git clone git@git://gitorious.org:linux-omap3/openembedded.git
  git clone git@git://gitorious.org:linux-omap3/openembedded.git


* Copy build profile into ~/overo-oe:
* Copy build profile into ~/overo-oe, source it:


  cp org.openembedded.org/contrib/jei/build .
  cp org.openembedded.org/contrib/jei/build .
  source ~/overo-oe/build/profile
  source ~/overo-oe/build/profile


* Use bitbake to build the image
* Use bitbake to build the image:
  bitbake omap3-lisa-image
  bitbake omap3-lisa-image

Revision as of 16:41, 6 July 2010

Building an Overo image for Lisa with Open Embedded

The goal is to use openmbedded to build an image for the overo with the bits needed for Lisa. Currently this includes

  1. libevent
  2. linux kernel 2.6.33.5-rt23 (maintained at git://gitorious.org/linux-omap3/linux-omap3.git)
    1. based on gumstix-oe from (git://www.sakoman.com/git/linux-omap-2.6.git)
    2. antoine's patch for spi device node on overo
    3. 2.6.33.5-rt23 preempt-rt patch
  • Make sure you have bitbake and build-essential installed:
apt-get install bitbake build-essential
  • Make an overo-oe directory in your home directory, cd into it:
mkdir ~/overo-oe
cd ~/overo-oe
  • Clone Allen's openmebedded tree:
git clone git@git://gitorious.org:linux-omap3/openembedded.git
  • Copy build profile into ~/overo-oe, source it:
cp org.openembedded.org/contrib/jei/build .
source ~/overo-oe/build/profile
  • Use bitbake to build the image:
bitbake omap3-lisa-image