From dff899d2e19e676a249780a061a059778d096809 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@robotics.uk.to> Date: Tue, 1 Jan 2019 18:38:38 +0000 Subject: [PATCH] Use the same filename as the official beaglebone image --- src/freedombone-image-hardware-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-image-hardware-setup b/src/freedombone-image-hardware-setup index 9220500d8..da1d7551a 100755 --- a/src/freedombone-image-hardware-setup +++ b/src/freedombone-image-hardware-setup @@ -72,7 +72,7 @@ beaglebone_flasher() { fi chmod +x "$EMMC_DIR/functions.sh" - cat >> "$EMMC_DIR/flasher.sh" <<EOF + cat >> "$EMMC_DIR/init-eMMC-flasher-v3.sh" <<EOF #!/bin/bash -e source $EMMC_DIR/functions.sh mkfs_options="" @@ -87,7 +87,7 @@ activate_cylon_leds prepare_drive EOF - chmod +x "$EMMC_DIR/flasher.sh" + chmod +x "$EMMC_DIR/init-eMMC-flasher-v3.sh" } beaglebone_setup_boot() { -- GitLab