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.tex9
1 files changed, 6 insertions, 3 deletions
diff --git a/manual/getting_started/sansaAMS_install.tex b/manual/getting_started/sansaAMS_install.tex
index 44bfa2c64b..3f3fbd97c5 100644
--- a/manual/getting_started/sansaAMS_install.tex
+++ b/manual/getting_started/sansaAMS_install.tex
@@ -7,7 +7,7 @@ files:
7 \item An original firmware (OF) from 7 \item An original firmware (OF) from
8 \opt{e200v2}{ 8 \opt{e200v2}{
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,fuzev2}{
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{clipv1,clipv2}{ 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}}
@@ -17,6 +17,7 @@ files:
17 \item The bootloader: 17 \item The bootloader:
18 \opt{e200v2}{\download{bootloader/sandisk-sansa/e200v2/bootloader-e200v2.sansa}} 18 \opt{e200v2}{\download{bootloader/sandisk-sansa/e200v2/bootloader-e200v2.sansa}}
19 \opt{fuze}{\download{bootloader/sandisk-sansa/fuze/bootloader-fuze.sansa}} 19 \opt{fuze}{\download{bootloader/sandisk-sansa/fuze/bootloader-fuze.sansa}}
20 \opt{fuzev2}{\download{bootloader/sandisk-sansa/fuzev2/bootloader-fuzev2.sansa}}
20 \opt{clipv1}{\download{bootloader/sandisk-sansa/clip/bootloader-clip.sansa}} 21 \opt{clipv1}{\download{bootloader/sandisk-sansa/clip/bootloader-clip.sansa}}
21 \opt{clipv2}{\download{bootloader/sandisk-sansa/clipv2/bootloader-clipv2.sansa}} 22 \opt{clipv2}{\download{bootloader/sandisk-sansa/clipv2/bootloader-clipv2.sansa}}
22 \opt{clipplus}{\download{bootloader/sandisk-sansa/clipplus/bootloader-clipplus.sansa}} 23 \opt{clipplus}{\download{bootloader/sandisk-sansa/clipplus/bootloader-clipplus.sansa}}
@@ -39,6 +40,7 @@ files:
39 40
40 \begin{code} 41 \begin{code}
41 \opt{fuze}{mkamsboot.exe fuzea.bin bootloader-fuze.sansa patched.bin} 42 \opt{fuze}{mkamsboot.exe fuzea.bin bootloader-fuze.sansa patched.bin}
43 \opt{fuzev2}{mkamsboot.exe fuzpa.bin bootloader-fuzev2.sansa patched.bin}
42 \opt{e200v2}{mkamsboot.exe e200pe.bin bootloader-e200v2.sansa patched.bin} 44 \opt{e200v2}{mkamsboot.exe e200pe.bin bootloader-e200v2.sansa patched.bin}
43 \opt{clipv1}{mkamsboot.exe m300a.bin bootloader-clip.sansa patched.bin} 45 \opt{clipv1}{mkamsboot.exe m300a.bin bootloader-clip.sansa patched.bin}
44 \opt{clipv2}{mkamsboot.exe m30pa.bin bootloader-clipv2.sansa patched.bin} 46 \opt{clipv2}{mkamsboot.exe m30pa.bin bootloader-clipv2.sansa patched.bin}
@@ -51,7 +53,7 @@ files:
51 root of the device and rename it to the same name as the OF file you downloaded earlier 53 root of the device and rename it to the same name as the OF file you downloaded earlier
52 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''} 54 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
53 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''} 55 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''}
54 \opt{clipplus}{(``clppa.bin''} above). 56 \opt{clipplus}{(``clppa.bin''} \opt{fuzev2}{(``fuzpa.bin''} above).
55 57
56\item Safely eject the device, unplug USB and wait for the firmware update to finish. 58\item Safely eject the device, unplug USB and wait for the firmware update to finish.
57\end{enumerate} 59\end{enumerate}
@@ -70,6 +72,7 @@ files:
70 72
71 \begin{code} 73 \begin{code}
72 \opt{fuze}{./mkamsboot fuzea.bin bootloader-fuze.sansa patched.bin} 74 \opt{fuze}{./mkamsboot fuzea.bin bootloader-fuze.sansa patched.bin}
75 \opt{fuzev2}{./mkamsboot fuzpa.bin bootloader-fuzev2.sansa patched.bin}
73 \opt{e200v2}{./mkamsboot e200pe.bin bootloader-e200v2.sansa patched.bin} 76 \opt{e200v2}{./mkamsboot e200pe.bin bootloader-e200v2.sansa patched.bin}
74 \opt{clipv1}{./mkamsboot m300a.bin bootloader-clip.sansa patched.bin} 77 \opt{clipv1}{./mkamsboot m300a.bin bootloader-clip.sansa patched.bin}
75 \opt{clipv2}{./mkamsboot m30pa.bin bootloader-clipv2.sansa patched.bin} 78 \opt{clipv2}{./mkamsboot m30pa.bin bootloader-clipv2.sansa patched.bin}
@@ -82,7 +85,7 @@ files:
82 root of the device and rename it to the same name as the OF file you downloaded earlier 85 root of the device and rename it to the same name as the OF file you downloaded earlier
83 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''} 86 \opt{fuze}{(``fuzea.bin''} \opt{e200v2}{(``e200pe.bin''}
84 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''} 87 \opt{clipv1}{(``m300a.bin''} \opt{clipv2}{(``m30pa.bin''}
85 \opt{clipplus}{(``clppa.bin''} above). 88 \opt{clipplus}{(``clppa.bin''} \opt{fuzev2}{(``fuzpa.bin''} above).
86 89
87\item Safely eject the device, unplug USB and wait for the firmware update to finish. 90\item Safely eject the device, unplug USB and wait for the firmware update to finish.
88\end{enumerate} 91\end{enumerate}