git-svn-id: svn://svn.rockbox.org/rockbox/trunk@85 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-04-11 13:58:49 +00:00
parent 2ba9b895aa
commit 7e8e1005d1
5 changed files with 15 additions and 5 deletions

View file

@ -3,10 +3,10 @@
<table>
<tr bgcolor="#cccccc"><th>Person</th><th>Activity</th><th>Current status</th></tr><tr>
STATUS(Björn,Web page; I2C driver and MAS serial port,Idle - trying to repair his Archos...)
STATUS(Björn,Web page; I2C driver and MAS serial port,Janitor duty - trying to repair his Archos...)
STATUS(Linus,Serial port GDB stub to bring remote debugging to the archos,Works well; some details left)
STATUS(Alan,FAT-32 file system and handling,Can create files. Not safe yet ;->)
STATUS(Daniel,GUI simulator for X11,Partly working)
STATUS(Daniel,GUI simulator for X11,Compiles)
STATUS(Rob,Assembling a FAQ,Just began)
STATUS(Gary,Recorder lcd code and ui simulator,Writing code)
</tr></table>

BIN
www/codes_rec.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View file

@ -31,7 +31,9 @@
The board is connected via two pin connectors, one at each end.
<p><a href="archos_bottom2.jpg"><img src="archos_b2.jpg"></a> (211kB). ICs:
<ul>
<li>Archos DCMP3J, most likely an <a href="http://www.hitachi.co.jp/Sicd/English/Products/micom_all/l016e.htm">SH7034</a> SH-1 RISC with custom mask rom. (Thanks to Sven Karlsson.)
<li>Archos DCMP3J, most likely an
<a href="http://www.hitachisemiconductor.com/sic/jsp/japan/eng/products/mpumcu/32bit/superh/sh7032_e.html">SH7034</a>
SH-1 RISC with custom mask rom. (Thanks to Sven Karlsson.)
<li><a href="http://focus.ti.com/docs/prod/folders/print/cd54hc573.html">TI HC573M</a> Latch (appears unlabeled in the photo)
<li><a href="http://www.fairchildsemi.com/pf/74/74LCX245.html">Fairchild LCX245</a> Bidirectional Transceiver
<li>A standard Motorola AC32 logic IC (xor)

View file

@ -12,7 +12,8 @@
<a href="tools.html">tools</a> &middot;
<a href="internals/">photos</a> &middot;
<a href="http://sourceforge.net/projects/rockbox/">sourceforge project</a> &middot;
<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/">browse cvs</a>
<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/">browse cvs</a> &middot;
<a href="/isd200/">linux driver</a>
</small>
<h2>Purpose</h2>
@ -34,6 +35,8 @@ Try them on your own risk. If you are not 100% sure of what you are doing, keep
<h2>News</h2>
<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>,

View file

@ -350,7 +350,7 @@ of the SH1."
<tr><td>PB3</td><td>CS1</td></tr>
</table>
<a name="charsets"><p>The charsets:
<a name="charsets"><p>The player charsets:
<p><table border=0><tr>
<td><img src="codes_old.png" width=272 height=272><br>
@ -358,6 +358,9 @@ of the SH1."
<td><img src="codes_new.png" width=272 height=272><br>
<small>New LCD charset (after v4.50)</small></td></tr></table>
<p>And the Recorder charset looks like this:
<br>
<img src="codes_rec.png">
<h3>Code</h3>
@ -408,4 +411,6 @@ So my "first program" only works on players with older firmware in ROM
(my has 3.18). Joachim posted a
<a href="mail/jukebox-archive-2001-12/att-0087/01-AJBREC.ajz">padded version</a> that works everywhere.
<p>Tests have shown that firmware sizes above 200K won't load.
#include "foot.t"