summaryrefslogtreecommitdiff
path: root/manual/getting_started/ipod6g_install.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/getting_started/ipod6g_install.tex')
-rw-r--r--manual/getting_started/ipod6g_install.tex66
1 files changed, 66 insertions, 0 deletions
diff --git a/manual/getting_started/ipod6g_install.tex b/manual/getting_started/ipod6g_install.tex
new file mode 100644
index 0000000000..d1c77dad01
--- /dev/null
+++ b/manual/getting_started/ipod6g_install.tex
@@ -0,0 +1,66 @@
1
2\subsubsection{Bootloader installation from Windows}
3
4Manual installation under Windows is not supported. Please use \caps{Rockbox
5Utility} for bootloader and Rockbox installation.
6
7\subsubsection{Bootloader installation from Mac OS X}
8
9\warn{Please make sure that your iPod is formatted using FAT32
10 (a.k.a. WinPod) before attempting to install the bootloader!
11 Installation will not work on HFS/HFS+ iPods (a.k.a. MacPods).}
12
13\begin{enumerate}
14
15\item Download the bootloader in .ipod format from
16\url{https://files.freemyipod.org/~user890104/bootloader-ipodclassic-v1_0/bootloader-ipod6g.ipod}
17
18\item Download mks5lboot for your operating system from
19\url{https://files.freemyipod.org/~user890104/bootloader-ipodclassic.html\#download_stable}
20
21\item You need to have package libusb installed using Homebrew (brew install
22libusb) or MacPorts (port install libusb) in order to run mks5lboot.
23
24\item Start mks5lboot from a terminal with the following command-line:
25mks5lboot --dfuscan -l It should scan for DFU devices every second.
26
27\item It is important to stop iTunes (dock icon -> Quit) and iTunesHelper
28(using Activity monitor, find the process and select Quit or Force
29quit if it keeps restarting) BEFORE continuing to the next
30step. Otherwise iTunes will put your iPod in wrong mode, and you will
31not be able to proceed with the installation.
32
33\item Put your iPod in DFU mode.
34
35\item When the device is detected, press CTRL+C to terminate the scan
36process, and proceed to the next step.
37
38\item Start mks5lboot from a terminal with the following command-line:
39mks5lboot --bl-inst path/to/bootloader-ipod6g.ipod, providing the
40correct path to bootloader-ipod6g.ipod that you downloaded earlier.
41
42\item When the installation is complete, you should have Rockbox up and
43running!
44
45\end{enumerate}
46
47\subsubsection{Bootloader installation from Linux}
48
49\begin{enumerate}
50
51\item Connect your iPod in normal mode (iTunes/file transfer).
52\item Download \wikilink{RockboxUtility} for your operating system.
53\item When \caps{Rockbox Utility} opens, select the checkbox named Show disabled targets, and point the installer to your iPod's mount point.
54\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.
55\item Start the Rockbox installation.
56\item Download the \href{https://files.freemyipod.org/~user890104/bootloader-ipodclassic-v1_0/bootloader-ipod6g.ipod}{bootloader in .ipod format}.
57\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.
58\item You need to have package libusb-1.0.0 installed in order to run mks5lboot.
59\item To make sure the installer is marked as executable, start the following command in the terminal: chmod +x mks5lboot.
60\item Start mks5lboot from a terminal with the following command-line: ./mks5lboot --dfuscan -l. It should scan for DFU devices every second.
61\item Put your iPod in \href{https://files.freemyipod.org/~user890104/bootloader-ipodclassic.html#dfu}{DFU mode}.
62\item When the device is detected, press CTRL+C to terminate the scan process, and proceed to the next step.
63\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.
64\item When the installation is complete, you should have Rockbox up and running!
65
66\end{enumerate}