summaryrefslogtreecommitdiff
path: root/libre/uboot4extlinux-am335x/uboot4extlinux-am335x.install
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/uboot4extlinux-am335x.install
parent2aa6c54b8369d6c28f7fe0bb3b496dbbbe78f8e0 (diff)
downloadabslibre-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/uboot4extlinux-am335x/uboot4extlinux-am335x.install')
-rw-r--r--libre/uboot4extlinux-am335x/uboot4extlinux-am335x.install1
1 files changed, 0 insertions, 1 deletions
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:"