summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/hardware.rst14
-rw-r--r--doc/hardware_v8a_espressobin.rst18
2 files changed, 32 insertions, 0 deletions
diff --git a/doc/hardware.rst b/doc/hardware.rst
index b3ff230..8be3fc1 100644
--- a/doc/hardware.rst
+++ b/doc/hardware.rst
@@ -91,6 +91,20 @@ listed above, here is a short overview of the generic way:
Refer to the :ref:`ptx_dev_manual` for a more thorough documentation.
+v8a Platform
+------------
+
+The stuff from the v7a section above applies here accordingly.
+
+Hardware for the v8a Platform
+-----------------------------
+
+Currently DistroKit only supports a single board; the Marvell espressobin.
+
+.. toctree::
+
+ hardware_v8a_espressobin
+
rpi Platform
------------
diff --git a/doc/hardware_v8a_espressobin.rst b/doc/hardware_v8a_espressobin.rst
new file mode 100644
index 0000000..63d3e89
--- /dev/null
+++ b/doc/hardware_v8a_espressobin.rst
@@ -0,0 +1,18 @@
+Marvell espressobin
+===================
+
+Boot Media
+----------
+Use the image ``platform-v8a/images/espressobin.hdimg`` and copy it onto your MicroSD-Card, e.g:
+
+.. code-block:: shell
+
+ dd if=platform-v8a/images/espressobin.hdimg of=/dev/mmcblk0
+
+As barebox doesn't support the espressobin yet and also U-Boot isn't built
+here, it is relied on the U-Boot shipped on the board for now.
+
+Serial Console
+--------------
+The serial boot console is available via the micro USB connector via a PL2303
+on the board. Use it with 115200n8.