OLPC:News: Difference between revisions

From OLPC
Jump to navigation Jump to search
(added wikilink, cleaned up other links.)
No edit summary
Line 3: Line 3:
[[Category:General Public]]
[[Category:General Public]]


=Laptop News 2007-08-18=
=Laptop News 2007-08-25=
1. Ethiopia: Nicholas gave the keynote at UN hosted World Information Technology Forum at which 52 countries were present, virtually all African nations.
1. Cambridge: Ivan Krstić has been named to ''Technology Review'''s prestigious TR35 List of Top Young Innovators. Ivan has been recognized by TR as one of the world's top innovators under the age of 35 for his work on OLPC’s innovative computer-security platform, [[Bitfrost]].


2. Breaza: As part of our on-going outreach in Romania, OLPC intern Joel Stanley gave a presentation to Forum IT, an annual five-day computer summer camp for young people in Romania, run by Catalin Grosu (See http://tabara.forumit.ro/2007/arhiva.php).
2. CTest-1: 300 CTest-1 laptops were built this week in Shanghai; 150 of them are on their way to Cambridge, 10 of which will be immediately diverted to UL for final certification, along with full complements of batteries and AC adapters.


3. Microscope: TB, malaria, and HIV/AIDS kill about 6M people a year in resource-poor areas. Simple, afford diagnostic methods for these diseases could save many lives. Our video-microscope add-on to the XO may help with the diagnostics efforts: HIV/AIDS can diagnosed through video microscopicy with signal processing: an automating method to count T-Cells. TB (including drug-resistant TB) and malaria can be diagnosed in similar ways. We are discussing the best way to proceed with Dr. Howard Shapiro, who runs the Center of Microbial Cytometry and wrote the widely used textbook, Practical Flow Cytometry, which can be read online free of charge (See
3. Microscope: Barrett Comiskey of the Nicobar group (and former Eink co-founder) has begun work on a low-cost microscope and a low-cost periscope. He is working on developing optical and other peripherals for the laptop, such a plug-in membrane that can act as an audio drumming machine. Pierre Lena, who runs the primary school science program “la main a la pate” (LAMAP) is also working on a microscope for the XO; efforts can be coordinated between the two efforts.
http://probes.invitrogen.com/products/flowcytometry/practicalflowcytometry.html). Howard has already developed low-cost cytometers for this purpose.


4. Pippy: Chris Ball released a Python-programming activity called Pippy, which is in the base image as of Build 553. It is a simple programming console in the style of the consoles for basic interpreted languages that many of us grew up with, and comes with a selection of introductory Python code. The next goal is to make it easy for children to distribute activities that consist of the code they've written.
4. Activation: Scott Ananian updated the initial ramdisk to better handle activation from unpartitioned USB keys and SD cards; he tuned the activation graphical user interface (GUI), and he refactored the code to support activation via a separate anti-theft client. Scott tracked recent JFFS2 cleanmarker changes by Mitch Bradley and Dave Woodhouse and to he added support for backup and restore from unpartitioned USB keys/SD cards. Scott updated the autoreinstallation script: we now turn on “preserve user data” by default. Also, the script preserves the activation lease contents on activated machines and some changes have been made to make activating never-before-activated machines a bit easier. Scott also updated the autoreinstallation instructions on the wiki (See [[Autoreinstallation image]]).


5. Wireless resume: Chris Ball spent most of the week working on the wireless-resume problem. Javier Cardona and USB experts at Marvell have been coming up with firmware patches. They are making progress—the number of successful resumes we get per cycle is increasing.
5. “Pretty boot”: Holding down the left directional pad during boot of the latest builds freezes the DCON—the first iteration of “pretty boot.” Scott used the minimal framebuffer support he wrote for the activation GUI to make a tiny proof-of-concept boot animation (which rotates the XO man).


6. Kernel: Andres Salomon fixed some build failures due to kernel config and sent the patch upstream. Our build scripts needed to be updated as well, so that was done. With that out of the way, Andres took the opportunity to do a large update of our kernel config. This included enabling network and sound drivers used by VMware and Virtualbox, dropping some unused NAND drivers (including ATest NAND support), fixing IPv6, and building some drivers statically. Andres also reviewed a number of vserver updates and committed some of them.
6. Software updates: Scott also wrote a manifest specification (See [[Manifest Specification]]) for activity/library/base os bundle manifests. The manifest will allow us to do inter-bundle sharing, incremental download, and security system authentication of bundle contents. It uses canonical JSON as an interchange format, in the minimal spirit of LISP S-expressions (See [[Canonical JSON]]).


7. School server: John Watlington announced a build (125) for testing. It is missing a number of crucial services, but verifies the build and installation process and supports laptops on the mesh. It should install on most x86 platforms, requiring only an Active Antenna to provide the mesh interface. More information is available from the wiki (See [[XS_Server_Software]]). You can also obtain the Live CD image (from http://xs-dev.laptop.org/xs/OLPC_XS_LATEST.iso). Release notes and installation instructions are also in the wiki (See [[XS_Installing_Software]]). Over the next week, we hope to include all required services in this build. Thanks go to Holger Levsen, Dan Margo, Scott Ananian, and RedHat team.
7. Wireless: In response to mesh throughput fluctuations observed by the team at Universidade Federal Fluminense (UFF) in Rio de Janeiro, Marvell implemented and tested and new rate-adaptation algorithm. The new scheme continuously adjusts the transmission rate using transmission-frame error rates as its input. In the existing scheme the rate for a specific link was fixed during path discovery. The new scheme results in more constant mesh throughput at the expense of peak observed (instantaneous) throughput.


8. Updates and security: Scott Ananian—with help from Ivan Krstić, Michael Stone, Noah Kantrowitz, and Mitch Bradley—wrote or edited the following specifications in the wiki:
8. Firmware: Mitch Bradley released Q2C24 firmware with various improvements, including: faster scrolling; graphical display of copy-nand progress; the firmware resume path leaves USB alone; WLAN driver supports promiscuous mode; an Easter egg (press rocker key to the right after power-on); and a change to the cleanmarker format for consistency with kernels after Aug 10. He also made progress, albeit slow, on crypto. Lilian Walter worked on DNS this week. The code can now issue DNS AAAA query to both IPv4 and IPv6 DNS servers to resolve hostname into Ipv6 address. The next phase to get her router or DHCPv6 server to advertise the IPv6 DNS server IPv6 address.


* [[Manifest_Specification]]
9. School server: Due to an increase in the volume of discussion, we now have a separate chat (#schoolserver on irc.oftc.net) for the school server. Holger Levsen has setup a conventional laptop with an “active antenna” (a Marvel USB wlan device) as a school server (at least the internet gateway part of it) based on a installation image from http://xs-dev.laptop.org/xs/, while taking notes on every installation/configuration step. He plans to automate the procedure next week. Using the server, XOs can now access the interweb over the mesh automatically.
* [[Firmware_Security]]
* [[Firmware_Key_and_Signature_Formats]]
* [[Early_Boot]]
* [[Cheat_codes]]
* [[Yellow_Treaps]]


Scott also made good progress towards getting boot-from-multiple-images support into the initial ramdisk, a component of our improved upgrade code. Scott worked on the auto-reinstallation image, hand-holding users through the new auto-reinstallation process and debugging some genuine problems.
10. Kernel: This week Andres Salomon continued pushing patches upstream (the never-ending story), discovered a serious flaw in the way that we're handling our kernel configs that broke IPv6 support (and will most likely require an upstream patch to get right), merged some USB patches from upstream that should help with suspend/resume issues, synched the master and stable branches up, merged a bunch of vserver updates (including ipv6 support), and fixed some audio driver problems.


9. Firmware: Lilian Walter got the router to advertise a DNS IPv6 address and the code to use those data. For completeness, she is working on setting up DHCP6s to do the same. Mitch Bradley released Q2C25; he is focusing on security support in the firmware
11. X Window System: The packaging part of X 1.4 is complete; in retrospect it wasn't that problematic. The server starts and runs Sugar with no visible rendering issues, but there are not yet any input devices. Bernardo Innocenti is trying to get HAL (the hardware abstraction layer) to properly configure them. The old mechanism based on dbus and “respeclaration” no longer works, but we do not care, because it was only for debugging purposes.


10. Schedules: Monday is feature freeze for Trial-3. We will be following up on all unfinished features to see how to close them down or move them out. We will start attacking the blocking and high-priority bugs starting next week.
Sergey Udaltsov has made a first pass at XKB support for Amharic. The new keyboard standard that has recently been formalized in Ethiopia includes a basic keyboard layout and a series of overlays for composing more than 200 characters.


11. Testing: There was regression over the past week, especially in activities, but by the end of the week, many fixes had been checked in. Check this weekend's build (557). Please write up your notes in the wiki (See [[Test_Group_Release_Notes]]).
12. Etoys: Most of the Etoys team members, Yoshiki Ohshima, Scott Wallace, Takashi Yamamiya, Kim Rose, and Alan Kay spent a week with Kathleen Harness to discuss the documentation issue. (Kathleen has been managing the squeakcmi.org site at UIUC.) Kathleen's “SqueakCard” will be bundled as a quick help materials for Etoys. Concurrently, various bug fixes and enhancements were published. Most notably, Takashi's and Korakurider's gettext interoperability is reaching to a point where almost all needed phrases in the system can be exported for translation.


12. MaMaMedia: The MaMaMedia team has a new release for Build 542 that includes seven activities, including a Jigsaw Puzzle, Poll Builder, and Slider Puzzle feature mesh-based creative and collaborative sharing; and a Learning Center as a place for teachers and students to share learning tips. All of activities are now using the (almost) stabilized Sugar features: journal, clipboard, and tubes for sharing. Many thanks to Carla Gomez Monroy, SJ Klein, and Lauren Klein for their feedback and to Lincoln Quirk, Eben Eliason, and Marco Gritti for their collaboration with Morgan Collett, Carlos Neves, Terrence Grannum, Ed Stoner, Rich Goehl, and Shannon Sullivan (See http://www.worldwideworkshop.org/olpcwiki/index.php?title=MaMaMedia_Activity_Center and http://www.worldwideworkshop.org/olpcwiki/index.php?title=Teacher_Center).
13. Build 542: Jim Gettys has pulled together extensive release notes for our new stable build (See [[OLPC Trial-2 Software Release Notes]]). There are also extensive notes geared towards a less technical audience in the wiki (See [[542 Demo Notes]]).

13. Map creation: Christopher Schmidt, Schuyler Erle, and SJ Klein worked out a process for turning existing map-layer tools and public data into a lightweight browsable atlas, whose most detailed layer links out to text or image content. This should be able to run on an XO, with tiles generated by libraries on a server. Early versions are working online as a browsable page. Christopher is working on an activity version that clones Browse.

14. Games: Roberto Faga got a lightweight NES emulator to work on the XO, with a set of bundles or ROMs. We need a copyright release on the ROMs and source code from Nintendo (or the original publishers) before we could ship them. Patrick Dejarnette got his Side-Scroller engine working, and is now developing images and some levels over the weekend (See wiki.laptop.org/go/Side-scroller).

15. Content Jams: Brendan Ballou in NYC is organizing a content jam for September 21-23 around news and journalism; they have their organizational team and a test group set up. Roberto Faga is also preparing a Game Jam in Brazil for the end of September; he is looking for interested Portuguese-speakers to help out.

16. Misc. activities: Lauren Klein and Charles Smith are continuing to work on a Bug Blitz activity and plan to have something to test next week. Some biologists from Argentina have offered to help with the project by reviewing photographs to help identify bugs and other life that children photograph in their vicinity.

An activity that need support and work: a simple video editor for splicing together images and video and matching them with spoken sentences (See http://wiki.laptop.org/go/ColingoXO).

17. Grassroots: OLPC Philippines is gathering local interest; a Manila content jam is planned for the start of October, and they are filing papers to set up their own local nonprofit. OLPC Indonesia is starting to take shape as well; they have recruited a number of interested people and set up their own Indonesian-language mailing list (See http://wiki.laptop.org/go/OLPC_Indonesia and
http://groups.google.com/group/olpc-indonesia).


=More News=
=More News=

Revision as of 17:44, 25 August 2007

  This page is monitored by the OLPC team.
   HowTo [ID# 61765]  +/-  

Laptop News 2007-08-25

1. Ethiopia: Nicholas gave the keynote at UN hosted World Information Technology Forum at which 52 countries were present, virtually all African nations.

2. Breaza: As part of our on-going outreach in Romania, OLPC intern Joel Stanley gave a presentation to Forum IT, an annual five-day computer summer camp for young people in Romania, run by Catalin Grosu (See http://tabara.forumit.ro/2007/arhiva.php).

3. Microscope: TB, malaria, and HIV/AIDS kill about 6M people a year in resource-poor areas. Simple, afford diagnostic methods for these diseases could save many lives. Our video-microscope add-on to the XO may help with the diagnostics efforts: HIV/AIDS can diagnosed through video microscopicy with signal processing: an automating method to count T-Cells. TB (including drug-resistant TB) and malaria can be diagnosed in similar ways. We are discussing the best way to proceed with Dr. Howard Shapiro, who runs the Center of Microbial Cytometry and wrote the widely used textbook, Practical Flow Cytometry, which can be read online free of charge (See http://probes.invitrogen.com/products/flowcytometry/practicalflowcytometry.html). Howard has already developed low-cost cytometers for this purpose.

4. Pippy: Chris Ball released a Python-programming activity called Pippy, which is in the base image as of Build 553. It is a simple programming console in the style of the consoles for basic interpreted languages that many of us grew up with, and comes with a selection of introductory Python code. The next goal is to make it easy for children to distribute activities that consist of the code they've written.

5. Wireless resume: Chris Ball spent most of the week working on the wireless-resume problem. Javier Cardona and USB experts at Marvell have been coming up with firmware patches. They are making progress—the number of successful resumes we get per cycle is increasing.

6. Kernel: Andres Salomon fixed some build failures due to kernel config and sent the patch upstream. Our build scripts needed to be updated as well, so that was done. With that out of the way, Andres took the opportunity to do a large update of our kernel config. This included enabling network and sound drivers used by VMware and Virtualbox, dropping some unused NAND drivers (including ATest NAND support), fixing IPv6, and building some drivers statically. Andres also reviewed a number of vserver updates and committed some of them.

7. School server: John Watlington announced a build (125) for testing. It is missing a number of crucial services, but verifies the build and installation process and supports laptops on the mesh. It should install on most x86 platforms, requiring only an Active Antenna to provide the mesh interface. More information is available from the wiki (See XS_Server_Software). You can also obtain the Live CD image (from http://xs-dev.laptop.org/xs/OLPC_XS_LATEST.iso). Release notes and installation instructions are also in the wiki (See XS_Installing_Software). Over the next week, we hope to include all required services in this build. Thanks go to Holger Levsen, Dan Margo, Scott Ananian, and RedHat team.

8. Updates and security: Scott Ananian—with help from Ivan Krstić, Michael Stone, Noah Kantrowitz, and Mitch Bradley—wrote or edited the following specifications in the wiki:

Scott also made good progress towards getting boot-from-multiple-images support into the initial ramdisk, a component of our improved upgrade code. Scott worked on the auto-reinstallation image, hand-holding users through the new auto-reinstallation process and debugging some genuine problems.

9. Firmware: Lilian Walter got the router to advertise a DNS IPv6 address and the code to use those data. For completeness, she is working on setting up DHCP6s to do the same. Mitch Bradley released Q2C25; he is focusing on security support in the firmware

10. Schedules: Monday is feature freeze for Trial-3. We will be following up on all unfinished features to see how to close them down or move them out. We will start attacking the blocking and high-priority bugs starting next week.

11. Testing: There was regression over the past week, especially in activities, but by the end of the week, many fixes had been checked in. Check this weekend's build (557). Please write up your notes in the wiki (See Test_Group_Release_Notes).

12. MaMaMedia: The MaMaMedia team has a new release for Build 542 that includes seven activities, including a Jigsaw Puzzle, Poll Builder, and Slider Puzzle feature mesh-based creative and collaborative sharing; and a Learning Center as a place for teachers and students to share learning tips. All of activities are now using the (almost) stabilized Sugar features: journal, clipboard, and tubes for sharing. Many thanks to Carla Gomez Monroy, SJ Klein, and Lauren Klein for their feedback and to Lincoln Quirk, Eben Eliason, and Marco Gritti for their collaboration with Morgan Collett, Carlos Neves, Terrence Grannum, Ed Stoner, Rich Goehl, and Shannon Sullivan (See http://www.worldwideworkshop.org/olpcwiki/index.php?title=MaMaMedia_Activity_Center and http://www.worldwideworkshop.org/olpcwiki/index.php?title=Teacher_Center).

13. Map creation: Christopher Schmidt, Schuyler Erle, and SJ Klein worked out a process for turning existing map-layer tools and public data into a lightweight browsable atlas, whose most detailed layer links out to text or image content. This should be able to run on an XO, with tiles generated by libraries on a server. Early versions are working online as a browsable page. Christopher is working on an activity version that clones Browse.

14. Games: Roberto Faga got a lightweight NES emulator to work on the XO, with a set of bundles or ROMs. We need a copyright release on the ROMs and source code from Nintendo (or the original publishers) before we could ship them. Patrick Dejarnette got his Side-Scroller engine working, and is now developing images and some levels over the weekend (See wiki.laptop.org/go/Side-scroller).

15. Content Jams: Brendan Ballou in NYC is organizing a content jam for September 21-23 around news and journalism; they have their organizational team and a test group set up. Roberto Faga is also preparing a Game Jam in Brazil for the end of September; he is looking for interested Portuguese-speakers to help out.

16. Misc. activities: Lauren Klein and Charles Smith are continuing to work on a Bug Blitz activity and plan to have something to test next week. Some biologists from Argentina have offered to help with the project by reviewing photographs to help identify bugs and other life that children photograph in their vicinity.

An activity that need support and work: a simple video editor for splicing together images and video and matching them with spoken sentences (See http://wiki.laptop.org/go/ColingoXO).

17. Grassroots: OLPC Philippines is gathering local interest; a Manila content jam is planned for the start of October, and they are filing papers to set up their own local nonprofit. OLPC Indonesia is starting to take shape as well; they have recruited a number of interested people and set up their own Indonesian-language mailing list (See http://wiki.laptop.org/go/OLPC_Indonesia and http://groups.google.com/group/olpc-indonesia).

More News

Laptop News is archived at Laptop News. Also on community-news.

You can subscribe to the OLPC community-news mailing list by visiting the laptop.org mailman site.

Press requests: please send email to press@racepointgroup.com

Milestones

Latest milestones:

Nov. 2007 Mass Production has started.
July. 2007 One Laptop per Child Announces Final Beta Version of its Revolutionary XO Laptop.
Apr. 2007 First pre-B3 machines built.
Mar. 2007 First mesh network deployment.
Feb. 2007 B2-test machines become available and are shipped to developers and the launch countries.
Jan. 2007 Rwanda announced its participation in the project.

All milestones can be found here.


Press

  This page is monitored by the OLPC team.
   HowTo [ID# 61765]  +/-  

Laptop News 2007-08-25

1. Ethiopia: Nicholas gave the keynote at UN hosted World Information Technology Forum at which 52 countries were present, virtually all African nations.

2. Breaza: As part of our on-going outreach in Romania, OLPC intern Joel Stanley gave a presentation to Forum IT, an annual five-day computer summer camp for young people in Romania, run by Catalin Grosu (See http://tabara.forumit.ro/2007/arhiva.php).

3. Microscope: TB, malaria, and HIV/AIDS kill about 6M people a year in resource-poor areas. Simple, afford diagnostic methods for these diseases could save many lives. Our video-microscope add-on to the XO may help with the diagnostics efforts: HIV/AIDS can diagnosed through video microscopicy with signal processing: an automating method to count T-Cells. TB (including drug-resistant TB) and malaria can be diagnosed in similar ways. We are discussing the best way to proceed with Dr. Howard Shapiro, who runs the Center of Microbial Cytometry and wrote the widely used textbook, Practical Flow Cytometry, which can be read online free of charge (See http://probes.invitrogen.com/products/flowcytometry/practicalflowcytometry.html). Howard has already developed low-cost cytometers for this purpose.

4. Pippy: Chris Ball released a Python-programming activity called Pippy, which is in the base image as of Build 553. It is a simple programming console in the style of the consoles for basic interpreted languages that many of us grew up with, and comes with a selection of introductory Python code. The next goal is to make it easy for children to distribute activities that consist of the code they've written.

5. Wireless resume: Chris Ball spent most of the week working on the wireless-resume problem. Javier Cardona and USB experts at Marvell have been coming up with firmware patches. They are making progress—the number of successful resumes we get per cycle is increasing.

6. Kernel: Andres Salomon fixed some build failures due to kernel config and sent the patch upstream. Our build scripts needed to be updated as well, so that was done. With that out of the way, Andres took the opportunity to do a large update of our kernel config. This included enabling network and sound drivers used by VMware and Virtualbox, dropping some unused NAND drivers (including ATest NAND support), fixing IPv6, and building some drivers statically. Andres also reviewed a number of vserver updates and committed some of them.

7. School server: John Watlington announced a build (125) for testing. It is missing a number of crucial services, but verifies the build and installation process and supports laptops on the mesh. It should install on most x86 platforms, requiring only an Active Antenna to provide the mesh interface. More information is available from the wiki (See XS_Server_Software). You can also obtain the Live CD image (from http://xs-dev.laptop.org/xs/OLPC_XS_LATEST.iso). Release notes and installation instructions are also in the wiki (See XS_Installing_Software). Over the next week, we hope to include all required services in this build. Thanks go to Holger Levsen, Dan Margo, Scott Ananian, and RedHat team.

8. Updates and security: Scott Ananian—with help from Ivan Krstić, Michael Stone, Noah Kantrowitz, and Mitch Bradley—wrote or edited the following specifications in the wiki:

Scott also made good progress towards getting boot-from-multiple-images support into the initial ramdisk, a component of our improved upgrade code. Scott worked on the auto-reinstallation image, hand-holding users through the new auto-reinstallation process and debugging some genuine problems.

9. Firmware: Lilian Walter got the router to advertise a DNS IPv6 address and the code to use those data. For completeness, she is working on setting up DHCP6s to do the same. Mitch Bradley released Q2C25; he is focusing on security support in the firmware

10. Schedules: Monday is feature freeze for Trial-3. We will be following up on all unfinished features to see how to close them down or move them out. We will start attacking the blocking and high-priority bugs starting next week.

11. Testing: There was regression over the past week, especially in activities, but by the end of the week, many fixes had been checked in. Check this weekend's build (557). Please write up your notes in the wiki (See Test_Group_Release_Notes).

12. MaMaMedia: The MaMaMedia team has a new release for Build 542 that includes seven activities, including a Jigsaw Puzzle, Poll Builder, and Slider Puzzle feature mesh-based creative and collaborative sharing; and a Learning Center as a place for teachers and students to share learning tips. All of activities are now using the (almost) stabilized Sugar features: journal, clipboard, and tubes for sharing. Many thanks to Carla Gomez Monroy, SJ Klein, and Lauren Klein for their feedback and to Lincoln Quirk, Eben Eliason, and Marco Gritti for their collaboration with Morgan Collett, Carlos Neves, Terrence Grannum, Ed Stoner, Rich Goehl, and Shannon Sullivan (See http://www.worldwideworkshop.org/olpcwiki/index.php?title=MaMaMedia_Activity_Center and http://www.worldwideworkshop.org/olpcwiki/index.php?title=Teacher_Center).

13. Map creation: Christopher Schmidt, Schuyler Erle, and SJ Klein worked out a process for turning existing map-layer tools and public data into a lightweight browsable atlas, whose most detailed layer links out to text or image content. This should be able to run on an XO, with tiles generated by libraries on a server. Early versions are working online as a browsable page. Christopher is working on an activity version that clones Browse.

14. Games: Roberto Faga got a lightweight NES emulator to work on the XO, with a set of bundles or ROMs. We need a copyright release on the ROMs and source code from Nintendo (or the original publishers) before we could ship them. Patrick Dejarnette got his Side-Scroller engine working, and is now developing images and some levels over the weekend (See wiki.laptop.org/go/Side-scroller).

15. Content Jams: Brendan Ballou in NYC is organizing a content jam for September 21-23 around news and journalism; they have their organizational team and a test group set up. Roberto Faga is also preparing a Game Jam in Brazil for the end of September; he is looking for interested Portuguese-speakers to help out.

16. Misc. activities: Lauren Klein and Charles Smith are continuing to work on a Bug Blitz activity and plan to have something to test next week. Some biologists from Argentina have offered to help with the project by reviewing photographs to help identify bugs and other life that children photograph in their vicinity.

An activity that need support and work: a simple video editor for splicing together images and video and matching them with spoken sentences (See http://wiki.laptop.org/go/ColingoXO).

17. Grassroots: OLPC Philippines is gathering local interest; a Manila content jam is planned for the start of October, and they are filing papers to set up their own local nonprofit. OLPC Indonesia is starting to take shape as well; they have recruited a number of interested people and set up their own Indonesian-language mailing list (See http://wiki.laptop.org/go/OLPC_Indonesia and http://groups.google.com/group/olpc-indonesia).

More News

Laptop News is archived at Laptop News. Also on community-news.

You can subscribe to the OLPC community-news mailing list by visiting the laptop.org mailman site.

Press requests: please send email to press@racepointgroup.com

Milestones

Latest milestones:

Nov. 2007 Mass Production has started.
July. 2007 One Laptop per Child Announces Final Beta Version of its Revolutionary XO Laptop.
Apr. 2007 First pre-B3 machines built.
Mar. 2007 First mesh network deployment.
Feb. 2007 B2-test machines become available and are shipped to developers and the launch countries.
Jan. 2007 Rwanda announced its participation in the project.

All milestones can be found here.


Press

Template loop detected: Press More articles can be found here.

Video

Miscellaneous videos of the laptop can be found here.

More articles can be found here.

Video

Miscellaneous videos of the laptop can be found here.