summaryrefslogtreecommitdiff
path: root/manual/getting_started/mpio_install.tex
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-12-12 23:08:16 -0500
committerSolomon Peachy <pizza@shaftnet.org>2020-12-12 23:17:04 -0500
commit72e9b610616f2969b100d501ab4f15ab5aecdd27 (patch)
tree04ad7fc8e1b83fcbf82605ea2d0d579a99ad8ae3 /manual/getting_started/mpio_install.tex
parentb459ded533dd57506972b92127c618254322d8ca (diff)
downloadrockbox-72e9b610616f2969b100d501ab4f15ab5aecdd27.tar.gz
rockbox-72e9b610616f2969b100d501ab4f15ab5aecdd27.zip
manual: Replace all rockbox.org urls with https.
In the process, utilize the \download{} and \wikilink{} commands instead of direct URLs. Change-Id: Iad38c15c7b9cec95b6c011fd0dbdbb3326985bbc
Diffstat (limited to 'manual/getting_started/mpio_install.tex')
-rw-r--r--manual/getting_started/mpio_install.tex6
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 @@
9\begin{enumerate} 9\begin{enumerate}
10 \item Download official Rockbox bootloader for MPIO \playertype{} from 10 \item Download official Rockbox bootloader for MPIO \playertype{} from
11 \opt{mpiohd200}{ 11 \opt{mpiohd200}{
12 \url {http://download.rockbox.org/bootloader/mpio/hd200}}% 12 \download{bootloader/mpio/hd200}}%
13 \opt{mpiohd300}{ 13 \opt{mpiohd300}{
14 \url {http://download.rockbox.org/bootloader/mpio/hd300}} 14 \download{bootloader/mpio/hd300}}
15 and save it to your desktop. The archive contains three files: bootloader.mpio, 15 and save it to your desktop. The archive contains three files: bootloader.mpio,
16 bootloader.map and rockbox-info.txt. The first file is actual bootloader, two 16 bootloader.map and rockbox-info.txt. The first file is actual bootloader, two
17 others can be used for debugging and are irrelevant for end user. 17 others can be used for debugging and are irrelevant for end user.
18 \item Download mkmpioboot utility from \url{http://download.rockbox.org/bootloader/mpio/mkmpioboot} 18 \item Download mkmpioboot utility from \download{bootloader/mpio/mkmpioboot}
19 \item Process previously downloaded official firmware to include rockbox bootloader. 19 \item Process previously downloaded official firmware to include rockbox bootloader.
20 Open terminal window and type the following command: 20 Open terminal window and type the following command:
21 \begin{code}[firstline=\opt{mpiohd200}{1}\opt{mpiohd300}{2}, 21 \begin{code}[firstline=\opt{mpiohd200}{1}\opt{mpiohd300}{2},