Commit FS#11034 by Andrew Engelbrecht. Fixes default contrast value on ipod 3G.
[kugel-rb.git] / manual / getting_started / sansaAMS_install.tex
blob7ef2eedf171a65a731cfaa510e31b4e5f5a1861c
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{clip}{
13 \url{http://forums.sandisk.com/sansa/board/message?board.id=clip&thread.id=15109}}
15 \item The bootloader:
16 \opt{e200v2}{\download{bootloader/sandisk-sansa/e200v2/bootloader-e200v2.sansa}}
17 \opt{fuze}{\download{bootloader/sandisk-sansa/fuze/bootloader-fuze.sansa}}
18 \opt{clip}{\download{bootloader/sandisk-sansa/clip/bootloader-clip.sansa}}
20 \item The version of mkamsboot for your operating system from
21 \download{bootloader/sandisk-sansa/mkamsboot/}
22 \end{itemize}
24 \subsection{Bootloader installation from Windows}
26 \begin{enumerate}
28 \item Create a folder called ``rbinstall'' on your desktop, and then extract
29 the OF, the bootloader and mkamsboot into it.
31 \item Open a new command prompt, and navigate to the ``rbinstall'' folder.
33 \item Run mkamsboot.exe, passing the name of the OF and bootloader files that
34 you downloaded, in addition to a name for the output file.
36 \begin{code}
37 \opt{fuze}{mkamsboot.exe fuzea.bin bootloader-fuze.sansa patched.bin}
38 \opt{e200v2}{mkamsboot.exe e200pe.bin bootloader-e200v2.sansa patched.bin}
39 \opt{clip}{mkamsboot.exe m300a.bin bootloader-clip.sansa patched.bin}
40 \end{code}
42 If mkamsboot.exe does not report success, then retry or abort.
44 \item Copy the output file (``patched.bin'' in the example given above) to the
45 root of the device and rename it to the same name as the OF file you downloaded earlier
46 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
47 \opt{clip}{(``m300a.bin''} above).
49 \item Safely eject the device, unplug USB and wait for the firmware update to finish.
50 \end{enumerate}
52 \subsection{Bootloader installation from Mac OS X and Linux}
54 \begin{enumerate}
56 \item Create a folder called ``rbinstall'' in your home directory, and then
57 extract the OF, the bootloader and mkamsboot into it.
59 \item Open a new terminal, and navigate to the ``rbinstall'' folder.
61 \item Run mkamsboot, passing the name of the OF and bootloader files that
62 you downloaded, in addition to a name for the output file.
64 \begin{code}
65 \opt{fuze}{./mkamsboot fuzea.bin bootloader-fuze.sansa patched.bin}
66 \opt{e200v2}{./mkamsboot e200pe.bin bootloader-e200v2.sansa patched.bin}
67 \opt{clip}{./mkamsboot m300a.bin bootloader-clip.sansa patched.bin}
68 \end{code}
70 If mkamsboot does not report success, then retry or abort.
72 \item Copy the output file (``patched.bin'' in the example given above) to the
73 root of the device and rename it to the same name as the OF file you downloaded earlier
74 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
75 \opt{clip}{(``m300a.bin''} above).
77 \item Safely eject the device, unplug USB and wait for the firmware update to finish.
78 \end{enumerate}