diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-10-22 22:22:31 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-10-22 22:22:31 +0000 |
| commit | f1a848dae2f18577712d7823dd56440d64300561 (patch) | |
| tree | 87435e4adc328b7d26d517161e3d043a0eaa9169 | |
| parent | 1fef2dcb4571fd5e6d241a66209fa776600321be (diff) | |
| download | rockbox-f1a848dae2f18577712d7823dd56440d64300561.zip rockbox-f1a848dae2f18577712d7823dd56440d64300561.tar.gz rockbox-f1a848dae2f18577712d7823dd56440d64300561.tar.bz2 rockbox-f1a848dae2f18577712d7823dd56440d64300561.tar.xz | |
Add a warning note to stop 2nd gen nano owners to install rockbox. Call the nano, nano 1st generation on the front page
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11312 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | manual/getting_started/ipod_install.tex | 7 | ||||
| -rw-r--r-- | manual/platform/ipodnano.tex | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/manual/getting_started/ipod_install.tex b/manual/getting_started/ipod_install.tex index 040532b..31fb427 100755 --- a/manual/getting_started/ipod_install.tex +++ b/manual/getting_started/ipod_install.tex @@ -1,5 +1,12 @@ % $Id$ % +\opt{ipodnano}{\warn{If your Nano has a stainless steel back and plastic front +it is a 1st generation and is compatible with Rockbox. If, on the other hand, +your Nano has a one-piece aluminum body it is a 2nd generation Nano and there +is currently no Rockbox port available. Do not attempt to install the +bootloader on a 2nd generation Nano}} + + \warn{These instructions are preliminary and may contain errors! Please check the wiki for up-to-date and improved installation instructions! If you find errors you're of course welcomed to report them so we can fix it diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex index b1d41cd..7945775 100644 --- a/manual/platform/ipodnano.tex +++ b/manual/platform/ipodnano.tex @@ -10,7 +10,7 @@ \newcommand{\playerman}{Ipod} \newcommand{\playertype}{Nano} -\newcommand{\playerlongtype}{\playertype} +\newcommand{\playerlongtype}{\playertype{} 1st generation} \newcommand{\genericimg}{176x132x16} \newcommand{\specimg}{ipodnano} %Used to name the player, e.g. ...to the \dap |