summaryrefslogtreecommitdiff
path: root/manual/getting_started/main.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-16 11:00:29 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-16 11:00:29 +0000
commit42257940fb69f3cc8e552bcafe8a27ce1696b708 (patch)
tree8038456101bb9152daf96bfcee5e6d0f0807079f /manual/getting_started/main.tex
parent9dae78e4816d4631dacc2f357011b3f429e00333 (diff)
downloadrockbox-42257940fb69f3cc8e552bcafe8a27ce1696b708.tar.gz
rockbox-42257940fb69f3cc8e552bcafe8a27ce1696b708.zip
Adds feature specific options to the platforms. It is now possible to include a section by for instance \opt{HAVE_LCD_BITMAP}{...} for targets with bitmap displays.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9057 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/getting_started/main.tex')
-rw-r--r--manual/getting_started/main.tex41
1 files changed, 7 insertions, 34 deletions
diff --git a/manual/getting_started/main.tex b/manual/getting_started/main.tex
index b30b9484de..2f3476f74c 100644
--- a/manual/getting_started/main.tex
+++ b/manual/getting_started/main.tex
@@ -67,48 +67,21 @@ computer via USB as described in the manual that came with your \playername. On
67Windows, the \playername\ drive will appear as a drive letter in your 67Windows, the \playername\ drive will appear as a drive letter in your
68``My Computer'' folder. Take the file that you downloaded above, and unpack 68``My Computer'' folder. Take the file that you downloaded above, and unpack
69its contents to your \playername\ drive. You can do this using a program such 69its contents to your \playername\ drive. You can do this using a program such
70as \url{http://www.info-zip.org/} or \url{http://www.winzip.org/}. 70as \url{http://www.info-zip.org/} or \url{http://www.winzip.org/}.
71 71
72You will need to unpack all of the files in the archive onto your hard 72You will need to unpack all of the files in the archive onto your hard disk. If this has been done correctly, you will have a file called \opt{h1xx,h300}{\fname{rockbox.iriver}}\opt{ipodcolor,ipodnano}{\fname{rockbox.ipod?}}\opt{ondio}{\fname{rockbox.ondio?}}\opt{player}{\fname{archos.mod}}\opt{recorder,recorderv2fm}{\fname{ajbrec.ajz}} in the main folder of your \playername\ drive, and also a folder called /\fname{.rockbox}, which contains a number of system files used by the software.
73disk. If this has been done correctly, you will have a file called
74\opt{h1xx,h300}{\fname{rockbox.iriver}}
75\opt{ipodcolor,ipodnano}{\fname{rockbox.ipod?}}
76\opt{ondio}{\fname{rockbox.ondio?}}
77\opt{player}{\fname{archos.mod}}
78\opt{recorder,recorderv2fm}{\fname{ajbrec.ajz}}
79in the main folder of your \playername\ drive, and also a folder called
80/\fname{.rockbox}, which contains a number of system files used by the
81software.
82 73
83\section{Enabling Speech Support (optional)} 74\section{Enabling Speech Support (optional)}
84 75
85If you wish to use speech support you will also need a language file, 76If you wish to use speech support you will also need a language file, available from \url{http://www.rockbox.org/twiki/bin/view/Main/VoiceFiles/}. For the English language, the file is called \fname{english.voice}. When it has been downloaded, unpack this file and copy it into the \fname{lang} folder which is inside the /\fname{.rockbox} folder on your Jukebox. Voice menus are turned on by default. See page \pageref{ref:Voiceconfiguration} for details on voice settings.
86available from
87\url{http://www.rockbox.org/twiki/bin/view/Main/VoiceFiles/}.
88 For the English language, the file is called \fname{english.voice}.
89When it has been downloaded, unpack this file and copy it into the
90\fname{lang} folder which is inside the /\fname{.rockbox} folder on
91your Jukebox. Voice menus are turned on by default. See page
92\pageref{ref:Voiceconfiguration} for details on voice settings.
93 77
94 78
95\section{Running Rockbox} 79\section{Running Rockbox}
96 80
97Remove your Jukebox from the computer's USB port. 81Remove your Jukebox from the computer's USB port. Unplug any connected power supply and turn the unit off. When you next turn the unit on, the Jukebox firmware will start to load, and then it will load Rockbox for you. When you see the Rockbox splash screen, Rockbox is loaded and ready for use.
98Unplug any connected power supply and turn the unit off. When you next
99turn the unit on, the Jukebox firmware will start to load, and then it
100will load Rockbox for you. When you see the Rockbox splash screen,
101Rockbox is loaded and ready for use.
102 82
103\section{Uninstalling Rockbox} 83\section{Uninstalling Rockbox}
104 84
105If you would like to go back to using the original \playername\ software, then 85If you would like to go back to using the original \playername\ software, then
106connect the \playername\ to your computer, and delete the 86connect the \playername\ to your computer, and delete the \opt{h1xx,h300}{\fname{rockbox.iriver}}\opt{ipodcolor,ipodnano}{\fname{rockbox.ipod?}}\opt{ondio}{\fname{rockbox.ondio?}}\opt{player}{\fname{archos.mod}}\opt{recorder,recorderv2fm}{\fname{ajbrec.ajz}} file.
107\opt{h1xx,h300}{\fname{rockbox.iriver}} 87If you wish to clean up your disk, you may also wish to delete the \fname{.rockbox} folder and its contents. Turn the \playername\ off and on and the normal \playername\ software will load.
108\opt{ipodcolor,ipodnano}{\fname{rockbox.ipod?}}
109\opt{ondio}{\fname{rockbox.ondio?}}
110\opt{player}{\fname{archos.mod}}
111\opt{recorder,recorderv2fm}{\fname{ajbrec.ajz}} file.
112If you wish to clean up your disk, you may also wish to delete the
113\fname{.rockbox} folder and its contents. Turn the \playername\ off and on and
114the normal \playername\ software will load.