summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-10-10 16:23:18 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-10-10 16:23:18 +0000
commitec694567470a31df2e07206650109523e3188774 (patch)
treed3aa14794344c90d5adacf45da6be52e9b8f8beb
parent71f50ae9d5dd2a5628478f63447f2d603dfc100d (diff)
downloadrockbox-ec694567470a31df2e07206650109523e3188774.tar.gz
rockbox-ec694567470a31df2e07206650109523e3188774.zip
FS#6146. Corrections to description of bootloaders on targets which store the Rockbox bootloader on disk.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11175 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/getting_started/installation.tex32
-rw-r--r--manual/platform/h10.tex1
-rw-r--r--manual/platform/h10_5gb.tex1
-rw-r--r--manual/platform/h1xx.tex1
-rw-r--r--manual/platform/h300.tex1
-rw-r--r--manual/platform/ipod3g.tex1
-rw-r--r--manual/platform/ipod4g.tex1
-rw-r--r--manual/platform/ipodcolor.tex1
-rw-r--r--manual/platform/ipodmini.tex1
-rw-r--r--manual/platform/ipodnano.tex1
-rw-r--r--manual/platform/ipodvideo.tex1
-rw-r--r--manual/platform/x5.tex1
12 files changed, 37 insertions, 6 deletions
diff --git a/manual/getting_started/installation.tex b/manual/getting_started/installation.tex
index d29d56dd81..49091c304c 100644
--- a/manual/getting_started/installation.tex
+++ b/manual/getting_started/installation.tex
@@ -67,21 +67,41 @@ software.
67\opt{SWCODEC}{ 67\opt{SWCODEC}{
68 \subsection{Introduction} 68 \subsection{Introduction}
69 69
70 There are two separate components of Rockbox that need to be installed in 70 \opt{HAVE_FIRMWARE_ON_DISK}{There are three separate components of Rockbox,
71 order to run Rockbox. 71 two of which need to be installed in order to run Rockbox.}
72
73 \opt{HAVE_FIRMWARE_IN_FLASH}{There are two separate components of Rockbox
74 that need to be installed in order to run Rockbox.}
72 75
73 \begin{description} 76 \begin{description}
77 \opt{HAVE_FIRMWARE_ON_DISK}{
78 \item[The \playerman{} bootloader]
79 The \playerman{} bootloader is the program that tells your \dap{} how to boot
80 and load the remaining firmware from disk. It is also responsible for the
81 disk mode on your \dap{}.
82
83 This bootloader is stored in special flash memory in your \playerman. It is
84 already installed on your \dap{}, so it is never necessary to modify this
85 in order to install Rockbox.}
74 86
75 \item[The Rockbox bootloader.] \index{Bootloader} 87 \item[The Rockbox bootloader.] \index{Bootloader}
88 \opt{HAVE_FIRMWARE_ON_DISK}{The Rockbox bootloader is loaded from disk by
89 the \playerman{} bootloader. It is responsible for loading the Rockbox
90 firmware and for providing the dual boot function. It directly replaces the
91 \playerman{} firmware on the \daps{} disk.}
92 \opt{HAVE_FIRMWARE_IN_FLASH}{
76 The bootloader is the program that tells your 93 The bootloader is the program that tells your
77 \dap{} how to boot and load other components of Rockbox. This is the 94 \dap{} how to boot and load other components of Rockbox. This is the
78 component of Rockbox that is installed to the flash memory of your 95 component of Rockbox that is installed to the flash memory of your
79 \playerman. 96 \playerman.}
80 97
81 \item[The Rockbox firmware.] Unlike the \playerman\ firmware, which runs 98 \item[The Rockbox firmware.]
82 entirely from flash memory, most of the Rockbox code is contained in a 99 \opt{HAVE_FIRMWARE_IN_FLASH}{Unlike the \playerman{} firmware, which runs
100 entirely from flash memory, }
101 \opt{HAVE_FIRMWARE_ON_DISK}{Similar to the \playerman{} firmware, }
102 most of the Rockbox code is contained in a
83 ``build'' that resides on your \daps{} hard drive. This makes it easy to 103 ``build'' that resides on your \daps{} hard drive. This makes it easy to
84 update Rockbox. The build consists of a file named \firmwarefilename\ and a 104 update Rockbox. The build consists of a file named \firmwarefilename{} and a
85 directory called \fname{.rockbox}, both of which are located in the root 105 directory called \fname{.rockbox}, both of which are located in the root
86 directory of your hard drive. 106 directory of your hard drive.
87 107
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex
index 08e954d773..8faef39d88 100644
--- a/manual/platform/h10.tex
+++ b/manual/platform/h10.tex
@@ -1,5 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{h10} 2\def\UseOption{h10}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,HAVE_LCD_COLOR} 5\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
5\edef\UseOption{\UseOption,CONFIG_RTC} 6\edef\UseOption{\UseOption,CONFIG_RTC}
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex
index dad0ca1f70..3f4d46833e 100644
--- a/manual/platform/h10_5gb.tex
+++ b/manual/platform/h10_5gb.tex
@@ -1,5 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{h10_5gb} 2\def\UseOption{h10_5gb}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,HAVE_LCD_COLOR} 5\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
5\edef\UseOption{\UseOption,CONFIG_RTC} 6\edef\UseOption{\UseOption,CONFIG_RTC}
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index c25ac063e9..de3623a305 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -1,5 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{h1xx} 2\def\UseOption{h1xx}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_IN_FLASH}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,HAVE_RECORDING} 5\edef\UseOption{\UseOption,HAVE_RECORDING}
5\edef\UseOption{\UseOption,CONFIG_TUNER} 6\edef\UseOption{\UseOption,CONFIG_TUNER}
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex
index eade9d8f76..4b71ef240c 100644
--- a/manual/platform/h300.tex
+++ b/manual/platform/h300.tex
@@ -1,5 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{h300} 2\def\UseOption{h300}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_IN_FLASH}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,HAVE_RECORDING} 5\edef\UseOption{\UseOption,HAVE_RECORDING}
5\edef\UseOption{\UseOption,CONFIG_TUNER} 6\edef\UseOption{\UseOption,CONFIG_TUNER}
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex
index 836ac697cc..31c9e3852a 100644
--- a/manual/platform/ipod3g.tex
+++ b/manual/platform/ipod3g.tex
@@ -1,5 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{ipod3g} 2\def\UseOption{ipod3g}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,CONFIG_RTC} 5\edef\UseOption{\UseOption,CONFIG_RTC}
5\edef\UseOption{\UseOption,SWCODEC} 6\edef\UseOption{\UseOption,SWCODEC}
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex
index 69309f623d..9285a5d5db 100644
--- a/manual/platform/ipod4g.tex
+++ b/manual/platform/ipod4g.tex
@@ -1,5 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{ipod4g} 2\def\UseOption{ipod4g}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,CONFIG_RTC} 5\edef\UseOption{\UseOption,CONFIG_RTC}
5\edef\UseOption{\UseOption,SWCODEC} 6\edef\UseOption{\UseOption,SWCODEC}
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index 100e2b7d61..6bdb4d5855 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -1,5 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{ipodcolor} 2\def\UseOption{ipodcolor}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,CONFIG_RTC} 5\edef\UseOption{\UseOption,CONFIG_RTC}
5\edef\UseOption{\UseOption,SWCODEC} 6\edef\UseOption{\UseOption,SWCODEC}
diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex
index b28ef3a70d..b3df423998 100644
--- a/manual/platform/ipodmini.tex
+++ b/manual/platform/ipodmini.tex
@@ -1,5 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{ipodmini} 2\def\UseOption{ipodmini}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,CONFIG_RTC} 5\edef\UseOption{\UseOption,CONFIG_RTC}
5\edef\UseOption{\UseOption,SWCODEC} 6\edef\UseOption{\UseOption,SWCODEC}
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex
index f0111bcaa3..d7518d1592 100644
--- a/manual/platform/ipodnano.tex
+++ b/manual/platform/ipodnano.tex
@@ -1,5 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{ipodnano} 2\def\UseOption{ipodnano}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,CONFIG_RTC} 5\edef\UseOption{\UseOption,CONFIG_RTC}
5\edef\UseOption{\UseOption,SWCODEC} 6\edef\UseOption{\UseOption,SWCODEC}
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex
index 3d9a4f9c6b..3d7aec2b7e 100644
--- a/manual/platform/ipodvideo.tex
+++ b/manual/platform/ipodvideo.tex
@@ -1,5 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{ipodvideo} 2\def\UseOption{ipodvideo}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,CONFIG_RTC} 5\edef\UseOption{\UseOption,CONFIG_RTC}
5\edef\UseOption{\UseOption,SWCODEC} 6\edef\UseOption{\UseOption,SWCODEC}
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex
index 42f9d17229..fb70a23336 100644
--- a/manual/platform/x5.tex
+++ b/manual/platform/x5.tex
@@ -1,5 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{x5} 2\def\UseOption{x5}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_IN_FLASH}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,HAVE_RECORDING} 5\edef\UseOption{\UseOption,HAVE_RECORDING}
5\edef\UseOption{\UseOption,CONFIG_TUNER} 6\edef\UseOption{\UseOption,CONFIG_TUNER}