diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-10-25 09:22:23 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-10-25 09:22:23 +0000 |
| commit | 0adef516fd2b9e12361279b9f39c65b5ba6c1ad1 (patch) | |
| tree | 70f882d79ec1a946b05eef9ae028f4ea4baba96f /manual/getting_started | |
| parent | 71dd94a7eb42dfc29d8b454d00df6debd7d34a65 (diff) | |
| download | rockbox-0adef516fd2b9e12361279b9f39c65b5ba6c1ad1.zip rockbox-0adef516fd2b9e12361279b9f39c65b5ba6c1ad1.tar.gz rockbox-0adef516fd2b9e12361279b9f39c65b5ba6c1ad1.tar.bz2 rockbox-0adef516fd2b9e12361279b9f39c65b5ba6c1ad1.tar.xz | |
Add Iaudio boot loader install instructions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11335 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/getting_started')
| -rwxr-xr-x | manual/getting_started/iaudio_install.tex | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/manual/getting_started/iaudio_install.tex b/manual/getting_started/iaudio_install.tex index 340fe92..68792fb 100755 --- a/manual/getting_started/iaudio_install.tex +++ b/manual/getting_started/iaudio_install.tex @@ -1 +1,30 @@ -\fixme{To do: Complete this section for Iaudio platforms.}
\ No newline at end of file +\fixme{This is merely a copy of the wiki page IaudioBoot, so this section needs +a more natural language and also error checking by Iaudio owners.} + +The \playerman{} \playername{} has a builtin boot loader which performs the +firmware update, and can also access the hard drive via USB. Therefore the +Rockbox bootloader can be very minimalistic, without USB mode. +This also makes it less dangerous to install the Rockbox bootloader, as you can +always restore it using the iAudio bootloader. + +\note{The current bootloader is not prepared to coexist with the original +firmware. It replaces the original firmware. Therefore it is only useful to +developers at this point.} + +\subsubsection{Installation} +\begin{itemize} +\item Download the bootloader binary from +\url{http://download.rockbox.org/bootloader/iaudio/}. Use \fname{x5v\_fw.bin} +file if your \dap{} is a X5V. If it is a X5, use the \fname{x5\_fw.bin} file. +\item Copy it to the \fname{FIRMWARE} directory on your X5. +\item Turn the X5 off, remove the USB cable and insert the charger. The X5 will +automatically upgrade the flash with the Rockbox bootloader. +\end{itemize} + +\subsubsection{Restoring the original firmware} +\begin{itemize} +\item Download the original X5 firmware from the iAudio web site. +\item Copy it to the \fname{FIRMWARE} directory on your X5 +\item Turn the X5 off, remove the USB cable and insert the charger. The X5 will +automatically upgrade the flash with the original firmware. +\end{itemize} |