summaryrefslogtreecommitdiff
path: root/manual/advanced_topics
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-25 09:22:43 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-25 09:22:43 +0000
commit96f898e4356d1533f2b2ed6115967a4daa68d0cc (patch)
treedc2d3eaff37b888c20d5d946aaf370efbfb64bda /manual/advanced_topics
parent7bd67877b8e5b4bce0401fcda305e6ef886e23bd (diff)
Some cleanup of chapter Advanced Topics
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9243 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/advanced_topics')
-rw-r--r--manual/advanced_topics/main.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index e723ca3f23..e9c9fbd849 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -227,7 +227,7 @@ There are 3 different types of firmware binaries from Rockbox website. Current V
\end{itemize}
\opt{recorder,recorderv2fm,ondo,player}{
-There are binaries for different Jukebox models:
+There are binaries for different \dap\ models:
\begin{itemize}
\item \begin{itemize}
@@ -258,18 +258,18 @@ unless otherwise specified.
\section{\label{ref:FirmwareLoading}Firmware Loading}
-\opt{player,recorder,recorderv2fm,ondio,player}{
+\opt{player,recorder,recorderv2fm,ondio}{
When your Jukebox powers on, it loads the Archos firmware in ROM, which
automatically checks your Jukebox hard disk's root folder for a file
-named \textbf{archos.mod} (on the player version) or
-\textbf{ajbrec.ajz} (on the recorder version). Note that Archos
+named \fname{archos.mod} (on the player version) or
+\fname{ajbrec.ajz} (on the recorder version). Note that Archos
firmware can only read the first ten characters of each file name in
this process, so don't rename your old firmware files with names like
archos.mod.old and so on, because it's possible that the Jukebox will
load a file other than the one you intended.
}
-\section{\label{ref:PartISection4}Using ROLO (Rockbox loader)}
+\section{\label{ref:using_rolo}Using ROLO (Rockbox loader)}
Rockbox is able to load and start another firmware file without rebooting. You just press PLAY on an \opt{recorder,recorderv2fm,ondio}{.ajz}\opt{player}{.mod}\opt{h1xx,h300}{.iriver}\opt{ipodnano,ipodvideo,ipodnano}{.ipod} file. This can be used to test new firmware versions without deleting your current version.
\opt{recorder,recorderv2fm,ondio}{\input{advanced_topics/archos-flashing.tex}}