forked from len0rd/rockbox
Some minor updates to the install section. * Include install instructions in the 3g manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10741 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
717ca0c646
commit
5778dfb167
3 changed files with 35 additions and 26 deletions
|
@ -35,7 +35,7 @@ related to audio playback.
|
||||||
playing, it will be shuffled and then repeated.
|
playing, it will be shuffled and then repeated.
|
||||||
%
|
%
|
||||||
\nopt{ondiosp,ondiofm}{
|
\nopt{ondiosp,ondiofm}{
|
||||||
\item[A-B: ]Repeats between two user defined point within a track,
|
\item[A-B: ]Repeats between two user defined points within a track,
|
||||||
typically used by musicians when attempting to learn a piece of music.
|
typically used by musicians when attempting to learn a piece of music.
|
||||||
This option is more complicated to use than the others as the \dap\
|
This option is more complicated to use than the others as the \dap\
|
||||||
must first be placed into A-B repeat mode and then the start and end
|
must first be placed into A-B repeat mode and then the start and end
|
||||||
|
|
|
@ -7,27 +7,28 @@ already available on your computer but if not you need to get some additional
|
||||||
software.
|
software.
|
||||||
|
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item[zip Utility.]
|
\item[ZIP utility.]
|
||||||
Rockbox is distributed as an archive using the ``zip'' format. Thus you
|
Rockbox is distributed as an archive using the \fname{.zip} format. Thus you
|
||||||
need a tool to handle that compressed format. Usually your
|
need a tool to handle that compressed format. Usually your
|
||||||
computer should have a tool installed that can handle the zip file format.
|
computer should have a tool installed that can handle the \fname{.zip} file
|
||||||
Windows XP has builtin support for zip files and presents them to you
|
format.
|
||||||
as folders unless you have installed a third party program that handles
|
Windows XP has builtin support for \fname{.zip} files and presents them to
|
||||||
compressed files. For other operating systems this may vary. If the zip file
|
you as folders unless you have installed a third party program that handles
|
||||||
format isn't recognized on your computer you can find a program to
|
compressed files. For other operating systems this may vary. If the
|
||||||
handle them at \url{http://www.info-zip.org/} or
|
\fname{.zip} file format isn't recognized on your computer you can find a
|
||||||
|
program to handle them at \url{http://www.info-zip.org/} or
|
||||||
\url{http://sevenzip.sf.net/} which can downloaded and used free of
|
\url{http://sevenzip.sf.net/} which can downloaded and used free of
|
||||||
charge.
|
charge.
|
||||||
\item[USB connection.]
|
\item[USB connection.]
|
||||||
To transfer Rockbox to your \dap{} you need to connect it to your computer.
|
To transfer Rockbox to your \dap{} you need to connect it to your computer.
|
||||||
To proceed you need to know where to access the \dap{}. On windows this
|
To proceed you need to know where to access the \dap{}. On Windows this
|
||||||
means you need to figure out the drive letter the device got associated
|
means you need to figure out the drive letter the device got associated
|
||||||
with. On Linux you need to know the mount point of your \dap{}.
|
with. On Linux you need to know the mount point of your \dap{}.
|
||||||
\opt{ipod}{A connection means you need to be able accessing your \dap{}
|
\opt{ipod}{A connection means you need to be able accessing your \dap{}
|
||||||
as hard disk meaning you need to use the so-called ``disk-mode''.
|
as hard disk meaning you need to use the so-called ``disk-mode''.
|
||||||
\fixme{add a note on how to enter the disk mode}
|
\fixme{add a note on how to enter the disk mode}
|
||||||
}
|
}
|
||||||
\item[Text Editor.]
|
\item[Text editor.]
|
||||||
If you want to create customized configuration files you'll need a text
|
If you want to create customized configuration files you'll need a text
|
||||||
editor like Windows' ``Wordpad''. Of course you can simply save
|
editor like Windows' ``Wordpad''. Of course you can simply save
|
||||||
configurations on the \dap{} for which you don't need an editor at all.
|
configurations on the \dap{} for which you don't need an editor at all.
|
||||||
|
@ -40,8 +41,8 @@ software.
|
||||||
\section{Installing Rockbox}\label{sec:installing_rockbox}
|
\section{Installing Rockbox}\label{sec:installing_rockbox}
|
||||||
\opt{MASCODEC}{
|
\opt{MASCODEC}{
|
||||||
\subsection{Using the windows installer}
|
\subsection{Using the windows installer}
|
||||||
Using the Windows self installing executable to install Rockbox is the easiest
|
Using the Windows self installing executable to install Rockbox is the
|
||||||
method of installing the software on your Jukebox. Simply follow the
|
easiest method of installing the software on your Jukebox. Simply follow the
|
||||||
on-screen instructions and select the appropriate drive letter and Jukebox
|
on-screen instructions and select the appropriate drive letter and Jukebox
|
||||||
model when prompted. You can use ``Add / Remove Programs'' to uninstall the
|
model when prompted. You can use ``Add / Remove Programs'' to uninstall the
|
||||||
software at a later date.
|
software at a later date.
|
||||||
|
@ -52,22 +53,24 @@ software.
|
||||||
}
|
}
|
||||||
\opt{SWCODEC}{
|
\opt{SWCODEC}{
|
||||||
\subsection{Introduction}
|
\subsection{Introduction}
|
||||||
There are two separate components of Rockbox that need to be installed in order
|
There are two separate components of Rockbox that need to be installed in
|
||||||
to run Rockbox.
|
order to run Rockbox.
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
\item The Rockbox bootloader. This is the component of Rockbox that is installed
|
\item The Rockbox bootloader. This is the component of Rockbox that is
|
||||||
to the flash memory of your \playerman. The bootloader is the program that tells
|
installed to the flash memory of your \playerman. The bootloader is the
|
||||||
your \dap\ how to boot and load other components of Rockbox.
|
program that tells your \dap{} how to boot and load other components of
|
||||||
\item The Rockbox firmware. Unlike the \playerman\ firmware which runs entirely
|
Rockbox.
|
||||||
from flash memory most of the Rockbox code is contained in the build that
|
\item The Rockbox firmware. Unlike the \playerman\ firmware which runs
|
||||||
resides on your \daps{} hard drive. This makes it easy to update Rockbox. The
|
entirely from flash memory, most of the Rockbox code is contained in the
|
||||||
build contain a file named \firmwarefilename\ and a directory called
|
build that resides on your \daps{} hard drive. This makes it easy to update
|
||||||
\fname{.rockbox} which are located in the root directory of your hard drive.
|
Rockbox. The build consist of a file named \firmwarefilename\ and a
|
||||||
|
directory called \fname{.rockbox} which are located in the root directory
|
||||||
|
of your hard drive.
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
|
|
||||||
% Installing the bootloader
|
% Installing the bootloader
|
||||||
\opt{h1xx,h300}{\input{getting_started/iriver_install.tex}}
|
\opt{h1xx,h300}{\input{getting_started/iriver_install.tex}}
|
||||||
\opt{ipod4g,ipodcolor,ipodnano,ipodmini,ipodvideo}
|
\opt{ipod4g,ipod3g,ipodcolor,ipodnano,ipodmini,ipodvideo}
|
||||||
{\input{getting_started/ipod_install.tex}}
|
{\input{getting_started/ipod_install.tex}}
|
||||||
\opt{x5}{\input{getting_started/iaudio_install.tex}}
|
\opt{x5}{\input{getting_started/iaudio_install.tex}}
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@ for the next daily builds.}
|
||||||
generation your \dap{} is.\fixme{Describe how to identify 1/2G}}
|
generation your \dap{} is.\fixme{Describe how to identify 1/2G}}
|
||||||
\opt{ipodcolor}{\url{http://download.rockbox.org/bootloader/ipod/bootloader-color.bin}}
|
\opt{ipodcolor}{\url{http://download.rockbox.org/bootloader/ipod/bootloader-color.bin}}
|
||||||
\opt{ipod4g}{\url{http://download.rockbox.org/bootloader/ipod/bootloader-4g.bin}}
|
\opt{ipod4g}{\url{http://download.rockbox.org/bootloader/ipod/bootloader-4g.bin}}
|
||||||
|
\opt{ipod3g}{\url{http://download.rockbox.org/bootloader/ipod/bootloader-3g.bin}}
|
||||||
|
|
||||||
When that is done, proceed to the section below that matches the operating
|
When that is done, proceed to the section below that matches the operating
|
||||||
system on the computer.
|
system on the computer.
|
||||||
|
@ -212,6 +213,11 @@ Now you can proceed installing the firmware itself.
|
||||||
\begin{code}
|
\begin{code}
|
||||||
./ipod_fw -g 4g -o rockboot.bin -i apple_os.bin bootloader-4g.bin
|
./ipod_fw -g 4g -o rockboot.bin -i apple_os.bin bootloader-4g.bin
|
||||||
\end{code}
|
\end{code}
|
||||||
|
}
|
||||||
|
\optv{ipod3g}{
|
||||||
|
\begin{code}
|
||||||
|
./ipod_fw -g 3g -o rockboot.bin -i apple_os.bin bootloader-3g.bin
|
||||||
|
\end{code}
|
||||||
}
|
}
|
||||||
\item
|
\item
|
||||||
Install the Rockbox-enabled firmware:
|
Install the Rockbox-enabled firmware:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue