From 7147a1d1e5613124016ca3a924b1b6e61570acb6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 Jan 2014 17:03:40 +0100 Subject: [PATCH] cubieboard2-uboot: reenable console=tty0 to see some output on hdmi. --- srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd | 2 +- srcpkgs/cubieboard2-uboot/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd b/srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd index ec2135193e..55375a66c3 100644 --- a/srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd +++ b/srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd @@ -1,5 +1,5 @@ setenv machid 0x10bb -setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait panic=10 ${extra} +setenv bootargs console=ttyS0,115200 console=tty0 root=/dev/mmcblk0p2 rw rootwait panic=10 ${extra} fatload mmc 0 0x43000000 script.bin || ext2load mmc 0 0x43000000 boot/script.bin fatload mmc 0 0x48000000 uImage || ext2load mmc 0 0x48000000 uImage boot/uImage bootm 0x48000000 diff --git a/srcpkgs/cubieboard2-uboot/template b/srcpkgs/cubieboard2-uboot/template index bf18ed3034..81c5f3016a 100644 --- a/srcpkgs/cubieboard2-uboot/template +++ b/srcpkgs/cubieboard2-uboot/template @@ -1,7 +1,7 @@ # Template file for 'cubieboard2-uboot' pkgname=cubieboard2-uboot version=v2013.10 -revision=6 +revision=7 wrksrc="u-boot-sunxi-${version/v/}-sunxi" hostmakedepends="sunxi-tools uboot-mkimage" short_desc="Cubieboard2 U-Boot files for SD booting"