alarm/uboot-dragonboard to 2017.03-2

This commit is contained in:
Kevin Mihelich 2017-04-02 00:13:04 +00:00
parent 842d2c2443
commit 8370030366
2 changed files with 8 additions and 7 deletions

View file

@ -6,7 +6,7 @@ buildarch=8
pkgname=uboot-dragonboard
pkgver=2017.03
firmver=1.4.0
pkgrel=1
pkgrel=2
pkgdesc="U-Boot for Dragonboard 410c"
arch=('aarch64')
url='http://www.denx.de/wiki/U-Boot/WebHome'
@ -30,7 +30,7 @@ md5sums=('52fed6ce16e0c4a50e2cd4defdf9097a'
'2b5efb7db1444d7f10f19819383db6d1'
'2bea1d7a70a5f3043b549d860499866c'
'021623a04afd29ac3f368977140cfbfd'
'49cdd0178190d4506b8e4ba1613afc2d')
'c38dbecb437f8309a29bc04a2296284f')
prepare() {
sh firmware-410c-${firmver}.bin --auto-accept
@ -62,5 +62,5 @@ package() {
cp u-boot.img ${pkgdir}/boot
tools/mkimage -A arm -O linux -T script -C none -n "U-Boot boot script" -d ../boot.txt "${pkgdir}"/boot/boot.scr
cp ../{boot.txt,mkscr} "${pkgdir}"/boot
cp ../{boot.txt,mkscr,flashall} "${pkgdir}"/boot
}

View file

@ -1,14 +1,15 @@
#!/bin/sh
fastboot erase boot
fastboot erase rootfs
fastboot erase devinfo
fastboot flash partition gpt_both0.bin
fastboot flash hyp hyp.mbn
fastboot flash modem NON-HLOS.bin
fastboot flash rpm rpm.mbn
fastboot flash sbl1 sbl1.mbn
fastboot flash tz tz-psci.mbn
fastboot erase boot
fastboot erase rootfs
fastboot erase devinfo
fastboot flash aboot emmc_appsboot.mbn
fastboot flash boot u-boot.img