Fix various size_t related warnings and errors
[kugel-rb.git] / manual / getting_started / sansaAMS_install.tex
blob44bfa2c64b16d7500c47d1e5b06a8b5c5f1bc9aa
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}}
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{clipv1}{\download{bootloader/sandisk-sansa/clip/bootloader-clip.sansa}}
21 \opt{clipv2}{\download{bootloader/sandisk-sansa/clipv2/bootloader-clipv2.sansa}}
22 \opt{clipplus}{\download{bootloader/sandisk-sansa/clipplus/bootloader-clipplus.sansa}}
24 \item The version of mkamsboot for your operating system from
25 \download{bootloader/sandisk-sansa/mkamsboot/}
26 \end{itemize}
28 \subsection{Bootloader installation from Windows}
30 \begin{enumerate}
32 \item Create a folder called ``rbinstall'' on your desktop, and then extract
33 the OF, the bootloader and mkamsboot into it.
35 \item Open a new command prompt, and navigate to the ``rbinstall'' folder.
37 \item Run mkamsboot.exe, passing the name of the OF and bootloader files that
38 you downloaded, in addition to a name for the output file.
40 \begin{code}
41 \opt{fuze}{mkamsboot.exe fuzea.bin bootloader-fuze.sansa patched.bin}
42 \opt{e200v2}{mkamsboot.exe e200pe.bin bootloader-e200v2.sansa patched.bin}
43 \opt{clipv1}{mkamsboot.exe m300a.bin bootloader-clip.sansa patched.bin}
44 \opt{clipv2}{mkamsboot.exe m30pa.bin bootloader-clipv2.sansa patched.bin}
45 \opt{clipplus}{mkamsboot.exe clppa.bin bootloader-clipplus.sansa patched.bin}
46 \end{code}
48 If mkamsboot.exe does not report success, then retry or abort.
50 \item Copy the output file (``patched.bin'' in the example given above) to the
51 root of the device and rename it to the same name as the OF file you downloaded earlier
52 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
53 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''}
54 \opt{clipplus}{(``clppa.bin''} above).
56 \item Safely eject the device, unplug USB and wait for the firmware update to finish.
57 \end{enumerate}
59 \subsection{Bootloader installation from Mac OS X and Linux}
61 \begin{enumerate}
63 \item Create a folder called ``rbinstall'' in your home directory, and then
64 extract the OF, the bootloader and mkamsboot into it.
66 \item Open a new terminal, and navigate to the ``rbinstall'' folder.
68 \item Run mkamsboot, passing the name of the OF and bootloader files that
69 you downloaded, in addition to a name for the output file.
71 \begin{code}
72 \opt{fuze}{./mkamsboot fuzea.bin bootloader-fuze.sansa patched.bin}
73 \opt{e200v2}{./mkamsboot e200pe.bin bootloader-e200v2.sansa patched.bin}
74 \opt{clipv1}{./mkamsboot m300a.bin bootloader-clip.sansa patched.bin}
75 \opt{clipv2}{./mkamsboot m30pa.bin bootloader-clipv2.sansa patched.bin}
76 \opt{clipplus}{./mkamsboot clppa.bin bootloader-clipplus.sansa patched.bin}
77 \end{code}
79 If mkamsboot does not report success, then retry or abort.
81 \item Copy the output file (``patched.bin'' in the example given above) to the
82 root of the device and rename it to the same name as the OF file you downloaded earlier
83 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
84 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''}
85 \opt{clipplus}{(``clppa.bin''} above).
87 \item Safely eject the device, unplug USB and wait for the firmware update to finish.
88 \end{enumerate}