diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-26 15:15:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-26 15:15:43 +0100 |
commit | f8f4789eb00ad9e7768a98bed5f598f36c6679f4 (patch) | |
tree | 23e1e1aaa58b147f21e3ee19a25886edf7960cb9 /docs/using.txt | |
parent | ad9e0b66c9f717f3cdcc4a265fd2a41a37b8ed1b (diff) | |
parent | 6967ec40538c8b4f8646dfc38aa355dc70a84dab (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'docs/using.txt')
-rw-r--r-- | docs/using.txt | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/using.txt b/docs/using.txt index 7cf109609..44537087b 100644 --- a/docs/using.txt +++ b/docs/using.txt @@ -18,16 +18,18 @@ assistant: For each menu entry in the configuration tool, you can find associated help that describes the purpose of the entry. -image::menuconfig.png[] +image::openadk-appliance.png[] -First of all you need to choose your target architecture, your target -system, your target C library, your target firmware type and your target -package format. After that you can select individual packages and kernel -settings or just use one of the predefined package collections. When you -are ready exit and save. You can always redefine the configuration -using +make menuconfig+. +First of all you need to choose a new or predefined appliance. +This is a collection of different packages and configuration options +for specific appliance. -image::menuconfig-configured.png[] +image::openadk-target.png[] + +After that you can choose your target architecture, your target system and +other general stuff. Then you can select individual packages and kernel +settings. When you are ready exit and save. You can always redefine the +configuration using +make menuconfig+. Once everything is configured, the configuration tool generates a +.config+ file that contains the description of your configuration. It |