summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-10-20 07:10:14 +0000
committerJens Arnold <amiconn@rockbox.org>2008-10-20 07:10:14 +0000
commit43ad46cdac1e4d604a3b8805a9563b39981d7646 (patch)
tree7cdf102320b34deb210eea21977180b5b0d8c30d
parent1f2468b6ef694b912af53ba516008bc0167696bb (diff)
downloadrockbox-43ad46cdac1e4d604a3b8805a9563b39981d7646.tar.gz
rockbox-43ad46cdac1e4d604a3b8805a9563b39981d7646.zip
Fix title case in a section header, switch a sentence order for recorders to be more logical, and add a note about 8MB-modded boxes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18842 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/advanced_topics/archos-flashing.tex18
1 files changed, 12 insertions, 6 deletions
diff --git a/manual/advanced_topics/archos-flashing.tex b/manual/advanced_topics/archos-flashing.tex
index 5b730820d2..110272a4c3 100644
--- a/manual/advanced_topics/archos-flashing.tex
+++ b/manual/advanced_topics/archos-flashing.tex
@@ -48,7 +48,7 @@ outside, even if the flash ROM is completely erased.
48If the first $\approx$2KB of the flash ROM are flashed ok, \emph{Minimon} can 48If the first $\approx$2KB of the flash ROM are flashed ok, \emph{Minimon} can
49be used for the same purpose. 49be used for the same purpose.
50 50
51\subsection{Terminology and Basic operation} 51\subsection{Terminology and Basic Operation}
52 52
53\begin{description} 53\begin{description}
54\item[Firmware:] The flash ROM contents as a whole. 54\item[Firmware:] The flash ROM contents as a whole.
@@ -114,15 +114,15 @@ a safe place.
114\item Unzip the flash package to the root of your \dap. 114\item Unzip the flash package to the root of your \dap.
115 \nopt{ondio}{This will extract two files to the root, 115 \nopt{ondio}{This will extract two files to the root,
116 \fname{firmware\_{\textless}model{\textgreater}.bin} and 116 \fname{firmware\_{\textless}model{\textgreater}.bin} and
117 \fname{firmware\_{\textless}model{\textgreater}\_norom.bin}. The flash 117 \fname{firmware\_{\textless}model{\textgreater}\_norom.bin}.
118 plugin will select the correct one for your \dap. 118 \opt{recorder,recorderv2fm}{(The {\textless}model{\textgreater} part is
119 slighty different from that in the .zip file name.)
120 }
121 The flash plugin will select the correct one for your \dap.
119 } 122 }
120 \opt{ondio}{This will extract one file to the root, 123 \opt{ondio}{This will extract one file to the root,
121 \fname{firmware\_{\textless}model{\textgreater}.bin}. 124 \fname{firmware\_{\textless}model{\textgreater}.bin}.
122 } 125 }
123 \opt{recorder,recorderv2fm}{(The {\textless}model{\textgreater} part is
124 slighty different from that in the .zip file name.)
125 }
126 Now safely disconnect USB. 126 Now safely disconnect USB.
127\item 127\item
128 \nopt{ondio}{Make sure your batteries are in good shape and fully charged.} 128 \nopt{ondio}{Make sure your batteries are in good shape and fully charged.}
@@ -150,6 +150,12 @@ a safe place.
150 root of your \dap. 150 root of your \dap.
151} 151}
152 152
153\note{There are no separate flash packages for {\dap}s modified to have 8MB
154 of RAM. You need to use the corresponding package for non-modified
155 \playertype. You should then install a rockbox image that makes use of all
156 available RAM as described in the following section.
157}
158
153\subsection{Updating the Rockbox Image in Flash} 159\subsection{Updating the Rockbox Image in Flash}
154 160
155When Rockbox is booted from flash, it does not check for an updated firmware 161When Rockbox is booted from flash, it does not check for an updated firmware