blob: 7956e94f769d0fb50683574a262817492b85a5b8 [file] [log] [blame]
Nils Wallménius5412b7e2007-03-15 08:47:25 +00001% $Id$ %
Barry Wardell8986cb72007-03-23 17:06:29 +00002\subsubsection{Bootloader installation from Windows}
Dominik Riebeling2b174172007-03-12 18:19:42 +00003
4\begin{enumerate}
Barry Wardell8986cb72007-03-23 17:06:29 +00005
Barry Wardell8986cb72007-03-23 17:06:29 +00006\item Download sansapatcher.exe from
Dave Chapmanf2ca1e82007-09-22 21:28:43 +00007\download{bootloader/sandisk-sansa/sansapatcher/win32/sansapatcher.exe}
Alex Parker42ef5b02009-02-17 23:19:01 +00008and run it whilst logged in with an administrator account.
Barry Wardell8986cb72007-03-23 17:06:29 +00009
10\item If all has gone well, you should see some information displayed about
Marianne Arnoldf8da8982007-09-30 22:04:51 +000011your \playertype{} and a message asking you if you wish to install the Rockbox
Barry Wardell8986cb72007-03-23 17:06:29 +000012bootloader. Press i followed by ENTER, and sansapatcher will now
13install the bootloader. After a short time you should see the message
14``[INFO] Bootloader installed successfully.'' Press ENTER again to exit
15sansapatcher.
Dominik Riebeling2b174172007-03-12 18:19:42 +000016\end{enumerate}
17
Barry Wardell8986cb72007-03-23 17:06:29 +000018\subsubsection{Bootloader installation from Mac OS X}
19
20\begin{enumerate}
21
22\item Attach your \dap{} to your Mac and wait for its icon to appear in
23Finder.
24
Barry Wardell8986cb72007-03-23 17:06:29 +000025\item Download and open sansa.dmg from
Dave Chapmanf2ca1e82007-09-22 21:28:43 +000026\download{bootloader/sandisk-sansa/sansapatcher/macosx/sansapatcher.dmg}
Barry Wardell8986cb72007-03-23 17:06:29 +000027and then double-click on the sansapatcher icon inside.
28
Marianne Arnoldf8da8982007-09-30 22:04:51 +000029\item If all has gone well, you should see some
Barry Wardell8986cb72007-03-23 17:06:29 +000030information displayed about your \dap{} and a message asking you if you
31wish to install the Rockbox bootloader. Press i followed by ENTER, and
Robert Menesc5bffb12009-01-29 04:11:44 +000032sansapatcher will now unmount your \dap{} and install the bootloader.
Alex Parker42ef5b02009-02-17 23:19:01 +000033After a short time you should see the message ``[INFO] Bootloader installed successfully.''
34Press ENTER again to exit sansapatcher and then quit the Terminal application.
Barry Wardell8986cb72007-03-23 17:06:29 +000035\end{enumerate}
36
37\subsubsection{Bootloader installation from Linux}
38
39\begin{enumerate}
40
41\item Download sansapatcher from
Dave Chapmanf2ca1e82007-09-22 21:28:43 +000042\download{bootloader/sandisk-sansa/sansapatcher/linux32x86/sansapatcher} (32-bit x86
43binary) or \download{bootloader/sandisk-sansa/sansapatcher/linux64amd64/sansapatcher}
Barry Wardell8986cb72007-03-23 17:06:29 +000044(64-bit amd64 binary). You can save this anywhere you wish, but the next
Thom Johansenc479b992008-02-13 13:32:44 +000045steps will assume you have saved it in your home directory.
Barry Wardell8986cb72007-03-23 17:06:29 +000046
47\item Attach your \dap{} to your computer.
48
49\item Open up a terminal window and type the following commands:
50
51\begin{code}
52 cd $HOME
53 chmod +x sansapatcher
54 ./sansapatcher
55\end{code}
56
Alex Parker42ef5b02009-02-17 23:19:01 +000057\note{You need to be the root user in order for sansapatcher to have
Barry Wardell8986cb72007-03-23 17:06:29 +000058sufficient permission to perform raw disk access to your \dap{}.}
59
60\item If all has gone well, you should see some information displayed about
Marianne Arnoldf8da8982007-09-30 22:04:51 +000061your \playertype{} and a message asking you if you wish to install the Rockbox
Barry Wardell8986cb72007-03-23 17:06:29 +000062bootloader. Press i followed by ENTER, and sansapatcher will now install the
63bootloader. After a short time you should see the message ``[INFO] Bootloader
64installed successfully.'' Press ENTER again to exit sansapatcher.
Barry Wardell8986cb72007-03-23 17:06:29 +000065\end{enumerate}