Template:Software Install2: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
(removing defunct link to pictures showing holding down all four game keys)
 
(14 intermediate revisions by 2 users not shown)
Line 53: Line 53:
*Start installing:
*Start installing:
{{ #switch: {{{signed}}} | yes =
{{ #switch: {{{signed}}} | yes =
**Hold down all four game keys above the power button (see this [[USB_update#Let.27s_do_it.21_in_3_easy_steps|in pictures]]),
**Hold down all four game keys above the power button,
**Turn on the laptop,
**Turn on the laptop,
**Wait for the message ''Release the game keys to continue'',
**Wait for the message ''Release the game keys to continue'',
Line 60: Line 60:
**Obtain the [[Ok]] prompt,
**Obtain the [[Ok]] prompt,
**Type the command: (If you are using an SD card, substitute sd:\ for u:\ below.)
**Type the command: (If you are using an SD card, substitute sd:\ for u:\ below.)
::<pre>{{ #switch: {{{model}}} | XO-1 = {{ #switch: {{{ubifs}}} | yes = update-nand u:\os{{{build}}}.onu | #default = copy-nand u:\os{{{build}}}.img }} | XO-1.5 = fs-update u:\os{{{build}}}.zd4 | XO-1.75 = fs-update u:\os{{{build}}}.zd4 | #default = ERROR}}</pre>}}
{{ #switch: {{{model}}} | XO-1 = {{ #switch: {{{ubifs}}} | yes = update-nand u:\os{{{build}}}.onu | #default = copy-nand u:\os{{{build}}}.img }} | XO-1.5 = fs-update u:\os{{{build}}}.zd4 | XO-1.75 = fs-update u:\os{{{build}}}.zd4 | #default = ERROR}}}}


Installation progress will be displayed. Green colour will fill
Installation progress will be displayed. Green colour will fill
Line 70: Line 70:
| yes = the laptop will reboot automatically. You may remove the USB or SD drive during or after the reboot.
| yes = the laptop will reboot automatically. You may remove the USB or SD drive during or after the reboot.
| no = the Ok prompt will return. You may remove the USB or SD drive. The laptop {{ #switch: {{{model}}} | XO-1 = may be rebooted. | XO-1.5 = must be rebooted using the power button, not with the ''boot'' command. | XO-1.75 = may be rebooted using the ''boot'' command or the power button.}}}}
| no = the Ok prompt will return. You may remove the USB or SD drive. The laptop {{ #switch: {{{model}}} | XO-1 = may be rebooted. | XO-1.5 = must be rebooted using the power button, not with the ''boot'' command. | XO-1.75 = may be rebooted using the ''boot'' command or the power button.}}}}

The USB or SD drive can be used on other laptops.{{ #switch: {{{signed}}}
The USB or SD drive can be used on other laptops.
| yes = If you see a message ''Boot failed'' then either:

{{ #switch: {{{signed}}} | yes = If you see a message ''Boot failed'' then either:
*the USB or SD drive has not been properly prepared, or;
*the USB or SD drive has not been properly prepared, or;
*the firmware is out of date and should be updated (see [[Firmware]]).}}{{ #switch: {{{model}}}
*the firmware is out of date and should be updated (see [[Firmware]]).
| no = Please report any ''Boot failed'' messages.}}

{{ #switch: {{{model}}} | XO-1 = There are no other build sizes for XO-1.
| XO-1.5 = The above instructions assume that you are installing onto a 4 GB internal microSD card. For the 2 GB version, use the
| XO-1.5 = The above instructions assume that you are installing onto a 4 GB internal microSD card. For the 2 GB version, use the
[{{{path}}}/os{{{build}}}.zd2 os{{{build}}}.zd2] file, and for the 8 GB version, use the
[{{{path}}}/os{{{build}}}.zd2 os{{{build}}}.zd2] file, and for the 8 GB version, use the
[{{{path}}}/os{{{build}}}.zd8 os{{{build}}}.zd8] file.}}
[{{{path}}}/os{{{build}}}.zd8 os{{{build}}}.zd8] file. The downloads are roughly the same size.

If you have laptops of different sizes, check out [http://lists.laptop.org/pipermail/devel/2012-March/034598.html How to avoid downloading multiple sizes of a build for a set of XO-1.5 where the microSD or SD card size varies].
| XO-1.75 =
The above instructions assume that you are installing onto a 4 GB internal eMMC. For the 8 GB version, use the
[{{{path}}}/os{{{build}}}.zd8 os{{{build}}}.zd8] {{ #switch: {{{signed}}} | yes = and [{{{path}}}/os{{{build}}}.zd8.zsp.fs.zip os{{{build}}}.zd8.zsp.fs.zip] files.
| no = file.
}}

If you have many laptops of different sizes, check out [http://lists.laptop.org/pipermail/devel/2012-March/034598.html How to avoid downloading multiple sizes of a build], which applies equally to XO-1.75.
}}

Latest revision as of 23:29, 8 July 2012

This page is generic installation instructions activated by template transclusion, and looking at the page like this (and not in Edit) won't help you understand it. The parameters expected are:

  • model: MODEL (XO-1, XO-1.5 or XO-1.75, case is significant)
  • build: BUILD (which build, e.g., 206)
  • ubifs: UBIFS (yes or no)
  • signed: SIGNED (yes or no)
  • release: RELEASE (which release version this build is intended for, e.g., 10.1.2)
  • path: PATH (the path via HTTP to the directory that contains the build file)

It differs from "Sofware Install" in that it is modified for the zd2/zd4/zd8 notation

How to install

build BUILD of release RELEASE on MODEL.

The build is installed to the internal storage device. You will need a USB drive or Secure Digital card of at least 1 GB capacity, but only for the duration of the installation.

ALL USER DATA WILL BE ERASED FROM THE LAPTOP!

  • Prepare the USB or SD drive:
    • Download [{{{path}}}/os{{{build}}}. os{{{build}}}.], see How to Download,
    • Save the file to the top directory of the drive,
  • Prepare the laptop:
    • Make a copy of any data you wish to keep,
    • Check the battery is inserted and locked,
    • Check that the power cord is in place and the battery indicator is green,
    • Turn off the laptop, unless it is already off,
    • Insert the USB drive into any USB port on the laptop,
  • Start installing:


Installation progress will be displayed. Green colour will fill

blocks. It will take about

minutes. Once finished,


The USB or SD drive can be used on other laptops.