summaryrefslogtreecommitdiff
path: root/libre/uboot4extlinux-am335x
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-03-09 02:04:24 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-03-09 02:56:22 +0100
commitffceebd881569f339a80bb4d282672cde0cd715a (patch)
treeb7d94e1011c96f2e78273e8d85eb7ce349f33019 /libre/uboot4extlinux-am335x
parent2aa6c54b8369d6c28f7fe0bb3b496dbbbe78f8e0 (diff)
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 <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/uboot4extlinux-am335x')
-rw-r--r--libre/uboot4extlinux-am335x/PKGBUILD2
-rw-r--r--libre/uboot4extlinux-am335x/uboot4extlinux-am335x.install1
2 files changed, 1 insertions, 2 deletions
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:"