summaryrefslogtreecommitdiffstats
path: root/doc/hardware.rst
diff options
context:
space:
mode:
authorRoland Hieber <rohieb@rohieb.name>2017-07-13 21:28:39 +0200
committerRoland Hieber <rohieb@rohieb.name>2017-07-13 21:28:39 +0200
commit37563ae7ff7efca84e084ed9ec53344726d46416 (patch)
treee5cd5e363d6cbc4f0394d23c2433dd4960430be0 /doc/hardware.rst
parent94ef6127b83a1fb5584129a427b71026c18df84a (diff)
downloadDistroKit-37563ae7ff7efca84e084ed9ec53344726d46416.tar.gz
DistroKit-37563ae7ff7efca84e084ed9ec53344726d46416.tar.xz
doc: add documentation for platform-rpi
Signed-off-by: Roland Hieber <rohieb@rohieb.name>
Diffstat (limited to 'doc/hardware.rst')
-rw-r--r--doc/hardware.rst36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/hardware.rst b/doc/hardware.rst
index 99ddd3b..cc3c781 100644
--- a/doc/hardware.rst
+++ b/doc/hardware.rst
@@ -46,3 +46,39 @@ Hardware for the v7a Platform
hardware_v7a_raspi2
hardware_v7a_raspi3
hardware_v7a_udoo_neo
+
+
+rpi Platform
+------------
+
+The rpi platform has support for the Raspberry Pi 1, which is based on
+the Broadcom BCM2835 SoC (ARMv6). Select the platform with
+
+::
+
+ $ ptxdist platform configs/platform-rpi/platformconfig
+ info: selected platformconfig:
+ 'configs/platform-rpi/platformconfig'
+
+You'll need the arm-1136jfs-linux-gnueabihf toolchain installed on your
+system. If installed through the Pengutronix Debian or tarball
+packages, ptxdist will pick it up automatically in this step.
+
+::
+
+ $ ptxdist toolchain
+ found and using toolchain:
+ '/opt/OSELAS.Toolchain-2014.12.2/arm-1136jfs-linux-gnueabihf/gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized/bin/'
+
+Now everything is prepared to build the platform with
+
+::
+
+ $ ptxdist images
+
+Hardware for the rpi Platform
+-----------------------------
+
+.. toctree::
+
+ hardware_rpi_raspi1