diff options
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} |