diff --git a/alarm/uboot-raspberrypi/PKGBUILD b/alarm/uboot-raspberrypi/PKGBUILD index 544fbea60..c29f609c8 100644 --- a/alarm/uboot-raspberrypi/PKGBUILD +++ b/alarm/uboot-raspberrypi/PKGBUILD @@ -4,7 +4,7 @@ buildarch=12 pkgname=uboot-raspberrypi -pkgver=2017.07 +pkgver=2017.09 pkgrel=1 pkgdesc="U-Boot for Raspberry Pi" arch=('armv7h' 'aarch64') @@ -18,10 +18,10 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2" 'boot.txt.v2' 'boot.txt.v3' 'mkscr') -md5sums=('b74741e7a9ad1cf9a5bfa87302b80f2b' +md5sums=('9f7eb7db4530996a28e86f38f3b3e66f' 'f8ae1ac4c0bd70712a7cb36967ad35fb' '69e883f0b8d1686b32bdf79684623f06' - 'f59affa04863de0ffe3211ee6f17248d' + 'be8abe44b86d63428d7ac3acc64ee3bf' '021623a04afd29ac3f368977140cfbfd') prepare() { diff --git a/alarm/uboot-raspberrypi/boot.txt.v3 b/alarm/uboot-raspberrypi/boot.txt.v3 index 762b31cce..33c32cfa9 100644 --- a/alarm/uboot-raspberrypi/boot.txt.v3 +++ b/alarm/uboot-raspberrypi/boot.txt.v3 @@ -3,7 +3,7 @@ # Set root partition to the second partition of boot device part uuid ${devtype} ${devnum}:2 uuid -setenv bootargs console=ttyS0,115200 console=tty0 root=PARTUUID=${uuid} rw rootwait smsc95xx.macaddr="${usbethaddr}" +setenv bootargs console=ttyS1,115200 console=tty0 root=PARTUUID=${uuid} rw rootwait smsc95xx.macaddr="${usbethaddr}" if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /Image; then if load ${devtype} ${devnum}:${bootpart} ${fdt_addr_r} /dtbs/${fdtfile}; then