forked from psema4/pine
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
jeremyckahn edited this page Jul 17, 2012
·
19 revisions
Pine's goal is to provide a game console for HTML 5 games.
- Research technical feasibility
- Set up development environment
- Emulate software environment on X86 (for easier development)
- Run software on Raspberry Pi Hardware
Raspberry Pi runs on ARM architecture, so the stack needs to be compatible with it.
- Linux: Going to first try the Debian "squeeze" distro recommended on the Raspberry Pi site. Also going to look at Raspbian.
- Node: Confirmed to run on the Raspberry Pi.
- Chromium: Looks like it should run.