diff options
author | Dave Chapman <dave@dchapman.com> | 2006-11-20 13:44:13 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-11-20 13:44:13 +0000 |
commit | bead6634814170637e885876e22b03d7d2435599 (patch) | |
tree | cd795f8525694da3dc80729ef428c730da1acfaa /manual | |
parent | 99975e9fb580252e04e5b240e0909be0f210ee7e (diff) | |
download | rockbox-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
Diffstat (limited to 'manual')
-rwxr-xr-x | manual/getting_started/ipod_install.tex | 21 |
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.} ipod_fw -o apple_os.bin -e 0 bootpartition.bin \end{code} \opt{ipodnano}{\note{The following step is only necessary if your Apple - firmware has version 1.2. If this doesn't apply to you, simply skip it.}} + firmware has version 1.2 or later. If this doesn't apply to you, simply + skip it.}} \optv{ipodvideo,ipodnano}{ \item Similarly, extract the Broadcom firmware: @@ -117,8 +118,8 @@ for the next daily builds.} \begin{code} ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin \end{code} - If your firmware version is 1.2 you need to use the following command - instead. Please note that the ``video'' is correct. + If your firmware version is 1.2 or later you need to use the following + command instead. Please note that the ``video'' is correct. \begin{code} ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-nano.bin \end{code} @@ -208,7 +209,8 @@ Now you can proceed installing the firmware itself. ./ipod_fw -o apple_os.bin -e 0 bootpartition.bin \end{code} \opt{ipodnano}{\note{The following step is only necessary if your Apple - firmware has version 1.2. If this doesn't apply to you, simply skip it.}} + firmware has version 1.2 or later. If this doesn't apply to you, simply + skip it.}} \optv{ipodvideo,ipodnano}{ \item Similarly, extract the Broadcom firmware: @@ -224,8 +226,8 @@ Now you can proceed installing the firmware itself. \begin{code} ./ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin \end{code} - If your firmware version is 1.2 you need to use the following command - instead. Please note that the ``video'' is correct. + If your firmware version is 1.2 or later you need to use the following + command instead. Please note that the ``video'' is correct. \begin{code} ./ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-nano.bin \end{code} @@ -325,7 +327,8 @@ Now, proceed with installing the firmware itself. ./ipod_fw -o apple_os.bin -e 0 bootpartition.bin \end{code} \opt{ipodnano}{\note{The following step is only necessary if your Apple - firmware has version 1.2. If this doesn't apply to you, simply skip it.}} + firmware has version 1.2 or later. If this doesn't apply to you, simply + skip it.}} \optv{ipodvideo,ipodnano}{ \item Similarly, extract the Broadcom firmware: @@ -342,8 +345,8 @@ Now, proceed with installing the firmware itself. \begin{code} ./ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin \end{code} - If your firmware version is 1.2 you need to use the following command - instead. Please note that the ``video'' is correct. + If your firmware version is 1.2 or later you need to use the following + command instead. Please note that the ``video'' is correct. \begin{code} ./ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-nano.bin \end{code} |