blob: b5c7b5eaedb53c05ed9c679c90a24e8d41fa42ce [file] [log] [blame]
Marianne Arnoldbf83ac62010-07-04 13:28:20 +00001\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.}