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/sansa/board/message?board.id=e200&thread.id=
13548}}
11 \url{http://forums.sandisk.com/sansa/board/message?board.id=sansafuse&thread.id=
23276}}
13 \url{http://forums.sandisk.com/sansa/board/message?board.id=clip&thread.id=
15109}}
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/
}
24 \subsection{Bootloader installation from Windows
}
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.
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
}
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.
52 \subsection{Bootloader installation from Mac OS X and Linux
}
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.
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
}
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.