2007-03-15 08:47:25 +00:00
% $Id$ %
2007-09-22 21:28:43 +00:00
\opt { e200} { \fixme { NOTE: These instructions will not work on the
``Rhapsody'' version of the E200 series (also known as E200R). Please
follow the instructions at
\url { http://www.rockbox.org/twiki/bin/view/Main/SansaE200RInstallation} .} }
2007-09-15 18:14:49 +00:00
2009-01-29 04:11:44 +00:00
\warn { If your \daps { } original firmware starts with a version number of 03.XX.XX, then do \emph { not} proceed with these install instructions.
If your \daps { } original firmware starts with 01.XX.XX, then you can
install Rockbox.}
2007-09-30 22:04:51 +00:00
In order to make your \playertype { } load and execute the Rockbox firmware you
2007-03-23 17:06:29 +00:00
have just installed, you will need to install the Rockbox
bootloader. Unless bugs are found in the bootloader code, or
2009-01-29 04:11:44 +00:00
significant new features are added, you will only have to perform this
2007-03-23 17:06:29 +00:00
step once.
2007-09-30 22:04:51 +00:00
These steps use the sansapatcher tool. Source code is available in the Rockbox
SVN repository (\url { http://svn.rockbox.org/viewvc.cgi/trunk/rbutil/sansapatcher/} ).
2007-03-23 17:06:29 +00:00
\subsubsection { Bootloader installation from Windows}
2007-03-12 18:19:42 +00:00
\begin { enumerate}
2007-03-23 17:06:29 +00:00
\item Make sure you are logged into your computer as Administrator, or a
user with Administrator privileges and connect your \dap { } .
\item Download sansapatcher.exe from
2007-09-22 21:28:43 +00:00
\download { bootloader/sandisk-sansa/sansapatcher/win32/sansapatcher.exe}
2007-03-23 17:06:29 +00:00
and run it.
\item If all has gone well, you should see some information displayed about
2007-09-30 22:04:51 +00:00
your \playertype { } and a message asking you if you wish to install the Rockbox
2007-03-23 17:06:29 +00:00
bootloader. Press i followed by ENTER, and sansapatcher will now
install the bootloader. After a short time you should see the message
``[INFO] Bootloader installed successfully.'' Press ENTER again to exit
sansapatcher.
\item Disconnect your \dap { } in the usual way. The bootloader is now installed.
2007-03-12 18:19:42 +00:00
\end { enumerate}
2007-03-23 17:06:29 +00:00
\subsubsection { Bootloader installation from Mac OS X}
\begin { enumerate}
\item Attach your \dap { } to your Mac and wait for its icon to appear in
Finder.
\item Download and open sansa.dmg from
2007-09-22 21:28:43 +00:00
\download { bootloader/sandisk-sansa/sansapatcher/macosx/sansapatcher.dmg}
2007-03-23 17:06:29 +00:00
and then double-click on the sansapatcher icon inside.
2007-09-30 22:04:51 +00:00
\item If all has gone well, you should see some
2007-03-23 17:06:29 +00:00
information displayed about your \dap { } and a message asking you if you
wish to install the Rockbox bootloader. Press i followed by ENTER, and
2009-01-29 04:11:44 +00:00
sansapatcher will now unmount your \dap { } and install the bootloader.
After a short time you should see the message ``[INFO] Bootloader installed successfully.'' Press ENTER again to exit sansapatcher and then quit the Terminal application.
2007-03-23 17:06:29 +00:00
\item Your \dap { } will now automatically reconnect itself to your Mac.
Wait for it to connect, and then eject and unplug it in the normal way.
\end { enumerate}
\subsubsection { Bootloader installation from Linux}
\begin { enumerate}
\item Download sansapatcher from
2007-09-22 21:28:43 +00:00
\download { bootloader/sandisk-sansa/sansapatcher/linux32x86/sansapatcher} (32-bit x86
binary) or \download { bootloader/sandisk-sansa/sansapatcher/linux64amd64/sansapatcher}
2007-03-23 17:06:29 +00:00
(64-bit amd64 binary). You can save this anywhere you wish, but the next
2008-02-13 13:32:44 +00:00
steps will assume you have saved it in your home directory.
2007-03-23 17:06:29 +00:00
\item Attach your \dap { } to your computer.
\item Open up a terminal window and type the following commands:
\begin { code}
cd $ HOME
chmod +x sansapatcher
./sansapatcher
\end { code}
\warn { You may need to be the root user in order for sansapatcher to have
sufficient permission to perform raw disk access to your \dap { } .}
\item If all has gone well, you should see some information displayed about
2007-09-30 22:04:51 +00:00
your \playertype { } and a message asking you if you wish to install the Rockbox
2007-03-23 17:06:29 +00:00
bootloader. Press i followed by ENTER, and sansapatcher will now install the
bootloader. After a short time you should see the message ``[INFO] Bootloader
installed successfully.'' Press ENTER again to exit sansapatcher.
\item Disconnect your \dap { } in the usual way. The bootloader is now installed.
\end { enumerate}