diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-06-01 18:15:55 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-06-01 18:15:55 +0000 |
| commit | dd74430cd98ddaec08b0b8d65cddae978dda019d (patch) | |
| tree | cac776ffd2a123074bd0f00cbac042a5ff88d743 | |
| parent | 5b28ae5a15c46e96077dd875658d4372e774a7ec (diff) | |
| download | rockbox-dd74430cd98ddaec08b0b8d65cddae978dda019d.zip rockbox-dd74430cd98ddaec08b0b8d65cddae978dda019d.tar.gz rockbox-dd74430cd98ddaec08b0b8d65cddae978dda019d.tar.bz2 rockbox-dd74430cd98ddaec08b0b8d65cddae978dda019d.tar.xz | |
First version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@872 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/download.t | 44 | ||||
| -rw-r--r-- | www/history.t | 94 |
2 files changed, 138 insertions, 0 deletions
diff --git a/www/download.t b/www/download.t new file mode 100644 index 0000000..fd5aa80 --- /dev/null +++ b/www/download.t @@ -0,0 +1,44 @@ +#define _PAGE_ Download +#define DOWNLOAD_PAGE +#include "head.t" + +<h2>Version 1.0</h2> + +<p>This first version is more a proof-of-concept than a serious replacement for the stock firmware. +Read the <a href="rockbox-1.0-notes.txt">release notes</a>. + +<h3>player-old</h3> +<p>This version is for old Archos Jukebox 6000 models with ROM firmware older than 4.50. + +<ul> +<li><a href="rockbox-1.0-player-old.zip">rockbox-1.0-player-old.zip</a> +</ul> + +<h3>player</h3> +<p>This version is for Archos Jukebox 6000 with ROM firmware 4.50 or later, and all Studio models. + +<ul> +<li><a href="rockbox-1.0-player.zip">rockbox-1.0-player.zip</a> +</ul> + +<h3>recorder</h3> +<p>Version 1.0 does not support the Recorder. Future versions will. + + +<h2>Installation</h2> +<p>Unzip the archive. Rename your current archos.mod (if any) in the root of your archos, then copy the rockbox archos.mod there. + +<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. + +<p>(Note that some models cannot shut off while the power adapter is plugged in.) + +<h2>Bug reports</h2> + +<p>Please use our +<a href="http://sourceforge.net/projects/rockbox/">Sourceforge page</a> +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. + +<p>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 0000000..7cb7495 --- /dev/null +++ b/www/history.t @@ -0,0 +1,94 @@ +#define _PAGE_ History +#define HISTORY_PAGE +#include "head.t" + +<p><i>2002-05-26</i>: New web design. First player release drawing closer. + +<p><i>2002-05-03</i>: <b>SOUND!</b> Linus' experimental MAS code has +<a href="http://bjorn.haxx.se/rockbox/mail/rockbox-archive-2002-05/0016.shtml">played our first 4 seconds of music</a>. + +<p><i>2002-04-27</i>: Julien Labruyére has generously donated an Archos Jukebox 6000 to the project. Thank you! + +<p><i>2002-04-25</i>: Grant Wier has tested the Player LCD's double-height capability: +<a href="archos-text-DH1.jpg"><img align=center src="archos-text-DH2_sm.jpg"></a> + +<p><i>2002-04-23</i>: Report from the <a href="devcon/">Rockbox Spring Developer Conference 2002</a> ;-) + +<p><i>2002-04-22</i>: Gentlemen, we have <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/firmware/thread.c">threading</a>. + +<p><i>2002-04-11</i>: The <a href="codes_rec.png">Recorder charset</a> has been mapped. + +<p><i>2002-03-28</i>: Lots of new stuff on the web page: +<a href="docs/FAQ">faq</a>, +<a href="irc/">irc logs</a>, +<a href="tools.html">tools</a> and +<a href="internals/">photos</a>. + +<p><i>2002-03-25</i>: New section for +<a href="mods/">hardware modifications</a>. +First out is the long awaited +<a href="mods/serialport.html">serial port mod</a>. + +<p><i>2002-03-25</i>: New instructions for +<a href="cross-gcc.html">how to build an SH-1 cross-compiler</a>. + +<p><i>2002-03-14</i>: New linux patch and instructions for +<a href="lock.html">unlocking the archos harddisk</a> if you have the "Part. Error" problem. + +<p><i>2002-03-08</i>: Uploaded a simple example, showing +<a href="example/">how to build a program for the Archos</a>. + +<p><i>2002-03-05</i>: The +<a href="lock.html">harddisk password lock problem is solved</a>! +Development can now resume at full speed! + +<p><i>2002-01-29</i>: If you have feature requests or suggestions, +please submit them to our +<a href="http://sourceforge.net/projects/rockbox/">Sourceforge page</a>. + +<p><i>2002-01-19</i>: Cool logo submitted by Thomas Saeys. + +<p><i>2002-01-16</i>: The project now has a proper name: Rockbox. +Logos are welcome! :-) +<br>Also, Felix Arends wrote a quick <a href="sh-win/">tutorial</a> +for how to get sh-gcc running under windows. + +<p><i>2002-01-09</i>: Nicolas Sauzede +<a href="mail/rockbox-archive-2002-01/0096.shtml">found out</a> +how to +<a href="mail/rockbox-archive-2002-01/0099.shtml">display icons and custom characters</a> on the Jukebox LCD. + +<p><i>2002-01-08</i>: The two LCD charsets have been +<a href="notes.html#charsets">mapped and drawn</a>. + +<p><i>2002-01-07</i>: +<a href="mail/rockbox-archive-2002-01/0026.shtml">Jukebox LCD code</a>. +I have written a small test program that scrolls some text on the display. +You need +<a href="mail/rockbox-archive-2002-01/att-0026/01-archos.mod.gz">this file</a> +for units with ROM earlier than 4.50 and +<a href="mail/rockbox-archive-2002-01/att-0050/02-archos.mod.gz">this file</a> +for all others. (The files are gzipped, you need to unzip them before they will work.) + +<p><i>2001-12-29</i>: Recorder LCD code. Gary Czvitkovicz knew the Recorder LCD controller since before and wrote some +<a href="mail/rockbox-archive-2001-12/att-0145/01-ajbr_lcd.zip">code</a> +that writes text on the Recorder screen. + +<p><i>2001-12-13</i>: First program +<a href="mail/rockbox-archive-2001-12/0070.shtml">released</a>! +A 550 bytes long +<a href="mail/rockbox-archive-2001-12/att-0070/01-archos.mod">archos.mod</a> +that performs the amazing magic of flashing the red LED. :-) + +<p><i>2001-12-11</i>: Checksum algorithm solved, thanks to Andy Choi. A new "scramble" utility is available. + +<p><i>2001-12-09</i>: Working my way through the setup code. The <a href="notes.html">notes</a> are being updated continously. + +<p><i>2001-12-08</i>: Analyzed the exception vector table. See <a href="notes.html">the notes</a>. Also, a <a href="mail.cgi">mailing list archive</a> is up. + +<p><i>2001-12-07</i>: + 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" |