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.tex22
1 files changed, 16 insertions, 6 deletions
diff --git a/manual/getting_started/sansaAMS_install.tex b/manual/getting_started/sansaAMS_install.tex
index 7ef2eedf17..44bfa2c64b 100644
--- a/manual/getting_started/sansaAMS_install.tex
+++ b/manual/getting_started/sansaAMS_install.tex
@@ -9,13 +9,17 @@ 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}{ 12 \opt{clipv1,clipv2}{
13 \url{http://forums.sandisk.com/sansa/board/message?board.id=clip&thread.id=15109}} 13 \url{http://forums.sandisk.com/sansa/board/message?board.id=clip&thread.id=15109}}
14 \opt{clipplus}{
15 \url{http://forums.sandisk.com/sansa/board/message?board.id=clipplus&thread.id=2911}}
14 16
15 \item The bootloader: 17 \item The bootloader:
16 \opt{e200v2}{\download{bootloader/sandisk-sansa/e200v2/bootloader-e200v2.sansa}} 18 \opt{e200v2}{\download{bootloader/sandisk-sansa/e200v2/bootloader-e200v2.sansa}}
17 \opt{fuze}{\download{bootloader/sandisk-sansa/fuze/bootloader-fuze.sansa}} 19 \opt{fuze}{\download{bootloader/sandisk-sansa/fuze/bootloader-fuze.sansa}}
18 \opt{clip}{\download{bootloader/sandisk-sansa/clip/bootloader-clip.sansa}} 20 \opt{clipv1}{\download{bootloader/sandisk-sansa/clip/bootloader-clip.sansa}}
21 \opt{clipv2}{\download{bootloader/sandisk-sansa/clipv2/bootloader-clipv2.sansa}}
22 \opt{clipplus}{\download{bootloader/sandisk-sansa/clipplus/bootloader-clipplus.sansa}}
19 23
20 \item The version of mkamsboot for your operating system from 24 \item The version of mkamsboot for your operating system from
21 \download{bootloader/sandisk-sansa/mkamsboot/} 25 \download{bootloader/sandisk-sansa/mkamsboot/}
@@ -36,7 +40,9 @@ files:
36 \begin{code} 40 \begin{code}
37 \opt{fuze}{mkamsboot.exe fuzea.bin bootloader-fuze.sansa patched.bin} 41 \opt{fuze}{mkamsboot.exe fuzea.bin bootloader-fuze.sansa patched.bin}
38 \opt{e200v2}{mkamsboot.exe e200pe.bin bootloader-e200v2.sansa patched.bin} 42 \opt{e200v2}{mkamsboot.exe e200pe.bin bootloader-e200v2.sansa patched.bin}
39 \opt{clip}{mkamsboot.exe m300a.bin bootloader-clip.sansa patched.bin} 43 \opt{clipv1}{mkamsboot.exe m300a.bin bootloader-clip.sansa patched.bin}
44 \opt{clipv2}{mkamsboot.exe m30pa.bin bootloader-clipv2.sansa patched.bin}
45 \opt{clipplus}{mkamsboot.exe clppa.bin bootloader-clipplus.sansa patched.bin}
40 \end{code} 46 \end{code}
41 47
42 If mkamsboot.exe does not report success, then retry or abort. 48 If mkamsboot.exe does not report success, then retry or abort.
@@ -44,7 +50,8 @@ files:
44\item Copy the output file (``patched.bin'' in the example given above) to the 50\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 51 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''} 52 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
47 \opt{clip}{(``m300a.bin''} above). 53 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''}
54 \opt{clipplus}{(``clppa.bin''} above).
48 55
49\item Safely eject the device, unplug USB and wait for the firmware update to finish. 56\item Safely eject the device, unplug USB and wait for the firmware update to finish.
50\end{enumerate} 57\end{enumerate}
@@ -64,7 +71,9 @@ files:
64 \begin{code} 71 \begin{code}
65 \opt{fuze}{./mkamsboot fuzea.bin bootloader-fuze.sansa patched.bin} 72 \opt{fuze}{./mkamsboot fuzea.bin bootloader-fuze.sansa patched.bin}
66 \opt{e200v2}{./mkamsboot e200pe.bin bootloader-e200v2.sansa patched.bin} 73 \opt{e200v2}{./mkamsboot e200pe.bin bootloader-e200v2.sansa patched.bin}
67 \opt{clip}{./mkamsboot m300a.bin bootloader-clip.sansa patched.bin} 74 \opt{clipv1}{./mkamsboot m300a.bin bootloader-clip.sansa patched.bin}
75 \opt{clipv2}{./mkamsboot m30pa.bin bootloader-clipv2.sansa patched.bin}
76 \opt{clipplus}{./mkamsboot clppa.bin bootloader-clipplus.sansa patched.bin}
68 \end{code} 77 \end{code}
69 78
70 If mkamsboot does not report success, then retry or abort. 79 If mkamsboot does not report success, then retry or abort.
@@ -72,7 +81,8 @@ files:
72\item Copy the output file (``patched.bin'' in the example given above) to the 81\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 82 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''} 83 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
75 \opt{clip}{(``m300a.bin''} above). 84 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''}
85 \opt{clipplus}{(``clppa.bin''} above).
76 86
77\item Safely eject the device, unplug USB and wait for the firmware update to finish. 87\item Safely eject the device, unplug USB and wait for the firmware update to finish.
78\end{enumerate} 88\end{enumerate}