forked from len0rd/rockbox
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
This commit is contained in:
parent
b1080ce052
commit
8c9e22580e
1 changed files with 88 additions and 8 deletions
|
|
@ -64,7 +64,37 @@ 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 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
|
||||
|
|
@ -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 \emph{GEN} -o rockbox.bin -i apple_os.bin bootloader-\emph{GEN}.bin
|
||||
./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:
|
||||
\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 \emph{GEN} -o rockbox.bin -i apple_os.bin bootloader-\emph{GEN}.bin
|
||||
./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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue