Add basic info to README 16/189016/8
authorAlexander Mazuruk <a.mazuruk@samsung.com>
Wed, 12 Sep 2018 15:08:59 +0000 (17:08 +0200)
committerAlexander Mazuruk <a.mazuruk@samsung.com>
Sun, 14 Oct 2018 18:32:27 +0000 (20:32 +0200)
Change-Id: If8e7f5d0003e59ab2bb24a2b598caaa75e5b2595
Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
Signed-off-by: Adam Malinowski <a.malinowsk2@partner.samsung.com>
Signed-off-by: Michal Sidor <m.sidor@samsung.com>
README
README.rst [new symlink]

diff --git a/README b/README
index d8f1e13..7117ffe 100644 (file)
--- a/README
+++ b/README
@@ -1,31 +1,81 @@
-Directory structure:
-
-.
-│
-└── doc - overall documentation for all of the components of MuxPi
-│
-└── hw - MuxPi board design and fabrication files
-│
-└── sw - MuxPi's software
-    │
-    └── attiny - firmware for ATtiny10 microcontroller (watchdog)
-    │
-    └── cortex - firmware for STM32F030 (controller)
-    │
-    └── nanopi - configs, scripts, tools, OS recipes, etc. for NanoPi NEO
-        │
-        └── config - ansible files for configuring NanoPi NEO
-        │
-        └── fota - tools/libs for flashing devices (usually microSD card) with given images
-        │
-        └── stm - tools/libs for communicating with STM32F030 microntroller
-        │
-        └── power - tool for controling power supply for  MuxPi's main board
-        │
-        └── gpio - tool for controling MuxPi's GPIOs including two one-color LEDs
-        │
-        └── firmware - tool for updating firmware of STM32 microntroller
-        │
-        └── nv - tool for writing and reading non-volatile data of MuxPi
-        │
-        └── debian - files for creating packages for Debian-based distributions
+#####
+MuxPi
+#####
+
+**MuxPi** is an open hardware and open software board which was designed to
+aid in automating tasks on physical devices. Initial goal was to automate
+testing on hardware platform, thus connected devices will be called **D**\evice
+**U**\nder **T**\est or shortly **DUT**\.  Muxpi is intended to help in testing
+of embedded systems, automatic software installation or flashing and automation
+during development. MuxPi is connected between the DUT and a PC/Server machine
+which will be managing the work.  The name of the board is based on its two
+main components: **SD Mux** and **NanoPi**
+
+
+********
+Features
+********
+
+* Providing a DUT connection (UART, USB, ETH, microSD card) to remote location
+  over Ethernet
+* Switching a microSD card between a DUT's microSD card slot and an onboard
+  USB card reader
+* Flashing a microSD card using an onboard USB card reader
+* Flashing and controlling state of Samsung mobile devices over fully
+  controllable, dedicated USB interface
+* Switching DUT's power supply
+* Switching jumpers/buttons of a DUT in order to (re)boot/(re)configure it
+* Measuring power consumption of a DUT
+* Handling serial connection (UART) of a DUT
+* Writing EDID to a DUT over HDMI connection
+* Interacting with a user/maintainer over a simple, bidirectional interface
+
+
+******************************
+Repository Directory structure
+******************************
+
+::
+
+  .
+  │
+  └── doc - overall documentation for all of the components of MuxPi
+  │
+  └── hw - MuxPi board design and fabrication files
+  │
+  └── sw - MuxPi's software
+      │
+      └── attiny - firmware for ATtiny10 microcontroller (watchdog)
+      │
+      └── cortex - firmware for STM32F030 (controller)
+      │
+      └── nanopi - configs, scripts, tools, OS recipes, etc. for NanoPi NEO
+          │
+          └── config - ansible files for configuring NanoPi NEO
+          │
+          └── fota - tools/libs for flashing devices (usually microSD card)
+          │   with given images
+          │
+          └── stm - tools/libs for communicating with STM32F030 microntroller
+          │
+          └── power - tool for controling power supply for  MuxPi's main board
+          │
+          └── gpio - tool for controling MuxPi's GPIOs including two one-color
+          │   LEDs
+          │
+          └── firmware - tool for updating firmware of STM32 microntroller
+          │
+          └── nv - tool for writing and reading non-volatile data of MuxPi
+          │
+          └── debian - files for creating packages for Debian-based
+              distributions
+
+
+
+*******
+License
+*******
+
+MuxPi is distributed under `Apache 2.0 License`_
+
+.. _`Apache 2.0 License`: LICENSE
diff --git a/README.rst b/README.rst
new file mode 120000 (symlink)
index 0000000..100b938
--- /dev/null
@@ -0,0 +1 @@
+README
\ No newline at end of file