summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DiFebbo <medifebbo@rockbox.org>2006-12-27 00:17:06 +0000
committerMichael DiFebbo <medifebbo@rockbox.org>2006-12-27 00:17:06 +0000
commit022f7bbd605e4316eb0a2c7aff3197a8391fe60d (patch)
treef7bc3c635692768c313a9da17b3275f7fb25e458
parent568e18e9ddca3741f80fb005fc006657c4b31edb (diff)
downloadrockbox-022f7bbd605e4316eb0a2c7aff3197a8391fe60d.tar.gz
rockbox-022f7bbd605e4316eb0a2c7aff3197a8391fe60d.zip
Corrections to step 8 of the installation instructions for iPod bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11844 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xmanual/getting_started/ipod_install.tex47
1 files changed, 20 insertions, 27 deletions
diff --git a/manual/getting_started/ipod_install.tex b/manual/getting_started/ipod_install.tex
index 5bd320b618..5ca9747430 100755
--- a/manual/getting_started/ipod_install.tex
+++ b/manual/getting_started/ipod_install.tex
@@ -132,46 +132,39 @@ you wish. Note that these files should be saved onto your computer's hard disk,
132 \item Install the bootloader. 132 \item Install the bootloader.
133 133
134 Windows users should now type: 134 Windows users should now type:
135 \begin{code} 135 \begin{code}
136 ipodpatcher [device] -a 136 \opt{ipodvideo}{ipodpatcher [device] -a bootloader-ipodvideo.ipod}
137 \opt{ipodvideo}{bootloader-video.ipod} 137 \opt{ipodnano}{ipodpatcher [device] -a bootloader-ipodnano.ipod}
138 \opt{ipodnano}{bootloader-nano.ipod} 138 \opt{ipodmini}{ipodpatcher [device] -a bootloader-ipodmini1g.ipod
139 \opt{ipodmini}{bootloader-mini1g.ipod
140 \end{code} 139 \end{code}
141 or 140 or
142 \begin{code} 141 \begin{code}
143 ipodpatcher [device] -a bootloader-mini2g.ipod 142 ipodpatcher [device] -a ipodpatcher [device] -a bootloader-ipodmini2g.ipod
144 } 143 }
145 \opt{ipodcolor}{bootloader-color.ipod} 144 \opt{ipodcolor}{ipodpatcher [device] -a bootloader-ipodcolor.ipod}
146 \opt{ipod4g}{bootloader-4g.ipod} 145 \opt{ipod4g}{ipodpatcher [device] -a bootloader-ipod4g.ipod}
147 \opt{ipod3g}{bootloader-3g.ipod} 146 \opt{ipod3g}{ipodpatcher [device] -a bootloader-ipod3g.ipod}
148 \end{code} 147 \end{code}
149 148
150 and Mac OS X/Unix users should type: 149 and Mac OS X/Unix users should type:
151 \begin{code} 150 \begin{code}
152 ./ipodpatcher [device] -a 151 \opt{ipodvideo}{./ipodpatcher [device] -a bootloader-ipodvideo.ipod}
153 \opt{ipodvideo}{bootloader-video.ipod} 152 \opt{ipodnano}{./ipodpatcher [device] -a bootloader-ipodnano.ipod}
154 \opt{ipodnano}{bootloader-nano.ipod} 153 \opt{ipodmini}{./ipodpatcher [device] -a bootloader-ipodmini1g.ipod
155 \opt{ipodmini}{bootloader-mini1g.ipod
156 \end{code} 154 \end{code}
157 or 155 or
158 \begin{code} 156 \begin{code}
159 or ipodpatcher [device] -a bootloader-mini2g.ipod 157 or ipodpatcher [device] -a bootloader-ipodmini2g.ipod
160 } 158 }
161 \opt{ipodcolor}{bootloader-color.ipod} 159 \opt{ipodcolor}{./ipodpatcher [device] -a bootloader-ipodcolor.ipod}
162 \opt{ipod4g}{bootloader-4g.ipod} 160 \opt{ipod4g}{./ipodpatcher [device] -a bootloader-ipod4g.ipod}
163 \opt{ipod3g}{bootloader-3g.ipod} 161 \opt{ipod3g}{./ipodpatcher [device] -a bootloader-ipod3g.ipod}
164 \end{code} 162 \end{code}
165 163
166 Replace [device] with the number (Windows users) or device name (Mac OS X/Unix 164 Replace [device] with the number (Windows users) or device name (Mac OS X/Unix
167 users) you've been using to access your ipod. 165 users) you've been using to access your ipod.
168 166
169 You can now disconnect your ipod from your computer in the normal way. This 167 You can now disconnect your ipod from your computer in the normal way. This
170 should cause your iPod to reboot and start Rockbox. 168 should cause your iPod to reboot and start Rockbox.
171
172 \item Troubleshooting.
173
174 \fixme{Add some notes here about common problems - "rockbox error -1" is the
175 main one. Or maybe have a new troubleshooting page.}
176 169
177\end{enumerate} \ No newline at end of file 170\end{enumerate} \ No newline at end of file