fix %Xl tag... this shuold be useable now
[kugel-rb.git] / manual / getting_started / sansaAMS_install.tex
blob3f3fbd97c500eac0008244cde915fed53d095817
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,fuzev2}{
11 \url{http://forums.sandisk.com/sansa/board/message?board.id=sansafuse&thread.id=23276}}
12 \opt{clipv1,clipv2}{
13 \url{http://forums.sandisk.com/sansa/board/message?board.id=clip&thread.id=15109}}
14 \opt{clipplus}{
15 \url{http://forums.sandisk.com/sansa/board/message?board.id=clipplus&thread.id=2911}}
17 \item The bootloader:
18 \opt{e200v2}{\download{bootloader/sandisk-sansa/e200v2/bootloader-e200v2.sansa}}
19 \opt{fuze}{\download{bootloader/sandisk-sansa/fuze/bootloader-fuze.sansa}}
20 \opt{fuzev2}{\download{bootloader/sandisk-sansa/fuzev2/bootloader-fuzev2.sansa}}
21 \opt{clipv1}{\download{bootloader/sandisk-sansa/clip/bootloader-clip.sansa}}
22 \opt{clipv2}{\download{bootloader/sandisk-sansa/clipv2/bootloader-clipv2.sansa}}
23 \opt{clipplus}{\download{bootloader/sandisk-sansa/clipplus/bootloader-clipplus.sansa}}
25 \item The version of mkamsboot for your operating system from
26 \download{bootloader/sandisk-sansa/mkamsboot/}
27 \end{itemize}
29 \subsection{Bootloader installation from Windows}
31 \begin{enumerate}
33 \item Create a folder called ``rbinstall'' on your desktop, and then extract
34 the OF, the bootloader and mkamsboot into it.
36 \item Open a new command prompt, and navigate to the ``rbinstall'' folder.
38 \item Run mkamsboot.exe, passing the name of the OF and bootloader files that
39 you downloaded, in addition to a name for the output file.
41 \begin{code}
42 \opt{fuze}{mkamsboot.exe fuzea.bin bootloader-fuze.sansa patched.bin}
43 \opt{fuzev2}{mkamsboot.exe fuzpa.bin bootloader-fuzev2.sansa patched.bin}
44 \opt{e200v2}{mkamsboot.exe e200pe.bin bootloader-e200v2.sansa patched.bin}
45 \opt{clipv1}{mkamsboot.exe m300a.bin bootloader-clip.sansa patched.bin}
46 \opt{clipv2}{mkamsboot.exe m30pa.bin bootloader-clipv2.sansa patched.bin}
47 \opt{clipplus}{mkamsboot.exe clppa.bin bootloader-clipplus.sansa patched.bin}
48 \end{code}
50 If mkamsboot.exe does not report success, then retry or abort.
52 \item Copy the output file (``patched.bin'' in the example given above) to the
53 root of the device and rename it to the same name as the OF file you downloaded earlier
54 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
55 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''}
56 \opt{clipplus}{(``clppa.bin''} \opt{fuzev2}{(``fuzpa.bin''} above).
58 \item Safely eject the device, unplug USB and wait for the firmware update to finish.
59 \end{enumerate}
61 \subsection{Bootloader installation from Mac OS X and Linux}
63 \begin{enumerate}
65 \item Create a folder called ``rbinstall'' in your home directory, and then
66 extract the OF, the bootloader and mkamsboot into it.
68 \item Open a new terminal, and navigate to the ``rbinstall'' folder.
70 \item Run mkamsboot, passing the name of the OF and bootloader files that
71 you downloaded, in addition to a name for the output file.
73 \begin{code}
74 \opt{fuze}{./mkamsboot fuzea.bin bootloader-fuze.sansa patched.bin}
75 \opt{fuzev2}{./mkamsboot fuzpa.bin bootloader-fuzev2.sansa patched.bin}
76 \opt{e200v2}{./mkamsboot e200pe.bin bootloader-e200v2.sansa patched.bin}
77 \opt{clipv1}{./mkamsboot m300a.bin bootloader-clip.sansa patched.bin}
78 \opt{clipv2}{./mkamsboot m30pa.bin bootloader-clipv2.sansa patched.bin}
79 \opt{clipplus}{./mkamsboot clppa.bin bootloader-clipplus.sansa patched.bin}
80 \end{code}
82 If mkamsboot does not report success, then retry or abort.
84 \item Copy the output file (``patched.bin'' in the example given above) to the
85 root of the device and rename it to the same name as the OF file you downloaded earlier
86 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
87 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''}
88 \opt{clipplus}{(``clppa.bin''} \opt{fuzev2}{(``fuzpa.bin''} above).
90 \item Safely eject the device, unplug USB and wait for the firmware update to finish.
91 \end{enumerate}