summaryrefslogtreecommitdiff
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
parent7bd67877b8e5b4bce0401fcda305e6ef886e23bd (diff)
downloadrockbox-96f898e4356d1533f2b2ed6115967a4daa68d0cc.tar.gz
rockbox-96f898e4356d1533f2b2ed6115967a4daa68d0cc.zip
Some cleanup of chapter Advanced Topics
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9243 a1c6a512-1295-4272-9138-f99709370657
-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
227\end{itemize} 227\end{itemize}
228 228
229\opt{recorder,recorderv2fm,ondo,player}{ 229\opt{recorder,recorderv2fm,ondo,player}{
230There are binaries for different Jukebox models: 230There are binaries for different \dap\ models:
231 231
232\begin{itemize} 232\begin{itemize}
233\item \begin{itemize} 233\item \begin{itemize}
@@ -258,18 +258,18 @@ unless otherwise specified.
258 258
259 259
260\section{\label{ref:FirmwareLoading}Firmware Loading} 260\section{\label{ref:FirmwareLoading}Firmware Loading}
261\opt{player,recorder,recorderv2fm,ondio,player}{ 261\opt{player,recorder,recorderv2fm,ondio}{
262When your Jukebox powers on, it loads the Archos firmware in ROM, which 262When your Jukebox powers on, it loads the Archos firmware in ROM, which
263automatically checks your Jukebox hard disk's root folder for a file 263automatically checks your Jukebox hard disk's root folder for a file
264named \textbf{archos.mod} (on the player version) or 264named \fname{archos.mod} (on the player version) or
265\textbf{ajbrec.ajz} (on the recorder version). Note that Archos 265\fname{ajbrec.ajz} (on the recorder version). Note that Archos
266firmware can only read the first ten characters of each file name in 266firmware can only read the first ten characters of each file name in
267this process, so don't rename your old firmware files with names like 267this process, so don't rename your old firmware files with names like
268archos.mod.old and so on, because it's possible that the Jukebox will 268archos.mod.old and so on, because it's possible that the Jukebox will
269load a file other than the one you intended. 269load a file other than the one you intended.
270} 270}
271 271
272\section{\label{ref:PartISection4}Using ROLO (Rockbox loader)} 272\section{\label{ref:using_rolo}Using ROLO (Rockbox loader)}
273Rockbox 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. 273Rockbox 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.
274 274
275\opt{recorder,recorderv2fm,ondio}{\input{advanced_topics/archos-flashing.tex}} 275\opt{recorder,recorderv2fm,ondio}{\input{advanced_topics/archos-flashing.tex}}