1
0
Fork 0
forked from len0rd/rockbox

The downloaded bootloader is bootloader-e200v2.sansa or bootloader-fuze.sansa, not bootloader-e200v2.bin or bootloader-fuze.bin

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23611 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2009-11-11 20:26:01 +00:00
parent 0212de4c8d
commit 97f17e80bc

View file

@ -31,8 +31,8 @@ files:
you downloaded, in addition to a name for the output file. you downloaded, in addition to a name for the output file.
\begin{code} \begin{code}
\opt{fuze}{mkamsboot.exe fuzea.bin bootloader-fuze.bin patched.bin} \opt{fuze}{mkamsboot.exe fuzea.bin bootloader-fuze.sansa patched.bin}
\opt{e200v2}{mkamsboot.exe e200pe.bin bootloader-e200v2.bin patched.bin} \opt{e200v2}{mkamsboot.exe e200pe.bin bootloader-e200v2.sansa patched.bin}
\end{code} \end{code}
If mkamsboot.exe does not report success, then retry or abort. If mkamsboot.exe does not report success, then retry or abort.
@ -57,8 +57,8 @@ files:
you downloaded, in addition to a name for the output file. you downloaded, in addition to a name for the output file.
\begin{code} \begin{code}
\opt{fuze}{./mkamsboot fuzea.bin bootloader-fuze.bin patched.bin} \opt{fuze}{./mkamsboot fuzea.bin bootloader-fuze.sansa patched.bin}
\opt{e200v2}{./mkamsboot e200pe.bin bootloader-e200v2.bin patched.bin} \opt{e200v2}{./mkamsboot e200pe.bin bootloader-e200v2.sansa patched.bin}
\end{code} \end{code}
If mkamsboot does not report success, then retry or abort. If mkamsboot does not report success, then retry or abort.