From ffceebd881569f339a80bb4d282672cde0cd715a Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sat, 9 Mar 2019 02:04:24 +0100 Subject: libre: uboot4extlinux-am335x: fix typo Booting was tested on a beaglebone green both with a microSD and the internal eMMC. Signed-off-by: Denis 'GNUtoo' Carikli --- libre/uboot4extlinux-am335x/PKGBUILD | 2 +- libre/uboot4extlinux-am335x/uboot4extlinux-am335x.install | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'libre') diff --git a/libre/uboot4extlinux-am335x/PKGBUILD b/libre/uboot4extlinux-am335x/PKGBUILD index 6db114815..7d905d7e3 100644 --- a/libre/uboot4extlinux-am335x/PKGBUILD +++ b/libre/uboot4extlinux-am335x/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=uboot4extlinux-am335x pkgname=('uboot4extlinux-am335x_bone') pkgver=2019.01 -pkgrel=3 +pkgrel=4 arch=('armv7h') url="http://git.denx.de/u-boot.git/" license=('GPL') diff --git a/libre/uboot4extlinux-am335x/uboot4extlinux-am335x.install b/libre/uboot4extlinux-am335x/uboot4extlinux-am335x.install index d4f12e789..f33e8c1e3 100644 --- a/libre/uboot4extlinux-am335x/uboot4extlinux-am335x.install +++ b/libre/uboot4extlinux-am335x/uboot4extlinux-am335x.install @@ -16,7 +16,6 @@ flash_uboot() { read -r shouldwe if [[ $shouldwe =~ ^([yY][eE][sS]|[yY])$ ]]; then dd if=/boot/u-boot/images/MLO of=$root bs=128k seek=1 count=1 conv=notrunc - dd if=/boot/u-boot/images/u-boot.img of=$root bs=384k seek=1 count=2 conv=notrunc dd if=/boot/u-boot/images/u-boot.img of=$root bs=128k seek=2 count=6 conv=notrunc else echo "You can do this later by running:" -- cgit v1.2.2