diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-07-10 07:04:43 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-07-10 07:04:43 +0000 |
| commit | 840b1c2e1ffc7aa71d4694f9d6d6b6b05a2a1ef5 (patch) | |
| tree | b5a29ebadea03c6f03d386fdbd63141b5bcfca12 | |
| parent | e86fd3fbdbd973a044b21dcf3ee00061560e923f (diff) | |
| download | rockbox-840b1c2e1ffc7aa71d4694f9d6d6b6b05a2a1ef5.zip rockbox-840b1c2e1ffc7aa71d4694f9d6d6b6b05a2a1ef5.tar.gz rockbox-840b1c2e1ffc7aa71d4694f9d6d6b6b05a2a1ef5.tar.bz2 rockbox-840b1c2e1ffc7aa71d4694f9d6d6b6b05a2a1ef5.tar.xz | |
Corrections to ipod installation instructions (FS#5637 by Mark Bright with minor adjustments by me)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10190 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | manual/getting_started/ipod_install.tex | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/manual/getting_started/ipod_install.tex b/manual/getting_started/ipod_install.tex index 100b8ea..959f115 100755 --- a/manual/getting_started/ipod_install.tex +++ b/manual/getting_started/ipod_install.tex @@ -45,8 +45,32 @@ for the next daily builds.} ipodpatcher 2 ipodpatcher 3 \end{code} - Keep increasing the number until the \dap{} is located. \fixme{What is the - output?} Remember the number that corresponds to your \dap{} -- in the + Keep increasing the number until the \dap{} is located. + + Output for an unsuccessful attempt to contact the \dap{}... + \begin{code} + C:/rockbox>ipodpatcher 0 + ipodpatcher v0.3 - (C) Dave Chapman 2006 + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + [INFO] Reading partition table from \textbackslash\textbackslash{}.\textbackslash{}PhysicalDrive0 + Drive is not an iPod, aborting + \end{code} + + A successful connection to the \dap{} will look similar to this... + \begin{code} + C:\textbackslash{}rockbox>ipodpatcher 6 + ipodpatcher v0.3 - (C) Dave Chapman 2006 + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + [INFO] Reading partition table from \textbackslash\textbackslash{}.\textbackslash{}PhysicalDrive6 + Part Start Sector End Sector Size (MB) Type + 0 63 160649 78.4 Empty (0x00) + 1 160650 7984304 3820.1 W95 FAT32 (0x0b) + \end{code} + Remember the number that corresponds to your \dap{} -- in the following steps, \emph{N} should be replaced with the number just found. \item Now, extract the firmware partition currently on the \dap{} with the following command: |