forked from openframeworks/openFrameworks
-
Notifications
You must be signed in to change notification settings - Fork 10
Home
bakercp edited this page Dec 6, 2012
·
60 revisions
Welcome! If you are interested in joining the effort to see openFrameworks come to embedded Linux Platforms such as the Raspberry Pi, Pandaboard, Beagleboard, Beaglebone and more, please browse the pages below. In fact, please feel free to update this wiki as you go! If you find bugs along the way, drop them in our issue tracker here. Raspberry Pi support is still in a very early stage. We need your help to make it better. Join us!
- Currently, Pandaboard, and other Embedded Linux platforms are being tested with this branch. As long as your system supports aptitude (i.e.
apt-get), and eitherarmv6l(Possibly compatible platforms are listed here) orarmv7l(Possibly compatible platforms are listed here), the Raspberry Pi information should be applicable. Your feedback is important, so if you run into problems, please leave an issue and / or add to this wiki!
- Raspberry Pi Introduction
- Raspberry Pi Getting Started
- Raspberry Pi Contributing Code
- Raspberry Pi Developer Notes
- Raspberry Pi Roadmap
- Raspberry Pi Participants
- Raspberry Pi Projects
- Raspberry Pi Troubleshooting
Compiling all examples can be done with the following scripts:
For normal compiling,
For distcc based compiling:
- distcc setup and lives in $(OF_ROOT)/scripts/linux
- https://gist.github.com/4159230
These solutions are temporary and will be wrapped better as soon as initial development settles down.
Installing Ino Tool http://inotool.org/
sudo apt-get install python-setuptools python-configobj python-jinja2 python-serial picocom arduino
Or Easier?