From c56e90a45cd5017fc17b2889770bdf2c94aecc2b Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Sun, 5 Mar 2017 04:22:41 +0100
Subject: docs: add new screenshots

---
 docs/images/openadk-arch.png   | Bin 0 -> 55196 bytes
 docs/images/openadk-menu.png   | Bin 0 -> 64479 bytes
 docs/images/openadk-system.png | Bin 0 -> 86246 bytes
 docs/images/openadk-task.png   | Bin 0 -> 82014 bytes
 docs/using.txt                 |  25 +++++++++++++++++--------
 5 files changed, 17 insertions(+), 8 deletions(-)
 create mode 100644 docs/images/openadk-arch.png
 create mode 100644 docs/images/openadk-menu.png
 create mode 100644 docs/images/openadk-system.png
 create mode 100644 docs/images/openadk-task.png

diff --git a/docs/images/openadk-arch.png b/docs/images/openadk-arch.png
new file mode 100644
index 000000000..df00c20c4
Binary files /dev/null and b/docs/images/openadk-arch.png differ
diff --git a/docs/images/openadk-menu.png b/docs/images/openadk-menu.png
new file mode 100644
index 000000000..42856a3d2
Binary files /dev/null and b/docs/images/openadk-menu.png differ
diff --git a/docs/images/openadk-system.png b/docs/images/openadk-system.png
new file mode 100644
index 000000000..8a2b314b1
Binary files /dev/null and b/docs/images/openadk-system.png differ
diff --git a/docs/images/openadk-task.png b/docs/images/openadk-task.png
new file mode 100644
index 000000000..8a9808853
Binary files /dev/null and b/docs/images/openadk-task.png differ
diff --git a/docs/using.txt b/docs/using.txt
index b91e58826..d45babadd 100644
--- a/docs/using.txt
+++ b/docs/using.txt
@@ -18,17 +18,26 @@ assistant:
 For each menu entry in the configuration tool, you can find associated
 help that describes the purpose of the entry.
 
-image::openadk-appliance.png[]
+image::openadk-menu.png[]
 
-First of all you need to choose a new or predefined appliance. 
-This is a collection of different packages and configuration options
-for a specific appliance.
+First of all you need to choose if you want to build a Linux firmware
+or a bare-metal toolchain. Linux is choosen as default.
 
-image::openadk-target.png[]
+image::openadk-arch.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
+After that you should select your target architecture.
+
+image::openadk-system.png[]
+
+Now you can select your target system, endianess, cpu and other stuff.
+
+image::openadk-task.png[]
+
+If you want to compile some predefined appliance tasks, you can select it in +Tasks+.
+You can later simply add your own tasks, which is a collection of options, packages,
+kernel modules or features, runtime configuration and more.
+
+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
-- 
cgit v1.2.3