summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-10-12 21:36:04 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-11-01 09:59:26 +0100
commitf8865d15fe78f8abeddbb17fc372fe3d5c622ae7 (patch)
treed3a439480309b926aa06ff6af4909a0b2fbf4e5f /doc
parent5d528ab4ee2cef3ea10788d4c8fca5adbd09959f (diff)
downloadDistroKit-f8865d15fe78f8abeddbb17fc372fe3d5c622ae7.tar.gz
DistroKit-f8865d15fe78f8abeddbb17fc372fe3d5c622ae7.tar.xz
doc: document the new SAMA5D2 boards
Add some basic documentation for the two new boards added in the previous commits. Suggested-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/hardware.rst1
-rw-r--r--doc/hardware_v7a_sama5d2.rst23
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/hardware.rst b/doc/hardware.rst
index 7032618..117fb17 100644
--- a/doc/hardware.rst
+++ b/doc/hardware.rst
@@ -49,6 +49,7 @@ It supports the following hardware:
hardware_v7a_raspi2
hardware_v7a_raspi3
hardware_v7a_udoo_neo
+ hardware_v7a_sama5d2
If you want to get DistroKit running on your ARMv7-A board which is not
listed above, here is a short overview of the generic way:
diff --git a/doc/hardware_v7a_sama5d2.rst b/doc/hardware_v7a_sama5d2.rst
new file mode 100644
index 0000000..ae39cdf
--- /dev/null
+++ b/doc/hardware_v7a_sama5d2.rst
@@ -0,0 +1,23 @@
+SAMA5D2 boards
+==============
+
+DistroKit supports two SAMA5D27 boards out of the box:
+
+ * SAMA5D27-SOM1-EK
+ * Groboards Giant Board
+
+Boot Media
+----------
+
+DistroKit generates ``platform-v7a/images/sama5d27-*.hdimg``.
+Use the respective image for your board and copy it onto your SD card.
+The Giant board has only 1 microSD slot, the EK has additionally
+1 normal SD-sized slot. Both can be used.
+
+Serial Console
+--------------
+
+The EK has an on-board USB-serial adapter interfaced to J10. This is the
+default console and power supply. Default UART on the Giant board are the
+Pins marked as Tx/Rx. The microUSB on the board can be used as power
+supply, but it has no serial port there by default.