diff options
Diffstat (limited to 'manual/getting_started/ondavx777_install.tex')
-rw-r--r-- | manual/getting_started/ondavx777_install.tex | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/manual/getting_started/ondavx777_install.tex b/manual/getting_started/ondavx777_install.tex new file mode 100644 index 0000000000..b5c7b5eaed --- /dev/null +++ b/manual/getting_started/ondavx777_install.tex | |||
@@ -0,0 +1,23 @@ | |||
1 | \begin{enumerate} | ||
2 | \item Compile the bootloader (this will generate a \fname{ccpmp.bin} file). | ||
3 | |||
4 | \item Get a copy of the original \playerman{} firmware (called \fname{vx777.HXF}) from | ||
5 | \url{http://www.onda.cn/pro/download/biosexp.jsp?ITEM_ID=12628}. | ||
6 | |||
7 | \item Compile ChinaChipPatcher in rbutil/chinachippatcher/ (run make in the dir). | ||
8 | |||
9 | \item Run | ||
10 | \begin{code} | ||
11 | ../rbutil/chinachippatcher/chinachip VX747.HXF ccpmp.bin output.HXF ccpmp.old | ||
12 | \end{code} | ||
13 | in the dir where you compiled your bootloader | ||
14 | |||
15 | \item Put \fname{output.HXF} in the root of the NAND drive (boot into the OF as | ||
16 | Rockbox currently can't access the NAND storage) and name it \fname{VX777.HXF} | ||
17 | |||
18 | \item Reset your player. | ||
19 | |||
20 | \end{enumerate} | ||
21 | |||
22 | \note{If you want to have dual-boot capabilities, copy \fname{ccpmp.old}, name it | ||
23 | \fname{ccpmp.bin} to the root of your MicroSD card.} | ||