summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-11-29 10:21:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-11-29 10:21:55 +0000
commit5059ce525f1d8d12d630af33647fc059f51dfe16 (patch)
tree56b710ead76fbcd216daf0d6d43a594ba4e976d3
parent19afbbb32dc9c74add74ba390e301cef42f9e54a (diff)
downloadrockbox-5059ce525f1d8d12d630af33647fc059f51dfe16.tar.gz
rockbox-5059ce525f1d8d12d630af33647fc059f51dfe16.zip
mention perl, the recorder image name and that you can ROLO the new version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2892 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--docs/README16
1 files changed, 10 insertions, 6 deletions
diff --git a/docs/README b/docs/README
index a029a682c4..b0f4cef599 100644
--- a/docs/README
+++ b/docs/README
@@ -5,7 +5,7 @@
5 Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5 Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 \/ \/ \/ \/ \/ 6 \/ \/ \/ \/ \/
7 7
8Build your own archos.mod. 8Build your own archos.mod (or ajbrec.ajz)
9 9
101. Check out 'firmware', 'apps', 'docs' and 'tools' from CVS (or possibly from 101. Check out 'firmware', 'apps', 'docs' and 'tools' from CVS (or possibly from
11 a downloaded archive). You may possibly want 'uisimulator' too (for trying 11 a downloaded archive). You may possibly want 'uisimulator' too (for trying
@@ -24,13 +24,17 @@ Build your own archos.mod.
24 prompt you. The debug version is for making a gdb version out of it. It is 24 prompt you. The debug version is for making a gdb version out of it. It is
25 only useful if you run gdb towards your target Archos. 25 only useful if you run gdb towards your target Archos.
26 26
275. Make sure you have sh-elf-gcc and siblings in the PATH. 275. *ploink*. Now you have got a Makefile generated for you.
28 28
296. *ploink*. Now you have got a Makefile generated for you. Run 'make' and 296. Make sure you have sh-elf-gcc and siblings in the PATH. Make sure that you
30 soon the necessary pieces from the firmware and the apps directories have 30 have 'perl' in your PATH too.
31 been compiled and linked.
32 31
337. Copy the archos.mod file to your archos, reboot it and *smile*. 327. Run 'make' and soon the necessary pieces from the firmware and the apps
33 directories have been compiled, linked and scrambled for you.
34
358. Copy the archos.mod/ajbrec.ajz file to your archos, reboot it and *smile*.
36 Recent Rockbox versions need no reboots, just PLAY a new rockbox version
37 and that'll be loaded and replace the currently running version.
34 38
35Whenever the tools/configure script gets updated, you can make your makefile 39Whenever the tools/configure script gets updated, you can make your makefile
36updated too by running 'tools/configure update' 40updated too by running 'tools/configure update'