summaryrefslogtreecommitdiff
path: root/manual/getting_started/ipod_install.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/getting_started/ipod_install.tex')
-rw-r--r--manual/getting_started/ipod_install.tex73
1 files changed, 0 insertions, 73 deletions
diff --git a/manual/getting_started/ipod_install.tex b/manual/getting_started/ipod_install.tex
index bbb5d1421c..3ee4e9d78b 100644
--- a/manual/getting_started/ipod_install.tex
+++ b/manual/getting_started/ipod_install.tex
@@ -1,7 +1,3 @@
1% $Id$ %
2
3\nopt{ipod6g}{
4
5\subsubsection{Bootloader installation from Windows} 1\subsubsection{Bootloader installation from Windows}
6 2
7\begin{enumerate} 3\begin{enumerate}
@@ -87,73 +83,4 @@ bootloader. Press i followed by ENTER, and ipodpatcher will now install the
87bootloader. After a short time you should see the message ``[INFO] Bootloader 83bootloader. After a short time you should see the message ``[INFO] Bootloader
88installed successfully.'' Press ENTER again to exit ipodpatcher. 84installed successfully.'' Press ENTER again to exit ipodpatcher.
89 85
90\end{enumerate}}
91
92\opt{ipod6g}{
93
94\subsubsection{Bootloader installation from Windows}
95
96Manual installation under Windows is not supported. Please use \caps{Rockbox
97Utility} for bootloader and Rockbox installation.
98
99\subsubsection{Bootloader installation from Mac OS X}
100
101\warn{Please make sure that your iPod is formatted using FAT32
102 (a.k.a. WinPod) before attempting to install the bootloader!
103 Installation will not work on HFS/HFS+ iPods (a.k.a. MacPods).}
104
105\begin{enumerate}
106
107\item Download the bootloader in .ipod format from
108\url{https://files.freemyipod.org/~user890104/bootloader-ipodclassic-v1_0/bootloader-ipod6g.ipod}
109
110\item Download mks5lboot for your operating system from
111\url{https://files.freemyipod.org/~user890104/bootloader-ipodclassic.html\#download_stable}
112
113\item You need to have package libusb installed using Homebrew (brew install
114libusb) or MacPorts (port install libusb) in order to run mks5lboot.
115
116\item Start mks5lboot from a terminal with the following command-line:
117mks5lboot --dfuscan -l It should scan for DFU devices every second.
118
119\item It is important to stop iTunes (dock icon -> Quit) and iTunesHelper
120(using Activity monitor, find the process and select Quit or Force
121quit if it keeps restarting) BEFORE continuing to the next
122step. Otherwise iTunes will put your iPod in wrong mode, and you will
123not be able to proceed with the installation.
124
125\item Put your iPod in DFU mode.
126
127\item When the device is detected, press CTRL+C to terminate the scan
128process, and proceed to the next step.
129
130\item Start mks5lboot from a terminal with the following command-line:
131mks5lboot --bl-inst path/to/bootloader-ipod6g.ipod, providing the
132correct path to bootloader-ipod6g.ipod that you downloaded earlier.
133
134\item When the installation is complete, you should have Rockbox up and
135running!
136
137\end{enumerate}
138
139\subsubsection{Bootloader installation from Linux}
140
141\begin{enumerate}
142
143\item Connect your iPod in normal mode (iTunes/file transfer).
144\item Download \wikilink{RockboxUtility} for your operating system.
145\item When \caps{Rockbox Utility} opens, select the checkbox named Show disabled targets, and point the installer to your iPod's mount point.
146\item On the installation screen make sure that Rockbox is selected and Bootloader is not selected. You can install themes or the game files if you want.
147\item Start the Rockbox installation.
148\item Download the \href{https://files.freemyipod.org/~user890104/bootloader-ipodclassic-v1_0/bootloader-ipod6g.ipod}{bootloader in .ipod format}.
149\item Download \href{https://files.freemyipod.org/~user890104/bootloader-ipodclassic.html#download_stable}{mks5lboot} for your operating system. Alternatively, you can \href{https://files.freemyipod.org/~user890104/bootloader-ipodclassic.html#build_mks5lboot}{build it} from the source code.
150\item You need to have package libusb-1.0.0 installed in order to run mks5lboot.
151\item To make sure the installer is marked as executable, start the following command in the terminal: chmod +x mks5lboot.
152\item Start mks5lboot from a terminal with the following command-line: ./mks5lboot --dfuscan -l. It should scan for DFU devices every second.
153\item Put your iPod in \href{https://files.freemyipod.org/~user890104/bootloader-ipodclassic.html#dfu}{DFU mode}.
154\item When the device is detected, press CTRL+C to terminate the scan process, and proceed to the next step.
155\item Start mks5lboot from a terminal with the following command-line: ./mks5lboot --bl-inst path/to/bootloader-ipod6g.ipod, providing the correct path to bootloader-ipod6g.ipod that you downloaded earlier.
156\item When the installation is complete, you should have Rockbox up and running!
157
158\end{enumerate} 86\end{enumerate}
159}