summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-11-20 13:44:13 +0000
committerDave Chapman <dave@dchapman.com>2006-11-20 13:44:13 +0000
commitbead6634814170637e885876e22b03d7d2435599 (patch)
treecd795f8525694da3dc80729ef428c730da1acfaa
parent99975e9fb580252e04e5b240e0909be0f210ee7e (diff)
downloadrockbox-bead6634814170637e885876e22b03d7d2435599.tar.gz
rockbox-bead6634814170637e885876e22b03d7d2435599.zip
Change references to "version 1.2" to "version 1.2 or later" - the special install instructions for Nanos with version 1.2 of the original firmware also apply to later versions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11561 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xmanual/getting_started/ipod_install.tex21
1 files changed, 12 insertions, 9 deletions
diff --git a/manual/getting_started/ipod_install.tex b/manual/getting_started/ipod_install.tex
index 29df37e7cc..b46204001e 100755
--- a/manual/getting_started/ipod_install.tex
+++ b/manual/getting_started/ipod_install.tex
@@ -101,7 +101,8 @@ for the next daily builds.}
101 ipod_fw -o apple_os.bin -e 0 bootpartition.bin 101 ipod_fw -o apple_os.bin -e 0 bootpartition.bin
102 \end{code} 102 \end{code}
103 \opt{ipodnano}{\note{The following step is only necessary if your Apple 103 \opt{ipodnano}{\note{The following step is only necessary if your Apple
104 firmware has version 1.2. If this doesn't apply to you, simply skip it.}} 104 firmware has version 1.2 or later. If this doesn't apply to you, simply
105 skip it.}}
105\optv{ipodvideo,ipodnano}{ 106\optv{ipodvideo,ipodnano}{
106 \item 107 \item
107 Similarly, extract the Broadcom firmware: 108 Similarly, extract the Broadcom firmware:
@@ -117,8 +118,8 @@ for the next daily builds.}
117 \begin{code} 118 \begin{code}
118 ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin 119 ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin
119 \end{code} 120 \end{code}
120 If your firmware version is 1.2 you need to use the following command 121 If your firmware version is 1.2 or later you need to use the following
121 instead. Please note that the ``video'' is correct. 122 command instead. Please note that the ``video'' is correct.
122 \begin{code} 123 \begin{code}
123 ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-nano.bin 124 ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-nano.bin
124 \end{code} 125 \end{code}
@@ -208,7 +209,8 @@ Now you can proceed installing the firmware itself.
208 ./ipod_fw -o apple_os.bin -e 0 bootpartition.bin 209 ./ipod_fw -o apple_os.bin -e 0 bootpartition.bin
209 \end{code} 210 \end{code}
210 \opt{ipodnano}{\note{The following step is only necessary if your Apple 211 \opt{ipodnano}{\note{The following step is only necessary if your Apple
211 firmware has version 1.2. If this doesn't apply to you, simply skip it.}} 212 firmware has version 1.2 or later. If this doesn't apply to you, simply
213 skip it.}}
212\optv{ipodvideo,ipodnano}{ 214\optv{ipodvideo,ipodnano}{
213 \item 215 \item
214 Similarly, extract the Broadcom firmware: 216 Similarly, extract the Broadcom firmware:
@@ -224,8 +226,8 @@ Now you can proceed installing the firmware itself.
224 \begin{code} 226 \begin{code}
225 ./ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin 227 ./ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin
226 \end{code} 228 \end{code}
227 If your firmware version is 1.2 you need to use the following command 229 If your firmware version is 1.2 or later you need to use the following
228 instead. Please note that the ``video'' is correct. 230 command instead. Please note that the ``video'' is correct.
229 \begin{code} 231 \begin{code}
230 ./ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-nano.bin 232 ./ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-nano.bin
231 \end{code} 233 \end{code}
@@ -325,7 +327,8 @@ Now, proceed with installing the firmware itself.
325 ./ipod_fw -o apple_os.bin -e 0 bootpartition.bin 327 ./ipod_fw -o apple_os.bin -e 0 bootpartition.bin
326 \end{code} 328 \end{code}
327 \opt{ipodnano}{\note{The following step is only necessary if your Apple 329 \opt{ipodnano}{\note{The following step is only necessary if your Apple
328 firmware has version 1.2. If this doesn't apply to you, simply skip it.}} 330 firmware has version 1.2 or later. If this doesn't apply to you, simply
331 skip it.}}
329\optv{ipodvideo,ipodnano}{ 332\optv{ipodvideo,ipodnano}{
330 \item 333 \item
331 Similarly, extract the Broadcom firmware: 334 Similarly, extract the Broadcom firmware:
@@ -342,8 +345,8 @@ Now, proceed with installing the firmware itself.
342 \begin{code} 345 \begin{code}
343 ./ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin 346 ./ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin
344 \end{code} 347 \end{code}
345 If your firmware version is 1.2 you need to use the following command 348 If your firmware version is 1.2 or later you need to use the following
346 instead. Please note that the ``video'' is correct. 349 command instead. Please note that the ``video'' is correct.
347 \begin{code} 350 \begin{code}
348 ./ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-nano.bin 351 ./ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-nano.bin
349 \end{code} 352 \end{code}