summaryrefslogtreecommitdiff
path: root/www/download.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/download.t')
-rw-r--r--www/download.t44
1 files changed, 44 insertions, 0 deletions
diff --git a/www/download.t b/www/download.t
new file mode 100644
index 0000000000..fd5aa8027c
--- /dev/null
+++ b/www/download.t
@@ -0,0 +1,44 @@
1#define _PAGE_ Download
2#define DOWNLOAD_PAGE
3#include "head.t"
4
5<h2>Version 1.0</h2>
6
7<p>This first version is more a proof-of-concept than a serious replacement for the stock firmware.
8Read the <a href="rockbox-1.0-notes.txt">release notes</a>.
9
10<h3>player-old</h3>
11<p>This version is for old Archos Jukebox 6000 models with ROM firmware older than 4.50.
12
13<ul>
14<li><a href="rockbox-1.0-player-old.zip">rockbox-1.0-player-old.zip</a>
15</ul>
16
17<h3>player</h3>
18<p>This version is for Archos Jukebox 6000 with ROM firmware 4.50 or later, and all Studio models.
19
20<ul>
21<li><a href="rockbox-1.0-player.zip">rockbox-1.0-player.zip</a>
22</ul>
23
24<h3>recorder</h3>
25<p>Version 1.0 does not support the Recorder. Future versions will.
26
27
28<h2>Installation</h2>
29<p>Unzip the archive. Rename your current archos.mod (if any) in the root of your archos, then copy the rockbox archos.mod there.
30
31<p>To remove the Rockbox firmware, just reverse the process: Rename the rockbox archos.mod file and replace it with your original firmware file. If you had no firmware file, just renaming or removing the rockbox file is sufficient.
32
33<p>(Note that some models cannot shut off while the power adapter is plugged in.)
34
35<h2>Bug reports</h2>
36
37<p>Please use our
38<a href="http://sourceforge.net/projects/rockbox/">Sourceforge page</a>
39for all bug reports and feature requests. If you have a sourceforge account,
40please log in first so we have a name to connect to the report.
41
42<p>If you are interested in helping with the development of Rockbox, please join the mailing list.
43
44#include "foot.t"