13.2.0: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
== Status ==
== Status ==


Status: [[Status::in development]] (see [[/Release plan]]).
Status: [[Status::in testing]] (see [[/Release plan]]).


To be released on: [[Release date::2013-06-13]]
To be released on: [[Release date::2013-06-13]]
Line 9: Line 9:
== Download and installation ==
== Download and installation ==


<b>Download and installation instructions can be found in the [[Release notes/{{PAGENAME}}|release notes]].</b>
Development builds are available here:
* http://build.laptop.org/13.2.0

New builds are announced on the devel mailing list.

=== XO-1.75, XO-1.5 and XO-4 ===
To install from Open Firmware on an unlocked [[XO-1.5]] or [[XO-1.75]], download a .zd file to a USB drive.

Insert the USB drive into the XO, get to the [[Ok]] prompt and type:

fs-update u:\X.zd

Where X.zd is the file you downloaded, for example 32001o1.zd (for XO-1.5), 32001o2.zd (for XO-1.75) or 32001o4.zd (for XO-4).

=== XO-1 ===

To install from Open Firmware on an unlocked [[XO-1]], download the .img and .crc files to a USB drive.

Insert the USB drive into the XO-1, get to the [[Ok]] prompt and type:
copy-nand u:\X.img
where X.img is the .img file you downloaded, for example 32001o0.img.

== Online upgrade ==

For updating from a previous release to a 13.1.0 development build, or from one 13.2.0 development build to another, you can use olpc-update. For example, to update to build 1, run one of the commands below in the Terminal activity, depending which laptop model you are using:

sudo olpc-update 13.2.0d_xo4-1
sudo olpc-update 13.2.0d_xo1.75-1
sudo olpc-update 13.2.0d_xo1.5-1
sudo olpc-update 13.2.0d_xo1-1



[[Category:Releases]]
[[Category:Releases]]

Revision as of 14:27, 23 May 2013

13.2.0 is an in-development OLPC OS release, focusing on stabilizing and polishing XO-4 functionality as well as misc fixes in other areas of the system. The target platforms are Target platforms::XO-1, Target platforms::XO-1.5 (including XO-1.5 High School Edition), Target platforms::XO-1.75 and Target platforms::XO-4.

Status

Status: Status::in testing (see /Release plan).

To be released on: Release date::2013-06-13

Download and installation

Download and installation instructions can be found in the release notes.