forked from openframeworks/openFrameworks
-
Notifications
You must be signed in to change notification settings - Fork 10
PandaBoard Getting Started
pizthewiz edited this page Jan 19, 2013
·
22 revisions
- Install the latest Ubuntu 12.04 Desktop OMAP4.
- Setup a user account
- install and enable ssh
% sudo apt-get install openssh-server - 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-extrasupdate distribution again for safety% sudo apt-get dist-upgradeand reboot% sudo reboot - update bootargs and force install new bootloader …
- install git
% sudo apt-get install git - clone repo and checkout develop-raspberrypi branch
- scripts/linux/ubuntu/install_codecs.sh
- apt-get lines from scripts/linux/ubuntu/install_dependencies.sh
- apt-get lines from scripts/linux/ubuntu-omap4/install_dependencies.sh
- from libs/openFrameworksCompiled/project
% make Debug -j4 && make Release -j4
copy Makefile from scripts/linux/template/linuxarmv7l/Makefile into directory of application you wish to build and % make…