diff options
Diffstat (limited to 'manual/getting_started/mpio_install.tex')
-rw-r--r-- | manual/getting_started/mpio_install.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/getting_started/mpio_install.tex b/manual/getting_started/mpio_install.tex index 6810f8f060..f4b43c230f 100644 --- a/manual/getting_started/mpio_install.tex +++ b/manual/getting_started/mpio_install.tex @@ -9,13 +9,13 @@ \begin{enumerate} \item Download official Rockbox bootloader for MPIO \playertype{} from \opt{mpiohd200}{ - \url {http://download.rockbox.org/bootloader/mpio/hd200}}% + \download{bootloader/mpio/hd200}}% \opt{mpiohd300}{ - \url {http://download.rockbox.org/bootloader/mpio/hd300}} + \download{bootloader/mpio/hd300}} and save it to your desktop. The archive contains three files: bootloader.mpio, bootloader.map and rockbox-info.txt. The first file is actual bootloader, two others can be used for debugging and are irrelevant for end user. - \item Download mkmpioboot utility from \url{http://download.rockbox.org/bootloader/mpio/mkmpioboot} + \item Download mkmpioboot utility from \download{bootloader/mpio/mkmpioboot} \item Process previously downloaded official firmware to include rockbox bootloader. Open terminal window and type the following command: \begin{code}[firstline=\opt{mpiohd200}{1}\opt{mpiohd300}{2}, |