summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/README36
1 files changed, 36 insertions, 0 deletions
diff --git a/firmware/README b/firmware/README
new file mode 100644
index 0000000000..30b9e09261
--- /dev/null
+++ b/firmware/README
@@ -0,0 +1,36 @@
1 __________ __ ___.
2 Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 \/ \/ \/ \/ \/
7
8Build your own archos.mod.
9
101. Check out 'firmware' and 'apps' from CVS (or possibly form a downloaded
11 archive). You probably want to check out 'tools' too (to get the configure
12 script if nothing else) and possibly the 'uisimulator' too (for trying out
13 things on host before making target tests).
14
152. Create your own build directory. This is where all generated files will be
16 put.
17
183. In your build directory, run the 'tools/configure' script and enter what
19 target you want to build for and if you want a debug version or not. It'll
20 prompt you. The debug version is for making a gdb version out of it. It is
21 only useful if you run gdb towards your target Archos.
22
234. *ploink*. Now you have got a Makefile generated for you. Run 'make' and
24 soon the necessary pieces from the firmware and the apps directories have
25 been compiled and linked.
26
275. Copy the archos.mod file to your archos, reboot it and *smile*.
28
29Whenever the tools/configure script gets updated, you can make your makefile
30updated too by running 'tools/configure update'
31
32If you want to build for more than one target, just create a new build
33directory and create a setup for another target combination in there.
34
35Questions anyone? Take them to the mailing list. We'll be happy to help you
36out!