From 647880087e3ba3abb2b5efda3c42199d2f128222 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 3 Mar 2019 20:02:55 +0100 Subject: libre: uboot4extlinux-sunxi: fix images path All packages built fine. This was also tested on a Lime2-EMMC: - Booting worked fine with a extliux.conf tailored for the configuration of the device being tested. - An external display was connected to it and it worked in u-boot, during boot and showed a console at the end. Signed-off-by: Denis 'GNUtoo' Carikli --- libre/uboot4extlinux-sunxi/uboot4extlinux-sunxi.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libre/uboot4extlinux-sunxi/uboot4extlinux-sunxi.install') diff --git a/libre/uboot4extlinux-sunxi/uboot4extlinux-sunxi.install b/libre/uboot4extlinux-sunxi/uboot4extlinux-sunxi.install index 4419c21af..46f8304cd 100644 --- a/libre/uboot4extlinux-sunxi/uboot4extlinux-sunxi.install +++ b/libre/uboot4extlinux-sunxi/uboot4extlinux-sunxi.install @@ -1,5 +1,5 @@ flash_instructions() { - echo "# dd if=/boot/u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1024 seek=8" + echo "# dd if=/boot/u-boot/images/u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1024 seek=8" } extlinux_warning() { @@ -14,7 +14,7 @@ flash_uboot() { echo "Do you want to do this now? [y|N]" read -r shouldwe if [[ $shouldwe =~ ^([yY][eE][sS]|[yY])$ ]]; then - dd if=/boot/u-boot-sunxi-with-spl.bin of=$root bs=1024 seek=8 + dd if=/boot/u-boot/images/u-boot-sunxi-with-spl.bin of=$root bs=1024 seek=8 else echo "You can do this later by running:" flash_instructions -- cgit v1.2.3