Marianne Arnold | bf83ac6 | 2010-07-04 13:28:20 +0000 | [diff] [blame] | 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.} |