3 In order to install the bootloader, you will need to download the following
7 \item An original firmware (OF) from
9 \url{http://forums.sandisk.com/t5/User-guides-Firmware-Software/e200v2-
03-
01-
16-Firmware-Download-amp-Instructions/td-p/
36562}}%
11 \url{http://forums.sandisk.com/t5/Fuze/Sansa-Fuze-Firmware-Update-
01-
02-
31-amp-
02-
03-
33/td-p/
139175}}%
13 \url{http://forums.sandisk.com/t5/Clip-Clip/Sansa-Clip-Firmware-
01-
01-
35-amp-
02-
01-
35-Release/td-p/
144965}}%
15 \url{http://forums.sandisk.com/t5/Clip-Clip/Sansa-Clip-Firmware-Update-
01-
02-
15/td-p/
150227}}%
17 \url{http://forums.sandisk.com/t5/User-guides-Firmware-Software/c200-version2-Latest-Firmware-Installation-Instructions-
03-
02-
05/td-p/
34097}}
19 \url{http://forums.sandisk.com/t5/Clip-Zip/Sansa-Clip-Zip-Firmware-
01-
01-
18/td-p/
254122}}
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/
}
35 \subsection{Bootloader installation from Windows
}
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}%
53 lastline=
\opt{fuze
}{1}\opt{fuzev2
}{2}\opt{e200v2
}{3}%
54 \opt{clipv1
}{4}\opt{clipv2
}{5}\opt{clipplus
}{6}\opt{c200v2
}{7}%
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
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).
76 \subsection{Bootloader installation from Mac OS X and Linux
}
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}%
92 lastline=
\opt{fuze
}{1}\opt{fuzev2
}{2}\opt{e200v2
}{3}%
93 \opt{clipv1
}{4}\opt{clipv2
}{5}\opt{clipplus
}{6}\opt{c200v2
}{7}%
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
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).