summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2007-01-04 21:34:40 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2007-01-04 21:34:40 +0000
commita0bf190bed558e8219fec723592cee2156947eec (patch)
treefce1f42451f542c5bbfdc1964d5629407ab2a283
parent8a71f1adfdb2612c5cf347b2fba05d60df144c1f (diff)
downloadrockbox-a0bf190bed558e8219fec723592cee2156947eec.tar.gz
rockbox-a0bf190bed558e8219fec723592cee2156947eec.zip
Add (initial) installation instructions for the Gigabeat bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11912 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/getting_started/gigabeat_install.tex24
-rw-r--r--manual/getting_started/installation.tex1
-rw-r--r--manual/platform/gigabeatf.tex1
3 files changed, 26 insertions, 0 deletions
diff --git a/manual/getting_started/gigabeat_install.tex b/manual/getting_started/gigabeat_install.tex
new file mode 100644
index 0000000000..74c5b0097c
--- /dev/null
+++ b/manual/getting_started/gigabeat_install.tex
@@ -0,0 +1,24 @@
1% $Id$
2
3Installing the bootloader is only needed once. It simply requires you
4to replace a file on your \dap{} with the Rockbox bootloader. To be able
5booting the original firmware please make sure to rename the original file
6properly. If you ever wish to uninstall Rockbox you should keep a backup copy
7of the original file.
8
9\begin{itemize}
10\item Download the Rockbox bootloader. \fixme{Currently there isn't a
11 prebuild bootloader available and you'll need to build it yourself.
12 This is described in the wiki. Once a prebuild bootloader is available
13 the link comes here. Have a look at \download{bootloader/}.}
14\item Starting at the root folder of your player browse into the folder
15 \fname{GBSYSTEM} and from that into the subfolder \fname{FWIMG}.
16 These folders are hidden. You can enter them by simply typing the name in
17 Windows explorers location bar or changing the display settings.
18\item In that folder you'll find a file called \fname{FWIMG01.DAT}. Rename
19 the file to \fname{FWIMG01.DAT.ORIG}. Make sure you spelled that name
20 correctly as it is needed for booting the \playerman{} firmware.
21\item Now copy the file \fname{FWIMG01.DAT} you downloaded to that folder.
22 Make sure the spelling is correct.
23\end{itemize}
24
diff --git a/manual/getting_started/installation.tex b/manual/getting_started/installation.tex
index 87b895d4db..a207979f9b 100644
--- a/manual/getting_started/installation.tex
+++ b/manual/getting_started/installation.tex
@@ -220,6 +220,7 @@ directory structure that Rockbox needs.
220 \opt{ipod}{\input{getting_started/ipod_install.tex}} 220 \opt{ipod}{\input{getting_started/ipod_install.tex}}
221 \opt{x5}{\input{getting_started/iaudio_install.tex}} 221 \opt{x5}{\input{getting_started/iaudio_install.tex}}
222 \opt{h10,h10_5gb}{\input{getting_started/h10_install.tex}} 222 \opt{h10,h10_5gb}{\input{getting_started/h10_install.tex}}
223 \opt{gigabeat}{\input{getting_started/gigabeat_install.tex}}
223} 224}
224 225
225\section{Enabling Speech Support (optional)}\label{sec:enabling_speech_support} 226\section{Enabling Speech Support (optional)}\label{sec:enabling_speech_support}
diff --git a/manual/platform/gigabeatf.tex b/manual/platform/gigabeatf.tex
index ebf045dfd8..d84572a4f9 100644
--- a/manual/platform/gigabeatf.tex
+++ b/manual/platform/gigabeatf.tex
@@ -1,5 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{gigabeatf} 2\def\UseOption{gigabeatf}
3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,SWCODEC} 5\edef\UseOption{\UseOption,SWCODEC}
5\edef\UseOption{\UseOption,GIGABEAT_PAD} 6\edef\UseOption{\UseOption,GIGABEAT_PAD}