fix build
[kugel-rb.git] / manual / getting_started / sansaAMS_install.tex
blob02505b7df53410a9cb7dbddfcc2700b4fc9e231a
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/t5/User-guides-Firmware-Software/e200v2-03-01-16-Firmware-Download-amp-Instructions/td-p/36562}}%
10 \opt{fuze,fuzev2}{
11 \url{http://forums.sandisk.com/t5/Fuze/Sansa-Fuze-Firmware-Update-01-02-31-amp-02-03-33/td-p/139175}}%
12 \opt{clipv1,clipv2}{
13 \url{http://forums.sandisk.com/t5/Clip-Clip/Sansa-Clip-Firmware-01-01-35-amp-02-01-35-Release/td-p/144965}}%
14 \opt{clipplus}{
15 \url{http://forums.sandisk.com/t5/Clip-Clip/Sansa-Clip-Firmware-Update-01-02-15/td-p/150227}}%
16 \opt{c200v2}{
17 \url{http://forums.sandisk.com/t5/User-guides-Firmware-Software/c200-version2-Latest-Firmware-Installation-Instructions-03-02-05/td-p/34097}}
19 \item The bootloader:
20 \opt{e200v2}{\download{bootloader/sandisk-sansa/e200v2/bootloader-e200v2.sansa}}%
21 \opt{fuze}{\download{bootloader/sandisk-sansa/fuze/bootloader-fuze.sansa}}%
22 \opt{fuzev2}{\download{bootloader/sandisk-sansa/fuzev2/bootloader-fuzev2.sansa}}%
23 \opt{clipv1}{\download{bootloader/sandisk-sansa/clip/bootloader-clip.sansa}}%
24 \opt{clipv2}{\download{bootloader/sandisk-sansa/clipv2/bootloader-clipv2.sansa}}%
25 \opt{clipplus}{\download{bootloader/sandisk-sansa/clipplus/bootloader-clipplus.sansa}}%
26 \opt{c200v2}{\download{bootloader/sandisk-sansa/c200v2/bootloader-c200v2.sansa}}
28 \item The version of mkamsboot for your operating system from
29 \download{bootloader/sandisk-sansa/mkamsboot/}
30 \end{itemize}
32 \subsection{Bootloader installation from Windows}
34 \begin{enumerate}
36 \item Create a folder called ``rbinstall'' on your desktop, and then extract
37 the OF, the bootloader and mkamsboot into it.
39 \item Open a new command prompt, and navigate to the ``rbinstall'' folder.
41 \item Run mkamsboot.exe, passing the name of the OF and bootloader files that
42 you downloaded, in addition to a name for the output file.
44 \begin{code}
45 \opt{fuze}{mkamsboot.exe fuzea.bin bootloader-fuze.sansa patched.bin}
46 \opt{fuzev2}{mkamsboot.exe fuzpa.bin bootloader-fuzev2.sansa patched.bin}
47 \opt{e200v2}{mkamsboot.exe e200pe.bin bootloader-e200v2.sansa patched.bin}
48 \opt{clipv1}{mkamsboot.exe m300a.bin bootloader-clip.sansa patched.bin}
49 \opt{clipv2}{mkamsboot.exe m30pa.bin bootloader-clipv2.sansa patched.bin}
50 \opt{clipplus}{mkamsboot.exe clppa.bin bootloader-clipplus.sansa patched.bin}
51 \opt{c200v2}{mkamsboot.exe c200pa.bin bootloader-c200v2.sansa patched.bin}
52 \end{code}
54 If mkamsboot.exe does not report success, then retry or abort.
56 \item Copy the output file (``patched.bin'' in the example given above) to the
57 root of the device and rename it to the same name as the OF file you downloaded earlier
58 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
59 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''}
60 \opt{clipplus}{(``clppa.bin''} \opt{fuzev2}{(``fuzpa.bin''}
61 \opt{c200v2}{(``c200pa.bin''} above).
63 \item Safely eject the device, unplug USB and wait for the firmware update to finish.
64 \end{enumerate}
66 \subsection{Bootloader installation from Mac OS X and Linux}
68 \begin{enumerate}
70 \item Create a folder called ``rbinstall'' in your home directory, and then
71 extract the OF, the bootloader and mkamsboot into it.
73 \item Open a new terminal, and navigate to the ``rbinstall'' folder.
75 \item Run mkamsboot, passing the name of the OF and bootloader files that
76 you downloaded, in addition to a name for the output file.
78 \begin{code}
79 \opt{fuze}{./mkamsboot fuzea.bin bootloader-fuze.sansa patched.bin}
80 \opt{fuzev2}{./mkamsboot fuzpa.bin bootloader-fuzev2.sansa patched.bin}
81 \opt{e200v2}{./mkamsboot e200pe.bin bootloader-e200v2.sansa patched.bin}
82 \opt{clipv1}{./mkamsboot m300a.bin bootloader-clip.sansa patched.bin}
83 \opt{clipv2}{./mkamsboot m30pa.bin bootloader-clipv2.sansa patched.bin}
84 \opt{clipplus}{./mkamsboot clppa.bin bootloader-clipplus.sansa patched.bin}
85 \opt{c200v2}{./mkamsboot c200pa.bin bootloader-c200v2.sansa patched.bin}
86 \end{code}
88 If mkamsboot does not report success, then retry or abort.
90 \item Copy the output file (``patched.bin'' in the example given above) to the
91 root of the device and rename it to the same name as the OF file you downloaded earlier
92 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
93 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''}
94 \opt{clipplus}{(``clppa.bin''} \opt{fuzev2}{(``fuzpa.bin''}
95 \opt{c200v2}{(``c200pa.bin''} above).
97 \item Safely eject the device, unplug USB and wait for the firmware update to finish.
98 \end{enumerate}