mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@85 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2ba9b895aa
commit
7e8e1005d1
5 changed files with 15 additions and 5 deletions
|
@ -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
BIN
www/codes_rec.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
|
@ -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)
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
<a href="tools.html">tools</a> ·
|
||||
<a href="internals/">photos</a> ·
|
||||
<a href="http://sourceforge.net/projects/rockbox/">sourceforge project</a> ·
|
||||
<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> ·
|
||||
<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>,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue