2002-04-17 12:29:02 +00:00
|
|
|
#define _LOGO_ <img src="rockbox400.png" align=center width=400 height=123>
|
2002-03-27 09:25:09 +00:00
|
|
|
#define _PAGE_ Open Source Jukebox Firmware
|
2002-05-26 20:05:35 +00:00
|
|
|
#define MAIN_PAGE
|
2002-03-27 09:25:09 +00:00
|
|
|
#include "head.t"
|
|
|
|
|
|
|
|
<h2>Purpose</h2>
|
|
|
|
|
|
|
|
<p>The purpose of this project is to write an Open Source replacement
|
2002-06-11 12:28:46 +00:00
|
|
|
firmware for the Archos Jukebox <i>5000</i>, <i>6000</i>, <i>Studio</i> and <i>Recorder</i> MP3 players.
|
2002-03-27 09:25:09 +00:00
|
|
|
|
|
|
|
<h2>News</h2>
|
|
|
|
|
2002-08-09 10:10:32 +00:00
|
|
|
<p><i>2002-08-09</i>: Version 1.2 is released. <a href="download/">Download it here</a>.
|
2002-08-09 09:31:10 +00:00
|
|
|
|
2002-08-09 10:10:32 +00:00
|
|
|
<p><i>2002-08-06</i>: Web site moved to new domain: <strong>rockbox.haxx.se</strong>.
|
2002-08-06 17:18:23 +00:00
|
|
|
|
2002-08-06 11:19:55 +00:00
|
|
|
<p><i>2002-08-06</i>: Battery charging added for the Recorders (players have hardware charging).
|
|
|
|
|
2002-08-06 11:51:04 +00:00
|
|
|
<p><i>2002-08-02</i>: <a href="tshirt-contest">Rockbox T-Shirt Design Contest</a>
|
|
|
|
|
2002-06-01 18:14:24 +00:00
|
|
|
<p><i><small>(Old news items have moved to a
|
2002-06-01 18:30:45 +00:00
|
|
|
<a href="history.html">separate page</a>.)</small></i>
|
2002-03-27 09:25:09 +00:00
|
|
|
|
2002-07-03 11:15:51 +00:00
|
|
|
<h2>Recent CVS activity</h2>
|
|
|
|
<p>
|
2002-08-06 19:25:46 +00:00
|
|
|
<!--#include file="lastcvs.link" -->
|
2002-07-03 11:15:51 +00:00
|
|
|
|
|
|
|
<h2>Open bug reports</h2>
|
|
|
|
<p>
|
|
|
|
<!--#include file="bugs.html" -->
|
|
|
|
<small><b>Note:</b> Don't file bug reports on daily builds. They are work in progress.</small>
|
|
|
|
|
2002-06-01 18:14:24 +00:00
|
|
|
<h2>Roadmap</h2>
|
|
|
|
<p>This is a rough indication of which features we plan/expect/hope to be
|
|
|
|
included in which versions. Naturally, this is all subject to change without
|
|
|
|
notice.
|
2002-03-27 09:25:09 +00:00
|
|
|
|
2002-06-01 18:14:24 +00:00
|
|
|
<dl>
|
2002-06-19 17:59:06 +00:00
|
|
|
<dt><b>Version 1.3</b>
|
2002-08-09 10:10:32 +00:00
|
|
|
<dd>Resume, persistent settings, autobuild playlists, proportional fonts
|
2002-06-01 18:14:24 +00:00
|
|
|
</dl>
|
2002-03-27 09:25:09 +00:00
|
|
|
|
|
|
|
<h2>About the hardware</h2>
|
|
|
|
|
2002-03-28 14:28:17 +00:00
|
|
|
<p>I wrote a <a href="internals/bjorn.html">"dissection" page</a> some months ago,
|
2002-03-27 09:25:09 +00:00
|
|
|
showing the inside of the Archos and listing the main components.
|
|
|
|
I have also collected a couple of <a href="docs/">data sheets</a>.
|
2002-03-28 14:28:17 +00:00
|
|
|
Also, don't miss the <a href="notes.html">research notes</a>
|
|
|
|
from my reverse-engineering the firmware.
|
2002-03-27 09:25:09 +00:00
|
|
|
|
|
|
|
<h2>About the software</h2>
|
|
|
|
|
2002-07-24 12:55:51 +00:00
|
|
|
<p>The player has one version of the firmware in ROM.
|
2002-03-27 09:25:09 +00:00
|
|
|
The first thing this version does after boot is to look for a file called
|
2002-07-24 12:55:51 +00:00
|
|
|
"archos.mod" on the Player/Studio or "ajbrec.ajz" on the recorder in the
|
|
|
|
root directory of the harddisk.
|
2002-03-27 09:25:09 +00:00
|
|
|
If it exists, it is loaded into RAM and started.
|
2002-07-24 12:55:51 +00:00
|
|
|
This is how firmware upgrades are loaded. Note that you can revert to the ROM
|
|
|
|
version by just deleting the firmware file.
|
2002-03-27 09:25:09 +00:00
|
|
|
|
|
|
|
#include "foot.t"
|