FS#12828 : french update
[maemo-rb.git] / manual / getting_started / sansaAMS_install.tex
blob090071859c67e20fb1d41728b483c88e6319735f
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}}
18 \opt{clipzip}{
19 \url{http://forums.sandisk.com/t5/Clip-Zip/Sansa-Clip-Zip-Firmware-01-01-18/td-p/254122}}
21 \item The bootloader:
22 \opt{e200v2}{\download{bootloader/sandisk-sansa/e200v2/bootloader-e200v2.sansa}}%
23 \opt{fuze}{\download{bootloader/sandisk-sansa/fuze/bootloader-fuze.sansa}}%
24 \opt{fuzev2}{\download{bootloader/sandisk-sansa/fuzev2/bootloader-fuzev2.sansa}}%
25 \opt{clipv1}{\download{bootloader/sandisk-sansa/clip/bootloader-clip.sansa}}%
26 \opt{clipv2}{\download{bootloader/sandisk-sansa/clipv2/bootloader-clipv2.sansa}}%
27 \opt{clipplus}{\download{bootloader/sandisk-sansa/clipplus/bootloader-clipplus.sansa}}%
28 \opt{c200v2}{\download{bootloader/sandisk-sansa/c200v2/bootloader-c200v2.sansa}}%
29 \opt{clipzip}{\download{bootloader/sandisk-sansa/clipzip/bootloader-clipzip.sansa}}
31 \item The version of mkamsboot for your operating system from
32 \download{bootloader/sandisk-sansa/mkamsboot/}
33 \end{itemize}
35 \subsection{Bootloader installation from Windows}
37 \begin{enumerate}
39 \item Create a folder called ``rbinstall'' on your desktop, and then extract
40 the OF, the bootloader and mkamsboot into it.
42 \item Open a new command prompt, and navigate to the ``rbinstall'' folder.
44 \item Run mkamsboot.exe, passing the name of the OF and bootloader files that
45 you downloaded, in addition to a name for the output file.
47 % The following arguments to the code environment select the correct line out
48 % of the code block. This is necessary as using \opt{} in the code block would
49 % create unwanted empty lines.
50 \begin{code}[firstline=\opt{fuze}{1}\opt{fuzev2}{2}\opt{e200v2}{3}%
51 \opt{clipv1}{4}\opt{clipv2}{5}\opt{clipplus}{6}\opt{c200v2}{7}%
52 \opt{clipzip}{8},%
53 lastline=\opt{fuze}{1}\opt{fuzev2}{2}\opt{e200v2}{3}%
54 \opt{clipv1}{4}\opt{clipv2}{5}\opt{clipplus}{6}\opt{c200v2}{7}%
55 \opt{clipzip}{8}]
56 mkamsboot.exe fuzea.bin bootloader-fuze.sansa patched.bin
57 mkamsboot.exe fuzpa.bin bootloader-fuzev2.sansa patched.bin
58 mkamsboot.exe e200pe.bin bootloader-e200v2.sansa patched.bin
59 mkamsboot.exe m300a.bin bootloader-clip.sansa patched.bin
60 mkamsboot.exe m30pa.bin bootloader-clipv2.sansa patched.bin
61 mkamsboot.exe clppa.bin bootloader-clipplus.sansa patched.bin
62 mkamsboot.exe c200pa.bin bootloader-c200v2.sansa patched.bin
63 mkamsboot.exe clpza.bin bootloader-clipzip.sansa patched.bin
64 \end{code}
66 If mkamsboot.exe does not report success, then retry or abort.
68 \item Copy the output file (``patched.bin'' in the example given above) to the
69 root of the device and rename it to the same name as the OF file you downloaded earlier
70 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
71 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''}
72 \opt{clipplus}{(``clppa.bin''} \opt{fuzev2}{(``fuzpa.bin''}
73 \opt{clipzip}{(``clpza.bin''} \opt{c200v2}{(``c200pa.bin''} above).
74 \end{enumerate}
76 \subsection{Bootloader installation from Mac OS X and Linux}
78 \begin{enumerate}
80 \item Create a folder called ``rbinstall'' in your home directory, and then
81 extract the OF, the bootloader and mkamsboot into it.
83 \item Open a new terminal, and navigate to the ``rbinstall'' folder.
85 \item Run mkamsboot, passing the name of the OF and bootloader files that
86 you downloaded, in addition to a name for the output file.
88 % See above for the code environment arguments explanation.
89 \begin{code}[firstline=\opt{fuze}{1}\opt{fuzev2}{2}\opt{e200v2}{3}%
90 \opt{clipv1}{4}\opt{clipv2}{5}\opt{clipplus}{6}\opt{c200v2}{7}%
91 \opt{clipzip}{8},%
92 lastline=\opt{fuze}{1}\opt{fuzev2}{2}\opt{e200v2}{3}%
93 \opt{clipv1}{4}\opt{clipv2}{5}\opt{clipplus}{6}\opt{c200v2}{7}%
94 \opt{clipzip}{8}]
95 ./mkamsboot fuzea.bin bootloader-fuze.sansa patched.bin
96 ./mkamsboot fuzpa.bin bootloader-fuzev2.sansa patched.bin
97 ./mkamsboot e200pe.bin bootloader-e200v2.sansa patched.bin
98 ./mkamsboot m300a.bin bootloader-clip.sansa patched.bin
99 ./mkamsboot m30pa.bin bootloader-clipv2.sansa patched.bin
100 ./mkamsboot clppa.bin bootloader-clipplus.sansa patched.bin
101 ./mkamsboot c200pa.bin bootloader-c200v2.sansa patched.bin
102 ./mkamsboot clpza.bin bootloader-clipzip.sansa patched.bin
103 \end{code}
105 If mkamsboot does not report success, then retry or abort.
107 \item Copy the output file (``patched.bin'' in the example given above) to the
108 root of the device and rename it to the same name as the OF file you downloaded earlier
109 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
110 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''}
111 \opt{clipplus}{(``clppa.bin''} \opt{fuzev2}{(``fuzpa.bin''}
112 \opt{c200v2}{(``c200pa.bin''} \opt{clipzip}{(``clpza.bin''} above).
113 \end{enumerate}