summaryrefslogtreecommitdiff
path: root/manual/getting_started/sansaAMS_install.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/getting_started/sansaAMS_install.tex')
-rw-r--r--manual/getting_started/sansaAMS_install.tex11
1 files changed, 9 insertions, 2 deletions
diff --git a/manual/getting_started/sansaAMS_install.tex b/manual/getting_started/sansaAMS_install.tex
index 06ef577c44..7ef2eedf17 100644
--- a/manual/getting_started/sansaAMS_install.tex
+++ b/manual/getting_started/sansaAMS_install.tex
@@ -9,10 +9,13 @@ files:
9 \url{http://forums.sandisk.com/sansa/board/message?board.id=e200&thread.id=13548}} 9 \url{http://forums.sandisk.com/sansa/board/message?board.id=e200&thread.id=13548}}
10 \opt{fuze}{ 10 \opt{fuze}{
11 \url{http://forums.sandisk.com/sansa/board/message?board.id=sansafuse&thread.id=23276}} 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}}
12 14
13 \item The bootloader: 15 \item The bootloader:
14 \opt{e200v2}{\download{bootloader/sandisk-sansa/e200v2/bootloader-e200v2.sansa}} 16 \opt{e200v2}{\download{bootloader/sandisk-sansa/e200v2/bootloader-e200v2.sansa}}
15 \opt{fuze}{\download{bootloader/sandisk-sansa/fuze/bootloader-fuze.sansa}} 17 \opt{fuze}{\download{bootloader/sandisk-sansa/fuze/bootloader-fuze.sansa}}
18 \opt{clip}{\download{bootloader/sandisk-sansa/clip/bootloader-clip.sansa}}
16 19
17 \item The version of mkamsboot for your operating system from 20 \item The version of mkamsboot for your operating system from
18 \download{bootloader/sandisk-sansa/mkamsboot/} 21 \download{bootloader/sandisk-sansa/mkamsboot/}
@@ -33,13 +36,15 @@ files:
33 \begin{code} 36 \begin{code}
34 \opt{fuze}{mkamsboot.exe fuzea.bin bootloader-fuze.sansa patched.bin} 37 \opt{fuze}{mkamsboot.exe fuzea.bin bootloader-fuze.sansa patched.bin}
35 \opt{e200v2}{mkamsboot.exe e200pe.bin bootloader-e200v2.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}
36 \end{code} 40 \end{code}
37 41
38 If mkamsboot.exe does not report success, then retry or abort. 42 If mkamsboot.exe does not report success, then retry or abort.
39 43
40\item Copy the output file (``patched.bin'' in the example given above) to the 44\item Copy the output file (``patched.bin'' in the example given above) to the
41 root of the device and rename it to the same name as the OF file you downloaded earlier 45 root of the device and rename it to the same name as the OF file you downloaded earlier
42 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''} above). 46 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
47 \opt{clip}{(``m300a.bin''} above).
43 48
44\item Safely eject the device, unplug USB and wait for the firmware update to finish. 49\item Safely eject the device, unplug USB and wait for the firmware update to finish.
45\end{enumerate} 50\end{enumerate}
@@ -59,13 +64,15 @@ files:
59 \begin{code} 64 \begin{code}
60 \opt{fuze}{./mkamsboot fuzea.bin bootloader-fuze.sansa patched.bin} 65 \opt{fuze}{./mkamsboot fuzea.bin bootloader-fuze.sansa patched.bin}
61 \opt{e200v2}{./mkamsboot e200pe.bin bootloader-e200v2.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}
62 \end{code} 68 \end{code}
63 69
64 If mkamsboot does not report success, then retry or abort. 70 If mkamsboot does not report success, then retry or abort.
65 71
66\item Copy the output file (``patched.bin'' in the example given above) to the 72\item Copy the output file (``patched.bin'' in the example given above) to the
67 root of the device and rename it to the same name as the OF file you downloaded earlier 73 root of the device and rename it to the same name as the OF file you downloaded earlier
68 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''} above). 74 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
75 \opt{clip}{(``m300a.bin''} above).
69 76
70\item Safely eject the device, unplug USB and wait for the firmware update to finish. 77\item Safely eject the device, unplug USB and wait for the firmware update to finish.
71\end{enumerate} 78\end{enumerate}