From 37563ae7ff7efca84e084ed9ec53344726d46416 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Thu, 13 Jul 2017 21:28:39 +0200 Subject: doc: add documentation for platform-rpi Signed-off-by: Roland Hieber --- doc/hardware.rst | 36 ++++++++++++++++++++++++++++++++++++ doc/hardware_rpi_raspi1.rst | 16 ++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 doc/hardware_rpi_raspi1.rst (limited to 'doc') 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 diff --git a/doc/hardware_rpi_raspi1.rst b/doc/hardware_rpi_raspi1.rst new file mode 100644 index 0000000..7e5d8af --- /dev/null +++ b/doc/hardware_rpi_raspi1.rst @@ -0,0 +1,16 @@ +Raspberry Pi 1 +============== + +Boot Media +---------- +Use the image ``platform-rpi/images/hd.img`` and write it onto your SD Card. + +Serial Console +-------------- +The serial boot console is available at J8 (the GPIO header) with 115200 +baud, 8N1 on the following pins: + +* J8.6: GND +* J8.8: Tx +* J8.10: Rx + -- cgit v1.2.3