Difference between revisions of "Development"
From Pandora Wiki
Line 14: | Line 14: | ||
* [[Development_Tools | Pandora kernel and Firmware reference information]] including SD card booting | * [[Development_Tools | Pandora kernel and Firmware reference information]] including SD card booting | ||
* [[http://bugs.openpandora.org/ Pandora Bug Tracker]], [[Reporting bugs]] instructions | * [[http://bugs.openpandora.org/ Pandora Bug Tracker]], [[Reporting bugs]] instructions | ||
− | |||
* Learn more about [[firmware_governance|submitting patches]] and getting involved in firmware and library development | * Learn more about [[firmware_governance|submitting patches]] and getting involved in firmware and library development | ||
[[Category:Development]] | [[Category:Development]] | ||
[[Category:FAQ]] | [[Category:FAQ]] |
Revision as of 20:45, 10 September 2013
Contents
Compiling Software
- Set up a cross-compiler to compile code for the Pandora on your PC.
- compile on the Pandora
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
- PND quickstart - Quickly learn how to make PNDs (using Linux) for your software.
- Learn more about the PND file format that is used for distribution.
Kernel and Firmware
- Pandora kernel and Firmware reference information including SD card booting
- [Pandora Bug Tracker], Reporting bugs instructions
- Learn more about submitting patches and getting involved in firmware and library development