diff options
| author | Marcin Bukat <marcin.bukat@gmail.com> | 2012-01-26 10:11:18 +0100 |
|---|---|---|
| committer | Marcin Bukat <marcin.bukat@gmail.com> | 2012-02-02 14:55:51 +0100 |
| commit | 4bbc9f68eae58180d6249e19697b5de30148da31 (patch) | |
| tree | 4dd4deed87b2df746034806c6e3c730641dbb742 /manual/getting_started | |
| parent | 5863361fbfcef39c2b3d9a3b5520e7a770fa04cb (diff) | |
| download | rockbox-4bbc9f68eae58180d6249e19697b5de30148da31.zip rockbox-4bbc9f68eae58180d6249e19697b5de30148da31.tar.gz rockbox-4bbc9f68eae58180d6249e19697b5de30148da31.tar.bz2 rockbox-4bbc9f68eae58180d6249e19697b5de30148da31.tar.xz | |
MPIOs: manual work
Change-Id: Ief46eabf3611d6d21594f52f73292f2be5831b87
Diffstat (limited to 'manual/getting_started')
| -rw-r--r-- | manual/getting_started/installation.tex | 10 | ||||
| -rw-r--r-- | manual/getting_started/mpio_install.tex | 17 |
2 files changed, 18 insertions, 9 deletions
diff --git a/manual/getting_started/installation.tex b/manual/getting_started/installation.tex index 559ff0d..855a8a8 100644 --- a/manual/getting_started/installation.tex +++ b/manual/getting_started/installation.tex @@ -359,7 +359,7 @@ filesystem.\\* files using \fname{unzip}. } -\opt{mpiohd200}{ +\opt{mpiohd200,mpiohd300}{ Rockbox Utility will ask you for a compatible copy of the original firmware. This is because for legal reasons we cannot distribute the bootloader directly. Instead, we have to patch the MPIO firmware @@ -367,9 +367,11 @@ filesystem.\\* Download a supported version of the MPIO firmware for your \playername{} from the MPIO website, links can be found on - \wikilink{MPIOHD200Port}. + \opt{mpiohd200}{\wikilink{MPIOHD200Port}}% + \opt{mpiohd300}{\wikilink{MPIOHD300Port}}. - \warn{The only tested version of the original firmware is 1.30.05 + \warn{The only tested version of the original firmware is + \opt{mpiohd200}{1.30.05}\opt{mpiohd300}{1.30.06} and as such is the only supported version} If the file that you downloaded is a \fname{.zip} file, use an unzip @@ -488,7 +490,7 @@ structure that Rockbox needs.\\} \nopt{gigabeats}{% \subsubsection{Installing the bootloader} \opt{iriverh100,iriverh300}{\input{getting_started/iriver_install.tex}} - \opt{mpiohd200}{\input{getting_started/mpio_install.tex}} + \opt{mpiohd200,mpiohd300}{\input{getting_started/mpio_install.tex}} \opt{ipod}{\input{getting_started/ipod_install.tex}} \opt{iaudio}{\input{getting_started/iaudio_install.tex}} \opt{iriverh10,iriverh10_5gb}{\input{getting_started/h10_install.tex}} diff --git a/manual/getting_started/mpio_install.tex b/manual/getting_started/mpio_install.tex index 22be567..6810f8f 100644 --- a/manual/getting_started/mpio_install.tex +++ b/manual/getting_started/mpio_install.tex @@ -7,19 +7,26 @@ \begin{enumerate} - \item Download official Rockbox bootloader for MPIO HD200 from - \url {http://download.rockbox.org/bootloader/mpio/hd200} + \item Download official Rockbox bootloader for MPIO \playertype{} from + \opt{mpiohd200}{ + \url {http://download.rockbox.org/bootloader/mpio/hd200}}% + \opt{mpiohd300}{ + \url {http://download.rockbox.org/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 Process previously downloaded official firmware to include rockbox bootloader. Open terminal window and type the following command: - \begin{code} + \begin{code}[firstline=\opt{mpiohd200}{1}\opt{mpiohd300}{2}, + lastline=\opt{mpiohd200}{1}\opt{mpiohd300}{2}] mkmpioboot HD200_UPG.SYS bootloader.mpio HD200_UPG.rb + mkmpioboot HD300_UPG.SYS bootloader.mpio HD300_UPG.rb \end{code} - \item Copy \fname{HD200\_UPG.rb} to the SYSTEM folder of your \dap{} and rename back to - \fname{HD200\_UPG.SYS} + \item Copy \opt{mpiohd200}{\fname{HD200\_UPG.rb}}% + \opt{mpiohd300}{\fname{HD300\_UPG.rb}} + to the SYSTEM folder of your \dap{} and rename back to + \opt{mpiohd200}{\fname{HD200\_UPG.SYS}}\opt{mpiohd300}{\fname{HD300\_UPG.SYS}} \item Safe eject your \dap{} \item Connect Wall charger and turn on the device. This should trigger firmware upgrade process which will install rockbox bootloader to the flash memory of the |