From dd74430cd98ddaec08b0b8d65cddae978dda019d Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sat, 1 Jun 2002 18:15:55 +0000 Subject: First version git-svn-id: svn://svn.rockbox.org/rockbox/trunk@872 a1c6a512-1295-4272-9138-f99709370657 --- www/download.t | 44 +++++++++++++++++++++++++++ www/history.t | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 138 insertions(+) create mode 100644 www/download.t create mode 100644 www/history.t 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 @@ +#define _PAGE_ Download +#define DOWNLOAD_PAGE +#include "head.t" + +

Version 1.0

+ +

This first version is more a proof-of-concept than a serious replacement for the stock firmware. +Read the release notes. + +

player-old

+

This version is for old Archos Jukebox 6000 models with ROM firmware older than 4.50. + +

+ +

player

+

This version is for Archos Jukebox 6000 with ROM firmware 4.50 or later, and all Studio models. + +

+ +

recorder

+

Version 1.0 does not support the Recorder. Future versions will. + + +

Installation

+

Unzip the archive. Rename your current archos.mod (if any) in the root of your archos, then copy the rockbox archos.mod there. + +

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. + +

(Note that some models cannot shut off while the power adapter is plugged in.) + +

Bug reports

+ +

Please use our +Sourceforge page +for all bug reports and feature requests. If you have a sourceforge account, +please log in first so we have a name to connect to the report. + +

If you are interested in helping with the development of Rockbox, please join the mailing list. + +#include "foot.t" diff --git a/www/history.t b/www/history.t new file mode 100644 index 0000000000..7cb7495e01 --- /dev/null +++ b/www/history.t @@ -0,0 +1,94 @@ +#define _PAGE_ History +#define HISTORY_PAGE +#include "head.t" + +

2002-05-26: New web design. First player release drawing closer. + +

2002-05-03: SOUND! Linus' experimental MAS code has +played our first 4 seconds of music. + +

2002-04-27: Julien Labruyére has generously donated an Archos Jukebox 6000 to the project. Thank you! + +

2002-04-25: Grant Wier has tested the Player LCD's double-height capability: + + +

2002-04-23: Report from the Rockbox Spring Developer Conference 2002 ;-) + +

2002-04-22: Gentlemen, we have threading. + +

2002-04-11: The Recorder charset has been mapped. + +

2002-03-28: Lots of new stuff on the web page: +faq, +irc logs, +tools and +photos. + +

2002-03-25: New section for +hardware modifications. +First out is the long awaited +serial port mod. + +

2002-03-25: New instructions for +how to build an SH-1 cross-compiler. + +

2002-03-14: New linux patch and instructions for +unlocking the archos harddisk if you have the "Part. Error" problem. + +

2002-03-08: Uploaded a simple example, showing +how to build a program for the Archos. + +

2002-03-05: The +harddisk password lock problem is solved! +Development can now resume at full speed! + +

2002-01-29: If you have feature requests or suggestions, +please submit them to our +Sourceforge page. + +

2002-01-19: Cool logo submitted by Thomas Saeys. + +

2002-01-16: The project now has a proper name: Rockbox. +Logos are welcome! :-) +
Also, Felix Arends wrote a quick tutorial +for how to get sh-gcc running under windows. + +

2002-01-09: Nicolas Sauzede +found out +how to +display icons and custom characters on the Jukebox LCD. + +

2002-01-08: The two LCD charsets have been +mapped and drawn. + +

2002-01-07: +Jukebox LCD code. +I have written a small test program that scrolls some text on the display. +You need +this file +for units with ROM earlier than 4.50 and +this file +for all others. (The files are gzipped, you need to unzip them before they will work.) + +

2001-12-29: Recorder LCD code. Gary Czvitkovicz knew the Recorder LCD controller since before and wrote some +code +that writes text on the Recorder screen. + +

2001-12-13: First program +released! +A 550 bytes long +archos.mod +that performs the amazing magic of flashing the red LED. :-) + +

2001-12-11: Checksum algorithm solved, thanks to Andy Choi. A new "scramble" utility is available. + +

2001-12-09: Working my way through the setup code. The notes are being updated continously. + +

2001-12-08: Analyzed the exception vector table. See the notes. Also, a mailing list archive is up. + +

2001-12-07: + I just wrote this web page to announce descramble.c. +I've disassembled one firmware version and looked a bit on the code, but no real analysis yet. +Summary: Lots of dreams, very little reality. :-) + +#include "foot.t" -- cgit v1.2.3