Difference between revisions of "Development"

From Pandora Wiki
Jump to: navigation, search
(cat)
Line 1: Line 1:
==Kernel and Firmware==
 
* [[Development_Tools | Pandora kernel and Firmware reference information]] including SD card booting
 
* [[http://bugs.openpandora.org/ Pandora Bug Tracker]], [[Reporting bugs]] instructions
 
* Official [[Current_open_tasks_official | Open Tasks]] (please don't edit unless you are a dev)
 
 
 
==Compiling Software==
 
==Compiling Software==
 
* [[Setting up a cross-compiler|Set up a cross-compiler]] to compile code for the Pandora on your PC.
 
* [[Setting up a cross-compiler|Set up a cross-compiler]] to compile code for the Pandora on your PC.
* Or, set up and [[compile directly on the Pandora]], [http://www.gp32x.com/board/index.php?/topic/53964-cross-compiling-is-bollocks-toolchains-are-bollocks-use-your-pandora-to-build-apps/ 'bollocks' style].
+
* [[compile directly on the Pandora]], [http://www.gp32x.com/board/index.php?/topic/53964-cross-compiling-is-bollocks-toolchains-are-bollocks-use-your-pandora-to-build-apps/ 'bollocks' style].
  
 
==Porting and Writing Software==
 
==Porting and Writing Software==
Line 13: Line 8:
  
 
==Distributing Software==
 
==Distributing Software==
 +
* [[PND quickstart]] - Quickly learn how to make PNDs (using Linux) for your software.
 
* Learn more about the [[Libpnd hub|PND file format]] that is used for distribution.
 
* Learn more about the [[Libpnd hub|PND file format]] that is used for distribution.
* [[PND quickstart]] - Quickly learn how to make PNDs (using Linux) for your software.
 
  
==Pandora firmware (kernel, libpnd, etc etc) governance==
+
==Kernel and Firmware==
 +
* [[Development_Tools | Pandora kernel and Firmware reference information]] including SD card booting
 +
* [[http://bugs.openpandora.org/ Pandora Bug Tracker]], [[Reporting bugs]] instructions
 +
* Official [[Current_open_tasks_official | Open Tasks]] (please don't edit unless you are a dev)
 
* 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 06:43, 20 April 2011

Compiling Software

Porting and Writing Software

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