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"
|
|
|
|
|
2002-10-11 12:15:49 +00:00
|
|
|
<h2>What is Rockbox?</h2>
|
2002-03-27 09:25:09 +00:00
|
|
|
|
2002-10-11 12:15:49 +00:00
|
|
|
<p>Rockbox is an Open Source replacement firmware for the Archos Jukebox 5000, 6000, Studio and Recorder MP3 players.
|
2002-03-27 09:25:09 +00:00
|
|
|
|
|
|
|
<h2>News</h2>
|
|
|
|
|
2003-01-10 16:08:09 +00:00
|
|
|
<p><i>2003-01-10</i>: Full ISO-8859-1 font support added for Players, using the <a href="/docs/rocklatin.html">Rocklatin1</a> dynamic charset system.
|
|
|
|
|
2003-01-10 12:13:21 +00:00
|
|
|
<p><i>2002-12-21</i>: You can now donate to the Rockbox project via PayPal. See the new button in the left menu.
|
|
|
|
|
2002-12-19 13:27:43 +00:00
|
|
|
<p><i>2002-11-10</i>: Added recording functionality.
|
|
|
|
|
2002-10-16 05:40:23 +00:00
|
|
|
<p><i>2002-10-15</i>: Now the Player/Studio models run the same firmware. No more Old and New player firmware.
|
|
|
|
|
2002-10-11 12:15:49 +00:00
|
|
|
<p><i>2002-10-11</i>: Version 1.4 is released. <a href="download/">Grab it</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
|
|
|
|
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-09-23 05:19:11 +00:00
|
|
|
<dt><b>Version 2.0</b>
|
|
|
|
<dd> Recording, Autobuild playlists, File/directory management
|
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"
|