Fix corrupted metadata on manual track change on hwcodec.
[maemo-rb.git] / manual / getting_started / sansaAMS_install.tex
blob7ceb7d3d30f8181e6d941e706f2cfd72a4ffaa75
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 % The following arguments to the code environment select the correct line out
45 % of the code block. This is necessary as using \opt{} in the code block would
46 % create unwanted empty lines.
47 \begin{code}[firstline=\opt{fuze}{1}\opt{fuzev2}{2}\opt{e200v2}{3}%
48 \opt{clipv1}{4}\opt{clipv2}{5}\opt{clipplus}{6}\opt{c200v2}{7},%
49 lastline=\opt{fuze}{1}\opt{fuzev2}{2}\opt{e200v2}{3}%
50 \opt{clipv1}{4}\opt{clipv2}{5}\opt{clipplus}{6}\opt{c200v2}{7}]
51 mkamsboot.exe fuzea.bin bootloader-fuze.sansa patched.bin
52 mkamsboot.exe fuzpa.bin bootloader-fuzev2.sansa patched.bin
53 mkamsboot.exe e200pe.bin bootloader-e200v2.sansa patched.bin
54 mkamsboot.exe m300a.bin bootloader-clip.sansa patched.bin
55 mkamsboot.exe m30pa.bin bootloader-clipv2.sansa patched.bin
56 mkamsboot.exe clppa.bin bootloader-clipplus.sansa patched.bin
57 mkamsboot.exe c200pa.bin bootloader-c200v2.sansa patched.bin
58 \end{code}
60 If mkamsboot.exe does not report success, then retry or abort.
62 \item Copy the output file (``patched.bin'' in the example given above) to the
63 root of the device and rename it to the same name as the OF file you downloaded earlier
64 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
65 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''}
66 \opt{clipplus}{(``clppa.bin''} \opt{fuzev2}{(``fuzpa.bin''}
67 \opt{c200v2}{(``c200pa.bin''} above).
69 \item Safely eject the device, unplug USB and wait for the firmware update to finish.
70 \end{enumerate}
72 \subsection{Bootloader installation from Mac OS X and Linux}
74 \begin{enumerate}
76 \item Create a folder called ``rbinstall'' in your home directory, and then
77 extract the OF, the bootloader and mkamsboot into it.
79 \item Open a new terminal, and navigate to the ``rbinstall'' folder.
81 \item Run mkamsboot, passing the name of the OF and bootloader files that
82 you downloaded, in addition to a name for the output file.
84 % See above for the code environment arguments explanation.
85 \begin{code}[firstline=\opt{fuze}{1}\opt{fuzev2}{2}\opt{e200v2}{3}%
86 \opt{clipv1}{4}\opt{clipv2}{5}\opt{clipplus}{6}\opt{c200v2}{7},%
87 lastline=\opt{fuze}{1}\opt{fuzev2}{2}\opt{e200v2}{3}%
88 \opt{clipv1}{4}\opt{clipv2}{5}\opt{clipplus}{6}\opt{c200v2}{7}]
89 ./mkamsboot fuzea.bin bootloader-fuze.sansa patched.bin
90 ./mkamsboot fuzpa.bin bootloader-fuzev2.sansa patched.bin
91 ./mkamsboot e200pe.bin bootloader-e200v2.sansa patched.bin
92 ./mkamsboot m300a.bin bootloader-clip.sansa patched.bin
93 ./mkamsboot m30pa.bin bootloader-clipv2.sansa patched.bin
94 ./mkamsboot clppa.bin bootloader-clipplus.sansa patched.bin
95 ./mkamsboot c200pa.bin bootloader-c200v2.sansa patched.bin
96 \end{code}
98 If mkamsboot does not report success, then retry or abort.
100 \item Copy the output file (``patched.bin'' in the example given above) to the
101 root of the device and rename it to the same name as the OF file you downloaded earlier
102 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
103 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''}
104 \opt{clipplus}{(``clppa.bin''} \opt{fuzev2}{(``fuzpa.bin''}
105 \opt{c200v2}{(``c200pa.bin''} above).
107 \item Safely eject the device, unplug USB and wait for the firmware update to finish.
108 \end{enumerate}