add tools/syslinux
[openadk.git] / README
blob7d6b5bb6d8c5caad01ec095ef4738610feda5d0c
1 OpenADK - A GNU/Linux construction kit 
2 ======================================
4 This is a menu based buildsystem for your home made embedded Linux system.
6 Before you can start you need to install some tools: 
7 - bash
8 - gcc 
9 - binutils 
10 - GNU make
11 - GNU m4
12 - GNU awk
13 - GNU sed
14 - tar
15 - patch
16 - gzip
17 - bzip2
18 - lzop
19 - lzma
20 - xz
21 - wget
22 - libc headers
23 - ncurses5 headers
24 - zlib headers
25 - perl
26 - bc
27 - xargs
29 There is a check for the required versions of these tools in advance, though.
30 (to re-issue the checks, use "make prereq").
32 Please use "make menuconfig" to choose your target architecture and
33 embedded system and configure like you want to.
35 Simply running 'make' will build the firmware for your embedded system.  The
36 buildsystem will download all sources, build the toolchain, the kernel and all
37 applications.
39 To switch to another target configuration, simply run "make switch". This will
40 backup your existing configuration and will start with an empty one.
42 Sunshine!