From bb0a00c1ee2345b62533bddf1528771b22b00f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gon=C3=A7alves?= Date: Thu, 30 Mar 2017 12:56:21 +0100 Subject: [PATCH] rpi-boot-firmware/fs/boot/cmdline: change console dev. --- rules/rpi-boot-firmware/fs/boot/cmdline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/rpi-boot-firmware/fs/boot/cmdline.txt b/rules/rpi-boot-firmware/fs/boot/cmdline.txt index 12510d9..ce7baf9 100644 --- a/rules/rpi-boot-firmware/fs/boot/cmdline.txt +++ b/rules/rpi-boot-firmware/fs/boot/cmdline.txt @@ -1 +1 @@ -dwc_otg.lpm_enable=0 console=ttyAMA0,115200,8n1 root=/dev/mmcblk0p2 elevator=deadline rootwait quiet +dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 elevator=deadline rootwait quiet