rockbox/manual/getting_started/xduoox3_install.tex
Solomon Peachy 72e9b61061 manual: Replace all rockbox.org urls with https.
In the process, utilize the \download{} and \wikilink{} commands instead
of direct URLs.

Change-Id: Iad38c15c7b9cec95b6c011fd0dbdbb3326985bbc
2020-12-12 23:17:04 -05:00

28 lines
959 B
TeX

Installing the bootloader is the trickiest part of the installation.
We cannot distribute the bootloader directly, and thus need to patch a compatible
version of the xDuoo firmware.
\begin{enumerate}
\item Download the Rockbox bootloader from
\download{bootloader/xduoo/X3-v11.bsdiff}
\item Get a copy of the original \playertype{} v1.1 firmware from
\url{httpss://www.xduoo.net/firmware-download/} and extract the .rar file to obtain the
update image (called \fname{update.zip}).
\item Compile bspatch in rbutil/bspatch/ (run make in the dir).
\item Run
\begin{code}
../rbutil/bspatch/bspatch update.zip output.zip X3-v11.bsdiff
\end{code}
\item Put \fname{output.zip} in the root of the SD card and rename it to \fname{update.zip}.
\item Disconnect the player from USB and let the original firmware boot.
\item Go into the 'Setting' menu, and select 'Upgrade'. The player will reboot into Rockbox
upon completion.
\end{enumerate}