added a few links

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3869 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-07-23 11:19:09 +00:00
parent 218a559ead
commit 13a5584767

View file

@ -192,19 +192,21 @@ The second image is the working copy, the "rockbox_flash.rock" plugin from this
package reprograms it. I suggest to place the plugin to where you keep the package reprograms it. I suggest to place the plugin to where you keep the
others, "/.rockbox/rocks/". The plugin needs to be consistant with the Rockbox others, "/.rockbox/rocks/". The plugin needs to be consistant with the Rockbox
plugin API version, otherwise it will detect mismatch and won't run. plugin API version, otherwise it will detect mismatch and won't run.
<p>
It currently requires an exotic input, a UCL-compressed image, because that's <p> It currently requires an exotic input, a UCL-compressed image, because
my internal format. UCL is a nice open-source compression library I found and that's my internal format. UCL is a nice open-source compression library I
use. The decompression is very fast and less than a page of C-code. The found and use. The decompression is very fast and less than a page of
efficiency is even better than Zip with maximum compression, cooks it down to C-code. The efficiency is even better than Zip with maximum compression, cooks
about 58% of the original size. For details on UCL, see: it down to about 58% of the original size. For details on UCL, see: <a
http://www.oberhumer.com/opensource/ucl/ href="http://www.oberhumer.com/opensource/ucl/">www.oberhumer.com/opensource/ucl/</a>
<p>
Linux users will have to download it from there and compile it, for Win32 and <p> Linux users will have to download it from there and compile it, for Win32
Cygwin I can do that, so the executables are in the package. The sample program and Cygwin I can do that, so the executables are in <a
from that download is called "uclpack". We'll use that to compress href="http://joerg.hohensohn.bei.t-online.de/archos/">the package</a>. The
"rockbox.bin" which is the result of the compilation. If flashing becomes very sample program from that download is called "uclpack". We'll use that to
popular, this could be a part of the build process. compress "rockbox.bin" which is the result of the compilation. If flashing
becomes very popular, this could be a part of the build process.
<p> <p>
Don't flash any "old" builds which don't have the latest coldstart ability I Don't flash any "old" builds which don't have the latest coldstart ability I
brought into cvs these days. They won't boot. These instructions refer to brought into cvs these days. They won't boot. These instructions refer to