Skip to content

PandaBoard Getting Started

pizthewiz edited this page Jan 19, 2013 · 22 revisions

Setup PandaBoard Environment

  1. Install the latest Ubuntu 12.04 Desktop OMAP4.
  2. Setup a user account
  3. install and enable ssh % sudo apt-get install openssh-server
  4. upgrade packages and install TI's PPAs for hardware accelerated binary drivers and other bits, ubuntu is otherwise unaccelerated! (more detail here) % sudo add-apt-repository ppa:tiomap-dev/release % sudo apt-get clean && sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install ubuntu-omap4-extras update distribution again for safety % sudo apt-get dist-upgrade and reboot % sudo reboot
  5. update bootargs and force install new bootloader …

Build openFrameworks

  1. install git % sudo apt-get install git
  2. clone repo and checkout develop-raspberrypi branch
  3. scripts/linux/ubuntu/install_codecs.sh
  4. apt-get lines from scripts/linux/ubuntu/install_dependencies.sh
  5. apt-get lines from scripts/linux/ubuntu-omap4/install_dependencies.sh
  6. from libs/openFrameworksCompiled/project % make Debug -j4 && make Release -j4

Build Example

copy Makefile from scripts/linux/template/linuxarmv7l/Makefile into directory of application you wish to build and % make

Clone this wiki locally