From babf1190b3ef0dac15a99c862c814e916d32d819 Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Mon, 18 Apr 2016 23:41:30 +0200 Subject: [PATCH] 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 Cc: Arnout Vandecappelle Cc: Thomas Petazzoni Signed-off-by: Luca Ceresoli Acked-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- board/raspberrypi/readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt index b21a75a6ee..896be2d8a4 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. -- 2.30.2