Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-08-26 16:48:41 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-08-26 16:48:41 (GMT)
commit3245f932404dd8105aeee37bd15eb4e784c7a97d (patch)
treec3cbfa001685886270d1f619a808a68c419ab6af /README.txt
parent8cc2e6353fea757acb95e25e6ca8fac75d0964b2 (diff)
teach support scripts/docs about new filenames
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt26
1 files changed, 18 insertions, 8 deletions
diff --git a/README.txt b/README.txt
index aaff692..306ce2b 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,11 @@
Instructions for experts:
------------
-either: copy-nand u:\soasxo??.img
-or: cat soasxo??.removable.tar.lzma | lzma -dc - | tar xf - -O > /dev/sdX
+either:
+ copy-nand u:\soas??xo.img
+or: (2g or larger removable)
+ cat soas??xo.4gremovable.tar.lzma | lzma -dc - | tar xf - -O > /dev/sdX
+or: (4g or larger removable)
+ cat soas??xo.2gremovable.tar.lzma | lzma -dc - | tar xf - -O > /dev/sdX
Quick Start for normal people:
@@ -20,9 +24,15 @@ http://wiki.laptop.org/go/Activation_and_Developer_Keys#Disable_the_security_sys
**** THIS WILL ERASE EVERYTHING ON YOUR REMOVABLE DRIVE ****
- cat soasxoXX.removable.tar.lzma | lzma -dc - | tar xf - -O > /dev/sdX
+Either:
-Replace the "XX" with the right filename, and replace the "/dev/sdX"
+ cat soasxo??.4gremovable.tar.lzma | lzma -dc - | tar xf - -O > /dev/sdX
+
+or:
+
+ cat soasxo??.2gremovable.tar.lzma | lzma -dc - | tar xf - -O > /dev/sdX
+
+Replace the "??" with the right filename, and replace the "/dev/sdX"
with the name of your removable device (the _whole device_, NOT a
partition like /dev/sda1)
@@ -44,8 +54,8 @@ There is another way - you can replace your XO's operating system:
1) Download the latest files:
-soasxo.img
-soasxo.crc
+soas??xo.img
+soas??xo.crc
2) Copy it to a removable drive
@@ -54,11 +64,11 @@ XO.
4a) If your removable drive is a USB drive, type:
-copy-nand u:\soasxo.img
+copy-nand u:\soas??xo.img
4b) If your removable drive is a SD card, type:
-copy-nand sd:\soasxo.img
+copy-nand sd:\soas??xo.img
5) When the process completes, remove your drive and reboot the XO.