forked from len0rd/rockbox
Bump flash image version and adapt flashing documentation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20510 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a8c22dec43
commit
a5501d68cc
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ PLUGIN_HEADER
|
||||||
/* define DUMMY if you only want to "play" with the UI, does no harm */
|
/* define DUMMY if you only want to "play" with the UI, does no harm */
|
||||||
/* #define DUMMY */
|
/* #define DUMMY */
|
||||||
|
|
||||||
#define LATEST_BOOTLOADER_VERSION 2 /* update this with the bootloader */
|
#define LATEST_BOOTLOADER_VERSION 3 /* update this with the bootloader */
|
||||||
|
|
||||||
#ifndef UINT8
|
#ifndef UINT8
|
||||||
#define UINT8 unsigned char
|
#define UINT8 unsigned char
|
||||||
|
|
|
@ -59,7 +59,7 @@ The replacement firmware contains a bootloader and two images. The first image
|
||||||
is the \emph{permanent} rescue software, to be used in case something is wrong
|
is the \emph{permanent} rescue software, to be used in case something is wrong
|
||||||
with the second (main) image. In current firmware files this first image
|
with the second (main) image. In current firmware files this first image
|
||||||
contains \emph{Bootbox} (see wiki for details). The second image is what is
|
contains \emph{Bootbox} (see wiki for details). The second image is what is
|
||||||
booted by default. The current firmware files contain a copy of Rockbox 3.0.1
|
booted by default. The current firmware files contain a copy of Rockbox 3.2
|
||||||
in the main image. It can easily be updated/replaced later.
|
in the main image. It can easily be updated/replaced later.
|
||||||
|
|
||||||
The bootloader allows to select which image to run. Pressing
|
The bootloader allows to select which image to run. Pressing
|
||||||
|
@ -110,7 +110,7 @@ a safe place.
|
||||||
\item Download the correct package for your \dap\ from
|
\item Download the correct package for your \dap\ from
|
||||||
\url{http://download.rockbox.org/bootloader/archos/}. It is named
|
\url{http://download.rockbox.org/bootloader/archos/}. It is named
|
||||||
\fname{flash-{\textless}model{\textgreater}-{\textless}version{\textgreater}.zip}.
|
\fname{flash-{\textless}model{\textgreater}-{\textless}version{\textgreater}.zip}.
|
||||||
The current packages are v2.
|
The current packages are v3.
|
||||||
\item Unzip the flash package to the root of your \dap.
|
\item Unzip the flash package to the root of your \dap.
|
||||||
\nopt{ondio}{This will extract two files to the root,
|
\nopt{ondio}{This will extract two files to the root,
|
||||||
\fname{firmware\_{\textless}model{\textgreater}.bin} and
|
\fname{firmware\_{\textless}model{\textgreater}.bin} and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue