diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-26 10:13:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-26 10:13:12 +0100 |
commit | 6967ec40538c8b4f8646dfc38aa355dc70a84dab (patch) | |
tree | f00c8bb9588ab648907a32cb0bd668cd755349e5 /docs | |
parent | 3b3eb69398bbc7cc6c8f413fcaefe5e688566289 (diff) |
reflect updates to OpenADK in docs and screenshots
Diffstat (limited to 'docs')
-rw-r--r-- | docs/images/menuconfig-configured.png | bin | 341555 -> 0 bytes | |||
-rw-r--r-- | docs/images/menuconfig.png | bin | 271731 -> 0 bytes | |||
-rw-r--r-- | docs/images/openadk-appliance.png | bin | 0 -> 36358 bytes | |||
-rw-r--r-- | docs/images/openadk-target.png | bin | 0 -> 58438 bytes | |||
-rw-r--r-- | docs/using.txt | 18 |
5 files changed, 10 insertions, 8 deletions
diff --git a/docs/images/menuconfig-configured.png b/docs/images/menuconfig-configured.png Binary files differdeleted file mode 100644 index cad536cc9..000000000 --- a/docs/images/menuconfig-configured.png +++ /dev/null diff --git a/docs/images/menuconfig.png b/docs/images/menuconfig.png Binary files differdeleted file mode 100644 index 5624a2982..000000000 --- a/docs/images/menuconfig.png +++ /dev/null diff --git a/docs/images/openadk-appliance.png b/docs/images/openadk-appliance.png Binary files differnew file mode 100644 index 000000000..3e590b39c --- /dev/null +++ b/docs/images/openadk-appliance.png diff --git a/docs/images/openadk-target.png b/docs/images/openadk-target.png Binary files differnew file mode 100644 index 000000000..97c04d07e --- /dev/null +++ b/docs/images/openadk-target.png 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 |