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