Sugar on a Stick/Installation/OLPC: Difference between revisions
| Line 12: | Line 12: | ||
There are three main options for OLPC XO users: (1) olpc-update; (2) install Sugar on a Stick on the internal NAND; and (3) Sugar on a Stick on an SD card. | There are three main options for OLPC XO users: (1) olpc-update; (2) install Sugar on a Stick on the internal NAND; and (3) Sugar on a Stick on an SD card. | ||
===Update to the latest Sugar build=== | |||
You run ''olpc-update'' from the Terminal activity, e.g.,: | You run ''olpc-update'' from the Terminal activity, e.g.,: | ||
| Line 24: | Line 24: | ||
More details can be found [[Supported_systems#Fedora_on_an_OLPC_XO|here]]. | More details can be found [[Supported_systems#Fedora_on_an_OLPC_XO|here]]. | ||
===Install the Sugar on a Stick image=== | |||
(Requires a [http://wiki.laptop.org/go/Activation_and_developer_keys developer key for your OLPC-XO-1] and access to a Fedora, Debian, or Ubuntu box.) | (Requires a [http://wiki.laptop.org/go/Activation_and_developer_keys developer key for your OLPC-XO-1] and access to a Fedora, Debian, or Ubuntu box.) | ||
| Line 73: | Line 73: | ||
and the OLPC-XO-1 will reboot and you should be running Sugar 0.84. | and the OLPC-XO-1 will reboot and you should be running Sugar 0.84. | ||
===Run Sugar on a Stick from an SD card or external USB=== | |||
Details coming soon ([http://wiki.laptop.org/go/Activation_and_developer_keys Requires a developer key for your OLPC-XO-1]) | Details coming soon ([http://wiki.laptop.org/go/Activation_and_developer_keys Requires a developer key for your OLPC-XO-1]) | ||
Follow the instructions below, but rather than using <code>copy-nand</code>, use <code>livecd-iso-to-disk</code> | Follow the instructions below, but rather than using <code>copy-nand</code>, use <code>livecd-iso-to-disk</code>. | ||
On Fedora: | |||
sudo yum install livecd-tools | |||
sudo livecd-iso-to-disk --format --xo --xo-no-home 20090217.iso /dev/sdX1 | sudo livecd-iso-to-disk --format --xo --xo-no-home 20090217.iso /dev/sdX1 | ||
---- | ---- | ||
[[Downloads|back to downloads page]] | [[Downloads|back to downloads page]] | ||