diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-10-20 07:10:14 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-10-20 07:10:14 +0000 |
| commit | 43ad46cdac1e4d604a3b8805a9563b39981d7646 (patch) | |
| tree | 7cdf102320b34deb210eea21977180b5b0d8c30d | |
| parent | 1f2468b6ef694b912af53ba516008bc0167696bb (diff) | |
| download | rockbox-43ad46cdac1e4d604a3b8805a9563b39981d7646.zip rockbox-43ad46cdac1e4d604a3b8805a9563b39981d7646.tar.gz rockbox-43ad46cdac1e4d604a3b8805a9563b39981d7646.tar.bz2 rockbox-43ad46cdac1e4d604a3b8805a9563b39981d7646.tar.xz | |
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.tex | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/manual/advanced_topics/archos-flashing.tex b/manual/advanced_topics/archos-flashing.tex index 5b73082..110272a 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. If the first $\approx$2KB of the flash ROM are flashed ok, \emph{Minimon} can be used for the same purpose. -\subsection{Terminology and Basic operation} +\subsection{Terminology and Basic Operation} \begin{description} \item[Firmware:] The flash ROM contents as a whole. @@ -114,15 +114,15 @@ a safe place. \item Unzip the flash package to the root of your \dap. \nopt{ondio}{This will extract two files to the root, \fname{firmware\_{\textless}model{\textgreater}.bin} and - \fname{firmware\_{\textless}model{\textgreater}\_norom.bin}. The flash - plugin will select the correct one for your \dap. + \fname{firmware\_{\textless}model{\textgreater}\_norom.bin}. + \opt{recorder,recorderv2fm}{(The {\textless}model{\textgreater} part is + slighty different from that in the .zip file name.) + } + The flash plugin will select the correct one for your \dap. } \opt{ondio}{This will extract one file to the root, \fname{firmware\_{\textless}model{\textgreater}.bin}. } - \opt{recorder,recorderv2fm}{(The {\textless}model{\textgreater} part is - slighty different from that in the .zip file name.) - } Now safely disconnect USB. \item \nopt{ondio}{Make sure your batteries are in good shape and fully charged.} @@ -150,6 +150,12 @@ a safe place. root of your \dap. } +\note{There are no separate flash packages for {\dap}s modified to have 8MB + of RAM. You need to use the corresponding package for non-modified + \playertype. You should then install a rockbox image that makes use of all + available RAM as described in the following section. +} + \subsection{Updating the Rockbox Image in Flash} When Rockbox is booted from flash, it does not check for an updated firmware |