Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 1 | % $Id$ % |
Michael DiFebbo | b044683 | 2006-05-18 18:18:37 +0000 | [diff] [blame] | 2 | \subsection{Installing the bootloader} |
| 3 | Installing the bootloader is the trickiest part of the installation. |
| 4 | The Rockbox bootloader allows users to boot into either the Rockbox |
| 5 | firmware or the iriver firmware. For legal reasons, we cannot distribute |
| 6 | the bootloader. Instead, we have developed a program that will patch the |
| 7 | Iriver firmware with the Rockbox bootloader. These instructions will explain |
| 8 | how to download and patch the Iriver firmware with the Rockbox bootloader |
| 9 | and install it on your jukebox. |
| 10 | |
Dominik Riebeling | 536c6b4 | 2006-08-14 07:13:01 +0000 | [diff] [blame] | 11 | |
Martin Arver | 2b71fa8 | 2006-03-25 10:36:37 +0000 | [diff] [blame] | 12 | \begin{enumerate} |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 13 | \item Download a supported version of the Iriver firmware for your |
Dominik Riebeling | 536c6b4 | 2006-08-14 07:13:01 +0000 | [diff] [blame] | 14 | \playername{} from the Iriver website or from |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 15 | \wikilink{ManualRockboxInstall}. |
| 16 | Supported Iriver firmware versions currently include |
| 17 | \opt{IRIVER_H100_PAD}{1.63US, 1.63EU, 1.63K, 1.65US, 1.65EU, 1.65K, 1.66US, |
| 18 | 1.66EU and 1.66K. Note that the H140 uses the same firmware as the H120; |
| 19 | H120 and H140 owners should use the firmware called \fname{ihp\_120.hex}. |
| 20 | Likewise, the iHP110 and iHP115 use the same firmware, called |
| 21 | \fname{ihp\_100.hex}. Be sure to use the correct firmware file for |
| 22 | your player.} |
| 23 | \opt{IRIVER_H300_PAD}{1.28K, 1.28EU, 1.28J, 1.29K, 1.29J and 1.30EU. |
| 24 | \note{The US H3xx firmware is not currently supported and cannot be |
| 25 | patched to be used with the bootloader. If you wish to install Rockbox |
Martin Arver | 09c3961 | 2006-08-18 16:57:56 +0000 | [diff] [blame] | 26 | on a US \playername, you must use an international firmware, which will |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 27 | permanently remove DRM support from the player.} |
Dominik Riebeling | 536c6b4 | 2006-08-14 07:13:01 +0000 | [diff] [blame] | 28 | }% |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 29 | If the file that you downloaded is a \fname{.zip} file, use an unzip |
Dominik Riebeling | 536c6b4 | 2006-08-14 07:13:01 +0000 | [diff] [blame] | 30 | utility like mentioned in the prerequisites section to extract |
| 31 | the \fname{.hex} from the \fname{.zip} file |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 32 | to your desktop. Likewise, if the file that you downloaded is an |
Dominik Riebeling | 536c6b4 | 2006-08-14 07:13:01 +0000 | [diff] [blame] | 33 | \fname{.exe} file, double-click on the \fname{.exe} file to extract |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 34 | the \fname{.hex} file to your desktop. |
Dominik Riebeling | 536c6b4 | 2006-08-14 07:13:01 +0000 | [diff] [blame] | 35 | When running linux you should be able extracting \fname{.exe} |
| 36 | files using \fname{unzip}. |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 37 | % |
Jonas Häggqvist | b774d4e | 2006-07-30 18:52:17 +0000 | [diff] [blame] | 38 | \item Download the firmware patcher \fname{fwpatcher.exe} from |
| 39 | \url{http://download.rockbox.org/bootloader/iriver/} and save it to your desktop. |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 40 | \warn{The firmware patcher contains Unicode support, which is not supported by |
| 41 | all versions of Windows. If you have difficulty with the firmware patcher, try |
| 42 | downloading the alternate firmware patcher \fname{fwpatchernu.exe}, which is |
| 43 | built without Unicode support.} |
| 44 | % |
Michael DiFebbo | b044683 | 2006-05-18 18:18:37 +0000 | [diff] [blame] | 45 | \item Go to your desktop and double-click on whichever version of the firmware |
| 46 | patcher you downloaded in the prior step. |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 47 | % |
Dominik Riebeling | 536c6b4 | 2006-08-14 07:13:01 +0000 | [diff] [blame] | 48 | \item In the firmware patcher dialog box, click on the \setting{Browse} |
| 49 | button and navigate |
Michael DiFebbo | b044683 | 2006-05-18 18:18:37 +0000 | [diff] [blame] | 50 | to the \fname{.hex} file that you previously downloaded to your desktop. |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 51 | % |
Dominik Riebeling | 536c6b4 | 2006-08-14 07:13:01 +0000 | [diff] [blame] | 52 | \item Click \setting{Patch}. The firmware patcher will patch the |
| 53 | original firmware to include the Rockbox bootloader. The \fname{.hex} |
| 54 | file on your desktop is now a modified version of the original |
| 55 | \fname{.hex} file. |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 56 | % |
Martin Arver | f775309 | 2006-08-01 12:13:27 +0000 | [diff] [blame] | 57 | \item Turn on your \playerman{} and connect it to your computer via USB. |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 58 | % |
Dominik Riebeling | 536c6b4 | 2006-08-14 07:13:01 +0000 | [diff] [blame] | 59 | \item Copy or move the modified \fname{.hex} file to the root folder of |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 60 | your jukebox. |
| 61 | % |
Michael DiFebbo | b044683 | 2006-05-18 18:18:37 +0000 | [diff] [blame] | 62 | \item Disconnect the jukebox from USB. (Be sure to use Windows' ``safely remove |
| 63 | hardware'' option.) |
Dominik Riebeling | 536c6b4 | 2006-08-14 07:13:01 +0000 | [diff] [blame] | 64 | \warn{Before proceeding further, make sure that your player has a full charge |
| 65 | or that it is connected to the power adaptor. Interrupting the next step |
| 66 | due to a power failure most likely will brick your \dap{}.} |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 67 | % |
Dominik Riebeling | 536c6b4 | 2006-08-14 07:13:01 +0000 | [diff] [blame] | 68 | \item Update your \daps{} firmware with the patched bootloader. To do this, turn |
| 69 | the jukebox on. Press and hold the |
| 70 | \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect{} button }% |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 71 | to enter the main menu, and navigate to \setting{General $\rightarrow$ Firmware |
| 72 | Upgrade}. Select \setting{Yes} when asked to confirm if you want to upgrade the |
Martin Arver | f775309 | 2006-08-01 12:13:27 +0000 | [diff] [blame] | 73 | firmware. The \playerman{} will display a message indicating that the |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 74 | firmware update |
Dominik Riebeling | 536c6b4 | 2006-08-14 07:13:01 +0000 | [diff] [blame] | 75 | is in progress. Do \emph{not} interrupt this process. When the |
| 76 | firmware update is complete the player will turn itself off. (The update |
| 77 | firmware process usually takes a minute or so.) |
| 78 | |
| 79 | You have now installed the Rockbox bootloader. |
Dominik Riebeling | b1080ce | 2006-06-06 19:59:25 +0000 | [diff] [blame] | 80 | \end{enumerate} |
Dominik Riebeling | 536c6b4 | 2006-08-14 07:13:01 +0000 | [diff] [blame] | 81 | |
| 82 | \note{If you install the Rockbox bootloader but do not install the |
| 83 | Rockbox firmware the Rockbox bootloader will load the iriver firmware when the |
| 84 | jukebox is turned on. |
| 85 | To load the \playerman{} firmware press and hold \ButtonRec{} before |
| 86 | powering up the \dap{} until the \playerman{} logo appears. |
| 87 | } |
| 88 | |
| 89 | \note{The bootloader has a builtin ``bootloader USB mode''. This function |
| 90 | switches to USB mode when the \dap{} is connected to a computer upon |
| 91 | power-up. This way you can access the \daps{} harddisk without the need |
| 92 | to boot any firmware (which is also useful when your harddisk is |
| 93 | damaged). The screen will simply display the text ``bootloader USB mode''. |
| 94 | After you disconnect the \dap{} from USB the bootloader will |
| 95 | continue booting Rockbox. As in bootloader USB mode the firmware |
| 96 | itself hasn't been loaded this is also a simple way of updating Rockbox. |
| 97 | After the disconnect the bootloader will load the updated version of |
| 98 | Rockbox. |
| 99 | } |