summaryrefslogtreecommitdiffstats
path: root/manual/getting_started/cowond2_install.tex
blob: 5b3e13ed5f4b77d60ec8f08d853d89d50a692334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\begin{enumerate}
\item Get a copy of the original \playerman{} \playertype{} firmware from
  \url{http://www.cowonglobal.com/zeroboard/zboard.php?id=C08&bmenu=support}.
  It has to be of the same version that is currently installed on your \dap{}.

\item Build the mktccboot tool or download a binary for your operating system.

\item Build the bootloader (\fname{bootloader-cowond2.bin}). Pre-built binary
  is available at \download{bootloader/cowon/d2/bootloader-cowond2.bin}.

\item Patch the bootloader into the \playerman{} firmware using mktccboot:
  \begin{code}
    mktccboot D2N.bin bootloader-cowond2.bin D2N-patched.bin
  \end{code}
  \note{The filename depends on the firmware version and hardware revision as
    shown in the table below (for the \playertype{} use the file found in folder
    ``\fname{1}'', not ``\fname{0}'')
    \begin{table}
      \begin{rbtabular}{0.6\textwidth}{XXX}%
        { \textbf{FW / HW} & \textbf{\playertype{}} & \textbf{\playertype{}+}}{}{}
        \textbf{1.xx, 4.xx} & \fname{D2.bin} & \fname{D2\_P.bin} \\
        \textbf{2.xx, 3.xx} & \fname{D2N.bin} & \fname{D2N\_P.bin} \\
      \end{rbtabular}
    \end{table}}

\item Copy the output file (``\fname{D2N-patched.bin}'' in our example) to the
  root of the \daps{} internal memory and rename it according to the above table.
\end{enumerate}