Software discussion: Difference between revisions
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]] |
|||
* [http://dev.laptop.org/ The OLPC developer wiki] |
* [http://dev.laptop.org/ The OLPC developer wiki] |
||
* [[Getting started programming]] |
* [[Getting started programming]] |
||
[[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''']] |
|||
* 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#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 |
||
⚫ | |||
⚫ | |||
Other: |
|||
*[[Development issues]] |
|||
⚫ | |||
⚫ | |||
[[Software Schedules|Software schedules]] |
|||
[[Testing checklist]] |
|||
[[LinuxBIOS]] |
|||
* [[Building LinuxBIOS]] |
* [[Building LinuxBIOS]] |
||
* [[Maintainer Notes]] |
* [[Maintainer Notes]] |
||
* [[OFW FAQ|Open Firmware]] |
* [[OFW FAQ|Open Firmware]] |
||
[[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 |
|||
* [[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.
- Sugar - the User Interface
- Software components and projects
- Software goals and open-source software
- Software FAQ
Developers, you can help get Trial1 out the door right now:
Some Details
(This section needs to be updated)
BTest 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.
- BTest-1 Demo Notes describes some of the software on the BTest systems
- All BTest systems should be upgraded to current software and firmware before use, since many problems have already been resolved since the machines were manufactured
- Firmware releases are stored here.
- The latest build is always here.
- Instructions regarding the use of emulation images
- User Feedback on Images
- Programming environments we will be supporting
- Applications to be included on B1
- Applications to be included on B2
- Libraries we are using
- Development issues and Sample Applications
Misc