diff options
-rwxr-xr-x | manual/getting_started/ipod_install.tex | 96 |
1 files changed, 88 insertions, 8 deletions
diff --git a/manual/getting_started/ipod_install.tex b/manual/getting_started/ipod_install.tex index 08ba07db8c..33ae6a28be 100755 --- a/manual/getting_started/ipod_install.tex +++ b/manual/getting_started/ipod_install.tex | |||
@@ -64,10 +64,40 @@ for the next daily builds.} | |||
64 | \item Similarly, extract the Broadcom firmware: | 64 | \item Similarly, extract the Broadcom firmware: |
65 | \begin{code} | 65 | \begin{code} |
66 | ipod_fw -o apple_sw_5g_rcsc.bin -e 1 bootpartition.bin | 66 | ipod_fw -o apple_sw_5g_rcsc.bin -e 1 bootpartition.bin |
67 | ipod_fw -g \emph{GEN} -o rockboot.bin -i apple_os.bin bootloader-\emph{GEN}.bin | ||
68 | \end{code} | 67 | \end{code} |
69 | } | 68 | } |
70 | \item | 69 | \item Merge the Rockbox bootloader you downloaded previously with the Apple |
70 | firmware: | ||
71 | \optv{ipodnano}{ | ||
72 | \begin{code} | ||
73 | ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin | ||
74 | \end{code} | ||
75 | } | ||
76 | \optv{ipodvideo}{ | ||
77 | \begin{code} | ||
78 | ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-video.bin | ||
79 | \end{code} | ||
80 | } | ||
81 | \optv{ipodmini}{ | ||
82 | \begin{code} | ||
83 | ipod_fw -g mini -o rockboot.bin -i apple_os.bin bootloader-mini1g.bin | ||
84 | \end{code} | ||
85 | Or, if you have a 2G mini: | ||
86 | \begin{code} | ||
87 | ipod_fw -g mini -o rockboot.bin -i apple_os.bin bootloader-mini2g.bin | ||
88 | \end{code} | ||
89 | } | ||
90 | \optv{ipodcolor}{ | ||
91 | \begin{code} | ||
92 | ipod_fw -g color -o rockboot.bin -i apple_os.bin bootloader-color.bin | ||
93 | \end{code} | ||
94 | } | ||
95 | \optv{ipod4g}{ | ||
96 | \begin{code} | ||
97 | ipod_fw -g 4g -o rockboot.bin -i apple_os.bin bootloader-4g.bin | ||
98 | \end{code} | ||
99 | } | ||
100 | \item | ||
71 | Install the Rockbox-enabled firmware: | 101 | Install the Rockbox-enabled firmware: |
72 | \begin{code} | 102 | \begin{code} |
73 | ipodpatcher -w \emph{N} rockboot.bin | 103 | ipodpatcher -w \emph{N} rockboot.bin |
@@ -129,11 +159,36 @@ Now you can proceed installing the firmware itself. | |||
129 | \end{code} | 159 | \end{code} |
130 | } | 160 | } |
131 | \item Merge the Rockbox bootloader you downloaded previously with the Apple | 161 | \item Merge the Rockbox bootloader you downloaded previously with the Apple |
132 | firmware \fixme{Substitute GEN with your \daps{} generation: | 162 | firmware: |
133 | color,video,nano,4g,mini1g,mini2g}: | 163 | \optv{ipodnano}{ |
164 | \begin{code} | ||
165 | ./ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin | ||
166 | \end{code} | ||
167 | } | ||
168 | \optv{ipodvideo}{ | ||
169 | \begin{code} | ||
170 | ./ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-video.bin | ||
171 | \end{code} | ||
172 | } | ||
173 | \optv{ipodmini}{ | ||
174 | \begin{code} | ||
175 | ./ipod_fw -g mini -o rockboot.bin -i apple_os.bin bootloader-mini1g.bin | ||
176 | \end{code} | ||
177 | Or, if you have a 2G Mini: | ||
134 | \begin{code} | 178 | \begin{code} |
135 | ./ipod_fw -g \emph{GEN} -o rockbox.bin -i apple_os.bin bootloader-\emph{GEN}.bin | 179 | ./ipod_fw -g mini -o rockboot.bin -i apple_os.bin bootloader-mini2g.bin |
136 | \end{code} | 180 | \end{code} |
181 | } | ||
182 | \optv{ipodcolor}{ | ||
183 | \begin{code} | ||
184 | ./ipod_fw -g color -o rockboot.bin -i apple_os.bin bootloader-color.bin | ||
185 | \end{code} | ||
186 | } | ||
187 | \optv{ipod4g}{ | ||
188 | \begin{code} | ||
189 | ./ipod_fw -g 4g -o rockboot.bin -i apple_os.bin bootloader-4g.bin | ||
190 | \end{code} | ||
191 | } | ||
137 | \item | 192 | \item |
138 | Install the Rockbox-enabled firmware: | 193 | Install the Rockbox-enabled firmware: |
139 | \note{The last part of the location is left out.} | 194 | \note{The last part of the location is left out.} |
@@ -207,11 +262,36 @@ Now, proceed with installing the firmware itself. | |||
207 | } | 262 | } |
208 | 263 | ||
209 | \item Merge the Rockbox bootloader you downloaded previously with the Apple | 264 | \item Merge the Rockbox bootloader you downloaded previously with the Apple |
210 | firmware \fixme{Substitute \emph{GEN} with your \daps{} generation: | 265 | firmware: |
211 | color,video,nano,4g,mini1g,mini2g}: | 266 | \optv{ipodnano}{ |
267 | \begin{code} | ||
268 | ./ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin | ||
269 | \end{code} | ||
270 | } | ||
271 | \optv{ipodvideo}{ | ||
272 | \begin{code} | ||
273 | ./ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-video.bin | ||
274 | \end{code} | ||
275 | } | ||
276 | \optv{ipodmini}{ | ||
212 | \begin{code} | 277 | \begin{code} |
213 | ./ipod_fw -g \emph{GEN} -o rockbox.bin -i apple_os.bin bootloader-\emph{GEN}.bin | 278 | ./ipod_fw -g mini -o rockboot.bin -i apple_os.bin bootloader-mini1g.bin |
214 | \end{code} | 279 | \end{code} |
280 | Or, if you have a 2G Mini: | ||
281 | \begin{code} | ||
282 | ./ipod_fw -g mini -o rockboot.bin -i apple_os.bin bootloader-mini2g.bin | ||
283 | \end{code} | ||
284 | } | ||
285 | \optv{ipodcolor}{ | ||
286 | \begin{code} | ||
287 | ./ipod_fw -g color -o rockboot.bin -i apple_os.bin bootloader-color.bin | ||
288 | \end{code} | ||
289 | } | ||
290 | \optv{ipod4g}{ | ||
291 | \begin{code} | ||
292 | ./ipod_fw -g 4g -o rockboot.bin -i apple_os.bin bootloader-4g.bin | ||
293 | \end{code} | ||
294 | } | ||
215 | \item | 295 | \item |
216 | Install the Rockbox-enabled firmware: | 296 | Install the Rockbox-enabled firmware: |
217 | \begin{code} | 297 | \begin{code} |