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
This commit is contained in:
parent
1f2468b6ef
commit
43ad46cdac
1 changed files with 12 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue