diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-03-09 02:04:24 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-03-09 02:56:22 +0100 |
commit | ffceebd881569f339a80bb4d282672cde0cd715a (patch) | |
tree | b7d94e1011c96f2e78273e8d85eb7ce349f33019 /libre | |
parent | 2aa6c54b8369d6c28f7fe0bb3b496dbbbe78f8e0 (diff) | |
download | abslibre-ffceebd881569f339a80bb4d282672cde0cd715a.tar.gz abslibre-ffceebd881569f339a80bb4d282672cde0cd715a.tar.bz2 abslibre-ffceebd881569f339a80bb4d282672cde0cd715a.zip |
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')
-rw-r--r-- | libre/uboot4extlinux-am335x/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/uboot4extlinux-am335x/uboot4extlinux-am335x.install | 1 |
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:" |