summaryrefslogtreecommitdiff
path: root/board/raspberrypi
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2016-04-18 23:41:30 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-19 00:12:23 +0200
commitbabf1190b3ef0dac15a99c862c814e916d32d819 (patch)
tree6a757fa60d201884ea623a4e1dff1d76295cd7de /board/raspberrypi
parent3bd5025038a9ecfb2c19a2450a68ae3b0888b440 (diff)
raspberrypi, raspberrypi2: document the two consoles (UART+HDMI)
The defconfigs for the Raspberry Pi boards start a console on HDMI in addition to the classic one on UART. Document this feature in the readme. Cc: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/raspberrypi')
-rw-r--r--board/raspberrypi/readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt
index b21a75a6e..896be2d8a 100644
--- a/board/raspberrypi/readme.txt
+++ b/board/raspberrypi/readme.txt
@@ -74,4 +74,6 @@ Copy the bootable "sdcard.img" onto an SD card with "dd":
$ sudo dd if=output/images/sdcard.img of=/dev/sdX
Insert the SDcard into your Raspberry Pi, and power it up. Your new system
-should come up now.
+should come up now and start two consoles: one on the serial port on
+the P1 header, one on the HDMI output where you can login using a USB
+keyboard.