Skip to content

PandaBoard Getting Started

pizthewiz edited this page Jan 8, 2013 · 22 revisions
  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 PPAs for accelerated binary drivers and other TI provided bits (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 …

  1. 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. scripts/linux/compileOF.sh NOTE LIBSPATH is undefined
  7. scripts/linux/compilePG.sh NOTE fails: make: *** No rule to make target 'Debug'. Stop.