From 7ccae603d093a24ee325b3262522d5aa661210fb Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 30 Sep 2015 20:27:25 -0300 Subject: uboot-beaglebone-linux-libre-2015.04-1.1: fix path in uboot-beaglebone-linux-libre.install --- .../uboot-beaglebone-linux-libre.install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libre/uboot-beaglebone-linux-libre/uboot-beaglebone-linux-libre.install') diff --git a/libre/uboot-beaglebone-linux-libre/uboot-beaglebone-linux-libre.install b/libre/uboot-beaglebone-linux-libre/uboot-beaglebone-linux-libre.install index 24ccc1acb..f9ebe141e 100644 --- a/libre/uboot-beaglebone-linux-libre/uboot-beaglebone-linux-libre.install +++ b/libre/uboot-beaglebone-linux-libre/uboot-beaglebone-linux-libre.install @@ -1,6 +1,6 @@ flash_instructions() { - echo "# dd if=/boot/MLO of=/dev/mmcblk0 count=1 seek=1 conv=notrunc bs=128k" - echo "# dd if=/boot/u-boot.img of=/dev/mmcblk0 count=2 seek=1 conv=notrunc bs=384k" + echo "# dd if=/boot/uboot-beaglebone-linux-libre/MLO of=/dev/mmcblk0 count=1 seek=1 conv=notrunc bs=128k" + echo "# dd if=/boot/uboot-beaglebone-linux-libre/u-boot.img of=/dev/mmcblk0 count=2 seek=1 conv=notrunc bs=384k" } flash_uboot() { @@ -11,8 +11,8 @@ flash_uboot() { echo "Do this now? [y|N]" read -r shouldwe if [[ $shouldwe =~ ^([yY][eE][sS]|[yY])$ ]]; then - dd if=/boot/MLO of=$root count=1 seek=1 conv=notrunc bs=128k - dd if=/boot/u-boot.img of=$root count=2 seek=1 conv=notrunc bs=384k + dd if=/boot/uboot-beaglebone-linux-libre/MLO of=$root count=1 seek=1 conv=notrunc bs=128k + dd if=/boot/uboot-beaglebone-linux-libre/u-boot.img of=$root count=2 seek=1 conv=notrunc bs=384k else echo "You can do this later by running:" flash_instructions -- cgit v1.2.3