forked from openframeworks/openFrameworks
-
Notifications
You must be signed in to change notification settings - Fork 11
PandaBoard Getting Started
pizthewiz edited this page Jan 8, 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 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
- update bootargs and force install new bootloader …
- 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
- scripts/linux/compileOF.sh NOTE LIBSPATH is undefined
- scripts/linux/compilePG.sh NOTE fails: make: *** No rule to make target 'Debug'. Stop.