Difference between revisions of "Development"
From Pandora Wiki
(→Kernel and Firmware) |
m (→Kernel and Firmware) |
||
Line 1: | Line 1: | ||
==Kernel and Firmware== | ==Kernel and Firmware== | ||
− | * [[Development_Tools | Pandora kernel and Firmware reference information]] | + | * [[Development_Tools | Pandora kernel and Firmware reference information]] including SD card booting |
* [[http://bugs.openpandora.org/ Pandora Bug Tracker]] | * [[http://bugs.openpandora.org/ Pandora Bug Tracker]] | ||
* Official [[Current_open_tasks_official | Open Tasks]] (please don't edit unless you are a dev) | * Official [[Current_open_tasks_official | Open Tasks]] (please don't edit unless you are a dev) |
Revision as of 10:49, 15 July 2010
Contents
Kernel and Firmware
- Pandora kernel and Firmware reference information including SD card booting
- [Pandora Bug Tracker]
- Official Open Tasks (please don't edit unless you are a dev)
Compiling Software
- Set up a cross-compiler to compile code for the Pandora on your PC.
- Or, set up and compile directly on the Pandora, 'bollocks' style.
Porting and Writing Software
- If porting existing software, try the porting guide.
- If creating new code, then the development tutorials may be useful.
Distributing Software
- Learn more about the PND file format that is used for distribution.
- PND quickstart - Quickly learn how to make PNDs (using Linux) for your software.