From 4379e176c368978ccd04ec84f56739d22e52bcbc Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Mon, 5 Feb 2018 11:19:02 +0100 Subject: Add support for Marvell espressobin --- doc/hardware.rst | 14 ++++++++++++++ doc/hardware_v8a_espressobin.rst | 18 ++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 doc/hardware_v8a_espressobin.rst (limited to 'doc') 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. -- cgit v1.2.3