summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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'