summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--doc/hardware.rst3
-rw-r--r--doc/hardware_v7a_beaglebone_black.rst13
-rw-r--r--doc/hardware_v7a_beaglebone_white.rst7
-rw-r--r--doc/hardware_v7a_qemu.rst7
5 files changed, 26 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 75033d3..44c6a75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/p
/src
*.sw*
+Documentation/
diff --git a/doc/hardware.rst b/doc/hardware.rst
index 2691503..719baeb 100644
--- a/doc/hardware.rst
+++ b/doc/hardware.rst
@@ -42,6 +42,3 @@ Hardware for the v7a Platform
hardware_v7a_qemu
hardware_v7a_beaglebone_white
hardware_v7a_beaglebone_black
- hardware_v7a_raspi2
- hardware_v7a_raspi3
-
diff --git a/doc/hardware_v7a_beaglebone_black.rst b/doc/hardware_v7a_beaglebone_black.rst
index ce10d0b..bb523b6 100644
--- a/doc/hardware_v7a_beaglebone_black.rst
+++ b/doc/hardware_v7a_beaglebone_black.rst
@@ -1,5 +1,16 @@
Beaglebone Black
================
-foo bar baz
+Boot Media
+----------
+Use the image ``platform-v7a/images/beaglebone.hdimg`` and copy it onto your MicroSD-Card.
+Press the user-button ``S2`` when powering up the Beaglebone Black to boot from MicroSD-Card. ``S2`` is the button above the MicroSD-Card.
+
+Serial Console
+--------------
+The serial boot console is available via the debug connector J1 at 115200 Baud and 8N1. The pinout is:
+
+* J1.1: GND
+* J1.4: RxD
+* J1.5: TxD
diff --git a/doc/hardware_v7a_beaglebone_white.rst b/doc/hardware_v7a_beaglebone_white.rst
index c62522e..540066b 100644
--- a/doc/hardware_v7a_beaglebone_white.rst
+++ b/doc/hardware_v7a_beaglebone_white.rst
@@ -1,5 +1,10 @@
Beaglebone White
================
-foo bar baz
+Boot Media
+----------
+Use the image ``platform-v7a/images/beaglebone.hdimg`` and copy it onto your MicroSD-Card.
+Serial Console
+--------------
+The serial boot console is available via the Mini-USB-Jack P3 at 115200 Baud with 8N1.
diff --git a/doc/hardware_v7a_qemu.rst b/doc/hardware_v7a_qemu.rst
index 7352f8c..996323e 100644
--- a/doc/hardware_v7a_qemu.rst
+++ b/doc/hardware_v7a_qemu.rst
@@ -4,3 +4,10 @@ QEmu
The v7a platform is ready to run in qemu, using the versatile express
hardware simulation.
+There are two ways to run DistoKit inside qemu:
+
+* With barebox:
+ Run ``./configs/platform-v7a/run barebox`` to boot the current image with barebox.
+* Without barebox:
+ Run ``./configs/platform-v7a/run`` to directly start the kernel without barebox.
+