Software discussion: Difference between revisions

From OLPC
Jump to navigation Jump to search
(→‎See also: Added link to dev.laptop.org and its code browser.)
(Reformatted. Section headings were being much overused.)
Line 1: Line 1:
{{OLPC}}
{{OLPC}}

__NOTOC__
==Overview==
==Overview==


Line 14: Line 14:
*[[Trial1 Software]]; [[Trial1 TODO]]
*[[Trial1 Software]]; [[Trial1 TODO]]


==Details==
==Some Details==
''(This section needs to be updated)''
''(This section needs to be updated)''


===[[Developers program]]===
[[Developers program]]
* [http://dev.laptop.org/ The OLPC developer wiki]
* [http://dev.laptop.org/ The OLPC developer wiki]
* [[Getting started programming]]
* [[Getting started programming]]


===[[BTest]] Software===
[[BTest]] Software
* The [[BTest-1 Release Notes]] and [[BTest-2 Release Notes]] are required reading for anyone with BTest Hardware and Software
* The [[BTest-1 Release Notes]] and [[BTest-2 Release Notes]] are required reading for anyone with BTest Hardware and Software
* The [[OLPC Software Release Notes]] are also required reading.
* The [[OLPC Software Release Notes]] are also required reading.
Line 28: Line 28:
* [[Firmware]] releases are stored here.
* [[Firmware]] releases are stored here.


===[[OS_images|'''Build images''']]===
[[OS_images|'''Build images''']]
* The latest build is always [http://olpc.download.redhat.com/olpc/streams/development/LATEST here].
* The latest build is always [http://olpc.download.redhat.com/olpc/streams/development/LATEST here].
* Instructions regarding the use of [[OS_images_for_emulation|emulation images]]
* Instructions regarding the use of [[OS_images_for_emulation|emulation images]]
* [[User_Feedback_on_Images|User Feedback on Images]]
* [[User_Feedback_on_Images|User Feedback on Images]]


===[[Software components|Laptop software]]===
[[Software components|Laptop software]]
* [[Software components#Programming environments|Programming environments]] we will be supporting
* [[Software components#Programming environments|Programming environments]] we will be supporting
* [[Software components#Applications on B1|Applications to be included on B1]]
* [[Software components#Applications on B1|Applications to be included on B1]]
* [[Software components#Applications (and ports) under development for B2|Applications to be included on B2]]
* [[Software components#Applications (and ports) under development for B2|Applications to be included on B2]]
* [[Software components#Libraries and Plugins|Libraries]] we are using
* [[Software components#Libraries and Plugins|Libraries]] we are using
* [[Development issues]] and [[Sample Applications]]


[[OLPC Python Environment]]
Other:
*[[Development issues]]
*[[Sample Applications]]

===[[OLPC Python Environment]]===


===[[Software Schedules|Software schedules]]===
[[Software Schedules|Software schedules]]


===[[Testing checklist]]===
[[Testing checklist]]


===[[LinuxBIOS]]===
[[LinuxBIOS]]
* [[Building LinuxBIOS]]
* [[Building LinuxBIOS]]
* [[Maintainer Notes]]
* [[Maintainer Notes]]
* [[OFW FAQ|Open Firmware]]
* [[OFW FAQ|Open Firmware]]


===[[Hardware Drivers|Device drivers]]===
[[Hardware Drivers|Device drivers]]
* [[DCON]]
* [[DCON]]
* [[GPIO Map | CS5536 GPIO Mappings ]]
* [[GPIO Map | CS5536 GPIO Mappings ]]
* [[Port Address | OLPC Port and MMIO base address ]]
* [[Port Address | OLPC Port and MMIO base address ]]


===Misc===
Misc
* [[Kernel Debugging]]
* [[Kernel Debugging]]



Revision as of 01:50, 22 March 2007

  This page is monitored by the OLPC team.

Overview

OLPC software is a set of carefully chosen and integrated linux applications, creating an innovative user environment.

Developers, you can help get Trial1 out the door right now:

Some Details

(This section needs to be updated)

Developers program

BTest Software

Build images

Laptop software

OLPC Python Environment

Software schedules

Testing checklist

LinuxBIOS

Device drivers

Misc

See also