diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-04-11 13:58:49 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-04-11 13:58:49 +0000 |
| commit | 7e8e1005d1f72c9fd846d45742a12c5654c337a5 (patch) | |
| tree | eab44b7365c70828a6cf13f7581311227f302220 | |
| parent | 2ba9b895aafef38bf0bed064d5356328a926d431 (diff) | |
| download | rockbox-7e8e1005d1f72c9fd846d45742a12c5654c337a5.zip rockbox-7e8e1005d1f72c9fd846d45742a12c5654c337a5.tar.gz rockbox-7e8e1005d1f72c9fd846d45742a12c5654c337a5.tar.bz2 rockbox-7e8e1005d1f72c9fd846d45742a12c5654c337a5.tar.xz | |
Updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@85 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/activity.t | 4 | ||||
| -rw-r--r-- | www/codes_rec.png | bin | 0 -> 5221 bytes | |||
| -rw-r--r-- | www/internals/bjorn.t | 4 | ||||
| -rw-r--r-- | www/main.t | 5 | ||||
| -rw-r--r-- | www/notes.t | 7 |
5 files changed, 15 insertions, 5 deletions
diff --git a/www/activity.t b/www/activity.t index 2898c63..89cdc95 100644 --- a/www/activity.t +++ b/www/activity.t @@ -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> diff --git a/www/codes_rec.png b/www/codes_rec.png Binary files differnew file mode 100644 index 0000000..c9acdb8 --- /dev/null +++ b/www/codes_rec.png diff --git a/www/internals/bjorn.t b/www/internals/bjorn.t index 3c569d7..9288484 100644 --- a/www/internals/bjorn.t +++ b/www/internals/bjorn.t @@ -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>, diff --git a/www/notes.t b/www/notes.t index 71e4065..bb15e78 100644 --- a/www/notes.t +++ b/www/notes.t @@ -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" |