diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-06-06 21:38:37 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-06-06 21:38:37 +0000 |
commit | 8c9e22580e220b793130ed3ac67b9c54e85b3d0f (patch) | |
tree | 479fe246d83b76d0bfd02ef533fa19544608d50f /manual | |
parent | b1080ce052b1aa5bc544d8adaec473cb1da309a9 (diff) |
Small ipod installation fix, addition of target specific instructions. (FS#5491 by Jonas Häggqvist)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10079 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-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.} \item Similarly, extract the Broadcom firmware: \begin{code} ipod_fw -o apple_sw_5g_rcsc.bin -e 1 bootpartition.bin - ipod_fw -g \emph{GEN} -o rockboot.bin -i apple_os.bin bootloader-\emph{GEN}.bin \end{code} } - \item + \item Merge the Rockbox bootloader you downloaded previously with the Apple + firmware: +\optv{ipodnano}{ + \begin{code} + ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin + \end{code} +} +\optv{ipodvideo}{ + \begin{code} + ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-video.bin + \end{code} +} +\optv{ipodmini}{ + \begin{code} + ipod_fw -g mini -o rockboot.bin -i apple_os.bin bootloader-mini1g.bin + \end{code} + Or, if you have a 2G mini: + \begin{code} + ipod_fw -g mini -o rockboot.bin -i apple_os.bin bootloader-mini2g.bin + \end{code} +} +\optv{ipodcolor}{ + \begin{code} + ipod_fw -g color -o rockboot.bin -i apple_os.bin bootloader-color.bin + \end{code} +} +\optv{ipod4g}{ + \begin{code} + ipod_fw -g 4g -o rockboot.bin -i apple_os.bin bootloader-4g.bin + \end{code} +} +\item Install the Rockbox-enabled firmware: \begin{code} ipodpatcher -w \emph{N} rockboot.bin @@ -129,11 +159,36 @@ Now you can proceed installing the firmware itself. \end{code} } \item Merge the Rockbox bootloader you downloaded previously with the Apple - firmware \fixme{Substitute GEN with your \daps{} generation: - color,video,nano,4g,mini1g,mini2g}: + firmware: +\optv{ipodnano}{ + \begin{code} + ./ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin + \end{code} +} +\optv{ipodvideo}{ + \begin{code} + ./ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-video.bin + \end{code} +} +\optv{ipodmini}{ + \begin{code} + ./ipod_fw -g mini -o rockboot.bin -i apple_os.bin bootloader-mini1g.bin + \end{code} + Or, if you have a 2G Mini: \begin{code} - ./ipod_fw -g \emph{GEN} -o rockbox.bin -i apple_os.bin bootloader-\emph{GEN}.bin + ./ipod_fw -g mini -o rockboot.bin -i apple_os.bin bootloader-mini2g.bin \end{code} +} +\optv{ipodcolor}{ + \begin{code} + ./ipod_fw -g color -o rockboot.bin -i apple_os.bin bootloader-color.bin + \end{code} +} +\optv{ipod4g}{ + \begin{code} + ./ipod_fw -g 4g -o rockboot.bin -i apple_os.bin bootloader-4g.bin + \end{code} +} \item Install the Rockbox-enabled firmware: \note{The last part of the location is left out.} @@ -207,11 +262,36 @@ Now, proceed with installing the firmware itself. } \item Merge the Rockbox bootloader you downloaded previously with the Apple - firmware \fixme{Substitute \emph{GEN} with your \daps{} generation: - color,video,nano,4g,mini1g,mini2g}: + firmware: +\optv{ipodnano}{ + \begin{code} + ./ipod_fw -g nano -o rockboot.bin -i apple_os.bin bootloader-nano.bin + \end{code} +} +\optv{ipodvideo}{ + \begin{code} + ./ipod_fw -g video -o rockboot.bin -i apple_os.bin bootloader-video.bin + \end{code} +} +\optv{ipodmini}{ \begin{code} - ./ipod_fw -g \emph{GEN} -o rockbox.bin -i apple_os.bin bootloader-\emph{GEN}.bin + ./ipod_fw -g mini -o rockboot.bin -i apple_os.bin bootloader-mini1g.bin \end{code} + Or, if you have a 2G Mini: + \begin{code} + ./ipod_fw -g mini -o rockboot.bin -i apple_os.bin bootloader-mini2g.bin + \end{code} +} +\optv{ipodcolor}{ + \begin{code} + ./ipod_fw -g color -o rockboot.bin -i apple_os.bin bootloader-color.bin + \end{code} +} +\optv{ipod4g}{ + \begin{code} + ./ipod_fw -g 4g -o rockboot.bin -i apple_os.bin bootloader-4g.bin + \end{code} +} \item Install the Rockbox-enabled firmware: \begin{code} |