Started documentation.
authorBenjamin Braatz <benjamin.braatz@graph-it.com>
Wed, 1 Feb 2023 10:56:15 +0000 (11:56 +0100)
committerBenjamin Braatz <benjamin.braatz@graph-it.com>
Wed, 1 Feb 2023 10:56:15 +0000 (11:56 +0100)
README.md
boot/config.txt [deleted file]
doc/index.md

index f79dd766c03d0fedc289310cac88aa929e0c8440..a359bdabb13f2526a8c131424bfe0a0d9c0a2d0d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,23 +1,11 @@
 # ControlPi Plugin for UniPis
 This distribution package contains a plugin for the
 [ControlPi system](https://docs.graph-it.com/graphit/controlpi), that
-<…>
+provides the inputs and outputs of an
+[UniPi](https://www.unipi.technology/) Neuron device as ControlPi clients.
 
 Documentation (in German) can be found at [doc/index.md](doc/index.md) in
 the source repository and at
 [https://docs.graph-it.com/graphit/controlpi-unipi/](https://docs.graph-it.com/graphit/controlpi-unipi/).
 Code documentation (in English) including doctests is contained in the
 source files.
-An API documentation generated by pdoc3 can be found at
-[doc/controlpi_plugins/index.html](doc/controlpi_plugins/index.html) in the source
-repository and at
-[https://docs.graph-it.com/graphit/controlpi-unipi/controlpi_plugins/](https://docs.graph-it.com/graphit/controlpi-unipi/controlpi_plugins/).
-
-
-Necessary preparations:
-* `make` and `sudo make install` unipi-kernel.
-* In unipi-kernel/device_tree:
-** `dtc -O dtb -@ -o neuron-spi.dtbo neuron-spi-new-overlay.dts`
-** `cp neuron-spi.dtbo /boot/overlays`
-* Copy configuration files from `boot/` and `etc/` in the repository to
-  filesystem.
diff --git a/boot/config.txt b/boot/config.txt
deleted file mode 100755 (executable)
index 7cc1b06..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-dtparam=i2c=on
-dtoverlay=i2c-rtc,mcp7941x
-dtoverlay=neuron-spi
-
-initramfs initramfs-linux.img followkernel
index 0913b509b53a38fabb37611a6b6c48dc112cca17..0a6170705f186fd7c4aa67bfeea308be50fcd607 100644 (file)
@@ -1,8 +1,10 @@
-# ControlPi-Plugin für <…>
-Dieses Paket enthält ein Plugin für das ControlPi-System, mit dem <…>
+# ControlPi-Plugin für UniPis
+Dieses Paket enthält ein Plugin für das ControlPi-System, mit dem
+Neuron-Controller des Herstellers [UniPi](https://www.unipi.technology/)
+mit dem ControlPi-System betrieben werden können.
 
 ## Benutzung
-…
+Damit die q
 
 ## Installation
 Eine ausführliche Dokumentation ist in der Dokumentation der