The downloaded bootloader is bootloader-e200v2.sansa or bootloader-fuze.sansa, not...
[kugel-rb.git] / manual / getting_started / sansaAMS_install.tex
blob06ef577c4431c47e1ff9be90a92eb4950886741c
1 % $Id: %
3 In order to install the bootloader, you will need to download the following
4 files:
6 \begin{itemize}
7 \item An original firmware (OF) from
8 \opt{e200v2}{
9 \url{http://forums.sandisk.com/sansa/board/message?board.id=e200&thread.id=13548}}
10 \opt{fuze}{
11 \url{http://forums.sandisk.com/sansa/board/message?board.id=sansafuse&thread.id=23276}}
13 \item The bootloader:
14 \opt{e200v2}{\download{bootloader/sandisk-sansa/e200v2/bootloader-e200v2.sansa}}
15 \opt{fuze}{\download{bootloader/sandisk-sansa/fuze/bootloader-fuze.sansa}}
17 \item The version of mkamsboot for your operating system from
18 \download{bootloader/sandisk-sansa/mkamsboot/}
19 \end{itemize}
21 \subsection{Bootloader installation from Windows}
23 \begin{enumerate}
25 \item Create a folder called ``rbinstall'' on your desktop, and then extract
26 the OF, the bootloader and mkamsboot into it.
28 \item Open a new command prompt, and navigate to the ``rbinstall'' folder.
30 \item Run mkamsboot.exe, passing the name of the OF and bootloader files that
31 you downloaded, in addition to a name for the output file.
33 \begin{code}
34 \opt{fuze}{mkamsboot.exe fuzea.bin bootloader-fuze.sansa patched.bin}
35 \opt{e200v2}{mkamsboot.exe e200pe.bin bootloader-e200v2.sansa patched.bin}
36 \end{code}
38 If mkamsboot.exe does not report success, then retry or abort.
40 \item Copy the output file (``patched.bin'' in the example given above) to the
41 root of the device and rename it to the same name as the OF file you downloaded earlier
42 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''} above).
44 \item Safely eject the device, unplug USB and wait for the firmware update to finish.
45 \end{enumerate}
47 \subsection{Bootloader installation from Mac OS X and Linux}
49 \begin{enumerate}
51 \item Create a folder called ``rbinstall'' in your home directory, and then
52 extract the OF, the bootloader and mkamsboot into it.
54 \item Open a new terminal, and navigate to the ``rbinstall'' folder.
56 \item Run mkamsboot, passing the name of the OF and bootloader files that
57 you downloaded, in addition to a name for the output file.
59 \begin{code}
60 \opt{fuze}{./mkamsboot fuzea.bin bootloader-fuze.sansa patched.bin}
61 \opt{e200v2}{./mkamsboot e200pe.bin bootloader-e200v2.sansa patched.bin}
62 \end{code}
64 If mkamsboot does not report success, then retry or abort.
66 \item Copy the output file (``patched.bin'' in the example given above) to the
67 root of the device and rename it to the same name as the OF file you downloaded earlier
68 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''} above).
70 \item Safely eject the device, unplug USB and wait for the firmware update to finish.
71 \end{enumerate}