diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-06-16 08:57:55 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-06-16 08:57:55 +0000 |
| commit | cd69996450ab847fe3014c3a3c701173e36997fe (patch) | |
| tree | c12940716a68eaa1fa5c6227ff1d6167b7466b19 | |
| parent | 2525b4d981098c010703aeb19b89e6b2507565fc (diff) | |
| download | rockbox-cd69996450ab847fe3014c3a3c701173e36997fe.zip rockbox-cd69996450ab847fe3014c3a3c701173e36997fe.tar.gz rockbox-cd69996450ab847fe3014c3a3c701173e36997fe.tar.bz2 rockbox-cd69996450ab847fe3014c3a3c701173e36997fe.tar.xz | |
Correct a keypress for the ondio. Update the key definitions for ondio
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10127 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/advanced_topics/archos-flashing.tex | 2 | ||||
| -rw-r--r-- | manual/platform/ondiofm.tex | 2 | ||||
| -rw-r--r-- | manual/platform/ondiosp.tex | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/manual/advanced_topics/archos-flashing.tex b/manual/advanced_topics/archos-flashing.tex index 399bf52..072c2f9 100644 --- a/manual/advanced_topics/archos-flashing.tex +++ b/manual/advanced_topics/archos-flashing.tex @@ -253,7 +253,7 @@ ROM content, differentiation comes later by flash content. Rockbox identifies this boot ROM with a CRC value of 0x222F in the hardware info screen. \opt{recorder,recorderv2fm}{Some recorders have the boot ROM disabled (it might be unprogrammed) and start directly from a flash mirror at address zero. They need the new \_norom firmware that has a slightly different bootloader.} Without a boot ROM there is no UART boot safety net. To compensate for that as -much as possible the MiniMon monitor is included, it starts with \opt{recorder,recorderv2fm}{\ButtonFThree+\ButtonOn}\opt{ondio}{\ButtonRight+\ButtonMenu}\opt{player}{\ButtonRight+\ButtonOn}. +much as possible the MiniMon monitor is included, it starts with \opt{recorder,recorderv2fm}{\ButtonFThree+\ButtonOn}\opt{ondio}{\ButtonRight+\ButtonOff}\opt{player}{\ButtonRight+\ButtonOn}. Using that the box can be reprogrammed via serial if the first 2000 bytes of the flash are OK. diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex index c126a45..362e583 100644 --- a/manual/platform/ondiofm.tex +++ b/manual/platform/ondiofm.tex @@ -23,7 +23,7 @@ \newcommand{\ButtonLeft}{Left} \newcommand{\ButtonRight}{Right} -\newcommand{\ButtonOff}{Off} +\newcommand{\ButtonOff}{On/Off} \newcommand{\ButtonUp}{Up} \newcommand{\ButtonDown}{Down} \newcommand{\ButtonMenu}{Mode} diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex index 67c96de..16ba690 100644 --- a/manual/platform/ondiosp.tex +++ b/manual/platform/ondiosp.tex @@ -20,7 +20,7 @@ \newcommand{\ButtonLeft}{Left} \newcommand{\ButtonRight}{Right} -\newcommand{\ButtonOff}{Off} +\newcommand{\ButtonOff}{On/Off} \newcommand{\ButtonUp}{Up} \newcommand{\ButtonDown}{Down} \newcommand{\ButtonMenu}{Mode} |