summaryrefslogtreecommitdiff
path: root/manual/getting_started/ipod_install.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/getting_started/ipod_install.tex')
-rwxr-xr-xmanual/getting_started/ipod_install.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/getting_started/ipod_install.tex b/manual/getting_started/ipod_install.tex
index a50519db8e..040532b950 100755
--- a/manual/getting_started/ipod_install.tex
+++ b/manual/getting_started/ipod_install.tex
@@ -5,7 +5,7 @@ Please check the wiki for up-to-date and improved installation instructions!
5If you find errors you're of course welcomed to report them so we can fix it 5If you find errors you're of course welcomed to report them so we can fix it
6for the next daily builds.} 6for the next daily builds.}
7 7
8 Installing the bootloader is the trickiest part of the installation. 8 Installing the boot loader is the trickiest part of the installation.
9 \opt{ipodnano}{First, you need to find out which version of the Apple 9 \opt{ipodnano}{First, you need to find out which version of the Apple
10 firmware you're running. To do this, start the Apple firmware and go to 10 firmware you're running. To do this, start the Apple firmware and go to
11 Settings screen. In the ``About'' screen you'll find the version number 11 Settings screen. In the ``About'' screen you'll find the version number
@@ -87,7 +87,7 @@ for the next daily builds.}
87 ipodpatcher -r \emph{N} bootpartition.bin 87 ipodpatcher -r \emph{N} bootpartition.bin
88 \end{code} 88 \end{code}
89 \note{You should keep a safe backup of this \fname{bootpartition.bin} file 89 \note{You should keep a safe backup of this \fname{bootpartition.bin} file
90 for use if you ever wish to either upgrade the Rockbox bootloader or 90 for use if you ever wish to either upgrade the Rockbox boot loader or
91 uninstall Rockbox from your Ipod} 91 uninstall Rockbox from your Ipod}
92 \item Extract the Apple firmware from the partition image image just created: 92 \item Extract the Apple firmware from the partition image image just created:
93 \begin{code} 93 \begin{code}
@@ -102,7 +102,7 @@ for the next daily builds.}
102 ipod_fw -o apple_sw_5g_rcsc.bin -e 1 bootpartition.bin 102 ipod_fw -o apple_sw_5g_rcsc.bin -e 1 bootpartition.bin
103 \end{code} 103 \end{code}
104} 104}
105 \item Merge the Rockbox bootloader you downloaded previously with the Apple 105 \item Merge the Rockbox boot loader you downloaded previously with the Apple
106 firm\-ware.% 106 firm\-ware.%
107\optv{ipodnano}{ 107\optv{ipodnano}{
108 If your firmware version is lower than 1.2 this works you need 108 If your firmware version is lower than 1.2 this works you need
@@ -265,7 +265,7 @@ Now, proceed with installing the firmware itself.
265 \item \url{http://www.rockbox.org/viewcvs.cgi/*checkout*/tools/ipod_fw.c} 265 \item \url{http://www.rockbox.org/viewcvs.cgi/*checkout*/tools/ipod_fw.c}
266 \end{itemize} 266 \end{itemize}
267 Now compile it to an executable by opening a command prompt and changing 267 Now compile it to an executable by opening a command prompt and changing
268 to the folder created previously. Thn run the following command: 268 to the folder created previously. Then run the following command:
269 \begin{code} 269 \begin{code}
270 gcc -o ipod_fw ipod_fw.c 270 gcc -o ipod_fw ipod_fw.c
271 \end{code} 271 \end{code}