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.tex69
1 files changed, 31 insertions, 38 deletions
diff --git a/manual/getting_started/ipod_install.tex b/manual/getting_started/ipod_install.tex
index e3f5e5b0f6..3db63aced8 100755
--- a/manual/getting_started/ipod_install.tex
+++ b/manual/getting_started/ipod_install.tex
@@ -1,5 +1,12 @@
1% $Id$ % 1% $Id$ %
2 2
3\opt{ipodvideo}{\newcommand{\bootloaderfile}{bootloader-ipodvideo.ipod}}%
4\opt{ipodmini}{\newcommand{\bootloaderfile}{bootloader-ipodmini1g.ipod}}%
5\opt{ipodnano}{\newcommand{\bootloaderfile}{bootloader-ipodnano.ipod}}%
6\opt{ipodcolor}{\newcommand{\bootloaderfile}{bootloader-ipodcolor.ipod}}%
7\opt{ipod4g}{\newcommand{\bootloaderfile}{bootloader-ipod4g.ipod}}%
8\opt{ipod3g}{\newcommand{\bootloaderfile}{bootloader-ipod3g.ipod}}%
9%
3\opt{ipodnano}{\warn{If your Nano has a stainless steel back and plastic front 10\opt{ipodnano}{\warn{If your Nano has a stainless steel back and plastic front
4it is a 1st generation and is compatible with Rockbox. If, on the other hand, 11it is a 1st generation and is compatible with Rockbox. If, on the other hand,
5your Nano has a one-piece aluminum body it is a 2nd generation Nano and there 12your Nano has a one-piece aluminum body it is a 2nd generation Nano and there
@@ -23,19 +30,18 @@ you wish. Note that these files should be saved onto your computer's hard disk,
23 30
24 \item First, download the \fname{ipodpatcher} tool to your installation 31 \item First, download the \fname{ipodpatcher} tool to your installation
25 folder. You can download the \fname{ipodpatcher} tool for your operating 32 folder. You can download the \fname{ipodpatcher} tool for your operating
26 system at 33 system at \download{bootloader/ipod}.
27 \url{http://www.rockbox.org/twiki/bin/view/Main/IpodInstallationBeta}.
28 34
29 \item Next, download the following file to the installation folder: 35 \item Next, download the following file to the installation folder:
30 36
31 \opt{ipodvideo}{\url{http://download.rockbox.org/bootloader/ipod/bootloader-ipodvideo.ipod}} 37 \download{bootloader/ipod/\bootloaderfile}
32 \opt{ipodnano}{\url{http://download.rockbox.org/bootloader/ipod/bootloader-ipodnano.ipod}} 38 \opt{ipodmini}{%
33 \opt{ipodmini}{\url{http://download.rockbox.org/bootloader/ipod/bootloader-ipodmini1g.ipod} 39 or \download{bootloader/ipod/bootloader-ipodmini2g.ipod}
34 or \url{http://download.rockbox.org/bootloader/ipod/bootloader-ipodmini2g.ipod} 40 depending on which generation your \dap{} is.
35 depending on which generation your \dap{} is. \fixme{Describe how to identify 1/2G}} 41 The following page describes the differences between the two
36 \opt{ipodcolor}{\url{http://download.rockbox.org/bootloader/ipod/bootloader-ipodcolor.ipod}} 42 generations of the \dap{}:
37 \opt{ipod4g}{\url{http://download.rockbox.org/bootloader/ipod/bootloader-ipod4g.ipod}} 43 \url{http://docs.info.apple.com/article.html?artnum=300850}.
38 \opt{ipod3g}{\url{http://download.rockbox.org/bootloader/ipod/bootloader-ipod3g.ipod}} 44 }
39 45
40 \item Next, open a command prompt (Windows) or terminal window (Mac OSX and Linux). 46 \item Next, open a command prompt (Windows) or terminal window (Mac OSX and Linux).
41 47
@@ -106,9 +112,7 @@ you wish. Note that these files should be saved onto your computer's hard disk,
106 \begin{code} 112 \begin{code}
107 ipodpatcher [device] -r bootpartition.bin (Windows) 113 ipodpatcher [device] -r bootpartition.bin (Windows)
108 \end{code} 114 \end{code}
109
110 or 115 or
111
112 \begin{code} 116 \begin{code}
113 ./ipodpatcher [device] -r bootpartition.bin (Mac OS X/Unix) 117 ./ipodpatcher [device] -r bootpartition.bin (Mac OS X/Unix)
114 \end{code} 118 \end{code}
@@ -122,38 +126,27 @@ you wish. Note that these files should be saved onto your computer's hard disk,
122 restore this backup to your ipod using the command ipodpatcher [device] -w 126 restore this backup to your ipod using the command ipodpatcher [device] -w
123 bootpartition.bin (Windows) or ./ipodpatcher [device] -w bootpartition.bin 127 bootpartition.bin (Windows) or ./ipodpatcher [device] -w bootpartition.bin
124 (Mac OS X/Unix). 128 (Mac OS X/Unix).
125
126 \item Install the bootloader.
127 129
130 \opt{ipodmini}{
131 \note{Ipod Mini 2g users need to replace ``1g'' with ``2g'' in the
132 following commands.}
133 }
134
135 \item Install the bootloader.
128 Windows users should now type: 136 Windows users should now type:
129 \begin{code} 137 \begin{code}
130 \opt{ipodvideo}{ipodpatcher [device] -a bootloader-ipodvideo.ipod} 138 ipodpatcher [device] -a \bootloaderfile
131 \opt{ipodnano}{ipodpatcher [device] -a bootloader-ipodnano.ipod} 139 \end{code}
132 \opt{ipodmini}{ipodpatcher [device] -a bootloader-ipodmini1g.ipod} 140 %
133 \opt{ipodcolor}{ipodpatcher [device] -a bootloader-ipodcolor.ipod}
134 \opt{ipod4g}{ipodpatcher [device] -a bootloader-ipod4g.ipod}
135 \opt{ipod3g}{ipodpatcher [device] -a bootloader-ipod3g.ipod}
136 \end{code}
137
138 and Mac OS X/Unix users should type: 141 and Mac OS X/Unix users should type:
139 \begin{code} 142 \begin{code}
140 \opt{ipodvideo}{./ipodpatcher [device] -a bootloader-ipodvideo.ipod} 143 ./ipodpatcher [device] -a \bootloaderfile
141 \opt{ipodnano}{./ipodpatcher [device] -a bootloader-ipodnano.ipod} 144 \end{code}
142 \opt{ipodmini}{./ipodpatcher [device] -a bootloader-ipodmini1g.ipod} 145
143 \opt{ipodcolor}{./ipodpatcher [device] -a bootloader-ipodcolor.ipod}
144 \opt{ipod4g}{./ipodpatcher [device] -a bootloader-ipod4g.ipod}
145 \opt{ipod3g}{./ipodpatcher [device] -a bootloader-ipod3g.ipod}
146 \end{code}
147
148 Replace [device] with the number (Windows users) or device name (Mac OS X/Unix 146 Replace [device] with the number (Windows users) or device name (Mac OS X/Unix
149 users) you've been using to access your ipod. 147 users) you've been using to access your ipod.
150 148
151 \opt{ipodmini}{
152 \note{Ipod Mini 2g users should replace ``1g'' with ``2g'' in the above
153 commands.}
154 }
155
156 You can now disconnect your ipod from your computer in the normal way. This 149 You can now disconnect your ipod from your computer in the normal way. This
157 should cause your iPod to reboot and start Rockbox. 150 should cause your iPod to reboot and start Rockbox.
158 151
159\end{enumerate} \ No newline at end of file 152\end{enumerate}