summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Tretter <m.tretter@pengutronix.de>2022-09-05 18:36:15 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-09-06 16:11:20 +0200
commit5b6e91b65b4b800cacf3c2f2694c496881e7b2c3 (patch)
tree86e73eda78282ea23e33cac6ef1b695d1326b456
parentddf06060159f9ee8c5db5f19f81a07c0f0902e9d (diff)
downloadDistroKit-5b6e91b65b4b800cacf3c2f2694c496881e7b2c3.tar.gz
DistroKit-5b6e91b65b4b800cacf3c2f2694c496881e7b2c3.tar.xz
doc: v8a: rock3a: Add documentation
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Link: https://lore.pengutronix.de/20220905163615.2807729-21-m.tretter@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--doc/hardware.rst3
-rw-r--r--doc/hardware_v8a_rock3a.rst28
2 files changed, 30 insertions, 1 deletions
diff --git a/doc/hardware.rst b/doc/hardware.rst
index 1f766aa..505e6d4 100644
--- a/doc/hardware.rst
+++ b/doc/hardware.rst
@@ -123,12 +123,13 @@ The v8a platform targets the ARMv8-A architecture.
The stuff from the v7a section above applies here accordingly.
-Currently DistroKit only supports a single board; the Marvell espressobin:
+Currently, DistroKit supports the following hardware:
.. toctree::
:maxdepth: 1
hardware_v8a_espressobin
+ hardware_v8a_rock3a
rpi Platform
diff --git a/doc/hardware_v8a_rock3a.rst b/doc/hardware_v8a_rock3a.rst
new file mode 100644
index 0000000..75acd4d
--- /dev/null
+++ b/doc/hardware_v8a_rock3a.rst
@@ -0,0 +1,28 @@
+Radxa Rock 3 Model A
+====================
+
+Boot Media
+----------
+
+Copy the image ``platform-v8a/images/rock3a.img`` onto a microSD card. Put the
+microSD card into the Rock 3A and boot it.
+
+Alternatively, you may put the Rock 3A into MASKROM mode following the `Rock 3
+Hardware User Manual <https://wiki.radxa.com/Rock3/hardware/3a>`_ and boot
+Barebox via USB:
+
+.. code-block:: shell
+
+ platform-v8a/sysroot-host/bin/rk-usb-loader platform-v8a/images/barebox-rock3a.img-rockchip
+
+Once Barebox is booted, copy the image ``platform-v8a/images/rock3a.img`` via
+tftp or NFS to the eMMC to persist it. Disable MASKROM mode and reboot the
+board to start from eMMC.
+
+Serial Console
+--------------
+
+The serial boot console is available via the pin
+header of the board. Follow the `Rock 3 Development Guide
+<https://wiki.radxa.com/Rock3/dev/serial-console>`_ for connecting an USB to
+TTL serial cable. Make sure the cable support 1.5 Mbps.