forked from len0rd/rockbox
Add (initial) installation instructions for the Gigabeat bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11912 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8a71f1adfd
commit
a0bf190bed
3 changed files with 26 additions and 0 deletions
24
manual/getting_started/gigabeat_install.tex
Normal file
24
manual/getting_started/gigabeat_install.tex
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
% $Id$
|
||||||
|
|
||||||
|
Installing the bootloader is only needed once. It simply requires you
|
||||||
|
to replace a file on your \dap{} with the Rockbox bootloader. To be able
|
||||||
|
booting the original firmware please make sure to rename the original file
|
||||||
|
properly. If you ever wish to uninstall Rockbox you should keep a backup copy
|
||||||
|
of the original file.
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item Download the Rockbox bootloader. \fixme{Currently there isn't a
|
||||||
|
prebuild bootloader available and you'll need to build it yourself.
|
||||||
|
This is described in the wiki. Once a prebuild bootloader is available
|
||||||
|
the link comes here. Have a look at \download{bootloader/}.}
|
||||||
|
\item Starting at the root folder of your player browse into the folder
|
||||||
|
\fname{GBSYSTEM} and from that into the subfolder \fname{FWIMG}.
|
||||||
|
These folders are hidden. You can enter them by simply typing the name in
|
||||||
|
Windows explorers location bar or changing the display settings.
|
||||||
|
\item In that folder you'll find a file called \fname{FWIMG01.DAT}. Rename
|
||||||
|
the file to \fname{FWIMG01.DAT.ORIG}. Make sure you spelled that name
|
||||||
|
correctly as it is needed for booting the \playerman{} firmware.
|
||||||
|
\item Now copy the file \fname{FWIMG01.DAT} you downloaded to that folder.
|
||||||
|
Make sure the spelling is correct.
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
|
@ -220,6 +220,7 @@ directory structure that Rockbox needs.
|
||||||
\opt{ipod}{\input{getting_started/ipod_install.tex}}
|
\opt{ipod}{\input{getting_started/ipod_install.tex}}
|
||||||
\opt{x5}{\input{getting_started/iaudio_install.tex}}
|
\opt{x5}{\input{getting_started/iaudio_install.tex}}
|
||||||
\opt{h10,h10_5gb}{\input{getting_started/h10_install.tex}}
|
\opt{h10,h10_5gb}{\input{getting_started/h10_install.tex}}
|
||||||
|
\opt{gigabeat}{\input{getting_started/gigabeat_install.tex}}
|
||||||
}
|
}
|
||||||
|
|
||||||
\section{Enabling Speech Support (optional)}\label{sec:enabling_speech_support}
|
\section{Enabling Speech Support (optional)}\label{sec:enabling_speech_support}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
% $Id$ %
|
% $Id$ %
|
||||||
\def\UseOption{gigabeatf}
|
\def\UseOption{gigabeatf}
|
||||||
|
\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
|
||||||
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
|
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
|
||||||
\edef\UseOption{\UseOption,SWCODEC}
|
\edef\UseOption{\UseOption,SWCODEC}
|
||||||
\edef\UseOption{\UseOption,GIGABEAT_PAD}
|
\edef\UseOption{\UseOption,GIGABEAT_PAD}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue