Operating system image installation methods: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Created page with '{| border="1" cellspacing="0" cellpadding="2" width="100%"class="wikitable" |- | XO-1 signed method | requires .img and fs.zip files | hold down the four game pad buttons |- | XO…')
 
No edit summary
Line 1: Line 1:
We use a few different methods to install operating system images.
{| border="1" cellspacing="0" cellpadding="2" width="100%"class="wikitable"

{| border="1" cellspacing="0" cellpadding="2" width="100%" class="wikitable"
! installation method
! what files are required
! how to install
|-
|-
| XO-1 signed method
| XO-1 signed<br>
[[Clean-install_procedure#Official_releases_and_candidate_builds|XO-1 Signed Clean Install Procedure]]
| requires .img and fs.zip files
| .img and fs.zip
| hold down the four game pad buttons
| hold down the four game pad buttons
|-
|-
| XO-1 unsigned method
| XO-1 unsigned<br>
[[Clean-install_procedure#Development_builds|XO-1 Unsigned Development Build Install Procedure]]
| requires .img and .crc files
| .img and .crc
| obtain developer key, disable-security, interrupt boot, then use the ''copy-nand'' command
| obtain developer key, disable-security, interrupt boot, then use the ''copy-nand'' command
|-
|-
| XO-1 partitioned method
| XO-1 partitioned
| requires .dat and .img files
| .dat and .img
| obtain developer key, disable-security, interrupt boot, then use the ''update-nand'' command
| obtain developer key, disable-security, interrupt boot, then use the ''update-nand'' command
|-
|-
| XO-1.5 signed method
| XO-1.5 signed
| requires .zd and fs.zip files
| .zd and fs.zip
| hold down the four game pad buttons
| hold down the four game pad buttons
|-
|-
| XO-1.5 unsigned method
| XO-1.5 unsigned
| requires .zd file alone
| .zd alone
| check if security is disabled, if so obtain developer key and disable-security, interrupt boot, then use the ''fs-update'' command
| check if security is disabled, if so obtain developer key and disable-security, interrupt boot, then use the ''fs-update'' command
|
|

Revision as of 06:40, 24 June 2010

We use a few different methods to install operating system images.

installation method what files are required how to install
XO-1 signed

XO-1 Signed Clean Install Procedure

.img and fs.zip hold down the four game pad buttons
XO-1 unsigned

XO-1 Unsigned Development Build Install Procedure

.img and .crc obtain developer key, disable-security, interrupt boot, then use the copy-nand command
XO-1 partitioned .dat and .img obtain developer key, disable-security, interrupt boot, then use the update-nand command
XO-1.5 signed .zd and fs.zip hold down the four game pad buttons
XO-1.5 unsigned .zd alone check if security is disabled, if so obtain developer key and disable-security, interrupt boot, then use the fs-update command

Note that signed methods are the same for XO-1 and XO-1.5. Intentional design, since we do not wish to increase the training burden for the deployment teams.