From d2e92a09c68d76df26b4c675409d6bf1a9e56332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gon=C3=A7alves?= Date: Fri, 31 Aug 2018 17:48:44 +0100 Subject: [PATCH] rules/rpi-boot-firmware/default: update rule for linux kernel 4.14.67 (rpi 3b+). --- rules/rpi-boot-firmware/default.bash | 4 ++-- rules/rpi-boot-firmware/fs/boot/cmdline.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/rpi-boot-firmware/default.bash b/rules/rpi-boot-firmware/default.bash index 9c56b80..00a045b 100644 --- a/rules/rpi-boot-firmware/default.bash +++ b/rules/rpi-boot-firmware/default.bash @@ -1,6 +1,6 @@ version=\ ( - '2017-02-02' + '2018-08-17' ) url=\ @@ -16,7 +16,7 @@ maintainer=\ md5=\ ( - 'eb42664fce4d73f167064e697dfacb76' + '2b06b9704616ee2a66829281bd480ff3' ) target_install() diff --git a/rules/rpi-boot-firmware/fs/boot/cmdline.txt b/rules/rpi-boot-firmware/fs/boot/cmdline.txt index ce7baf9..12510d9 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=tty1 root=/dev/mmcblk0p2 elevator=deadline rootwait quiet +dwc_otg.lpm_enable=0 console=ttyAMA0,115200,8n1 root=/dev/mmcblk0p2 elevator=deadline rootwait quiet