From f650caf358e0f07b95a136d5d55504fa38e8c10b Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@robotics.uk.to> Date: Thu, 10 Jan 2019 21:02:53 +0000 Subject: [PATCH] Boot script name --- src/freedombone-utils-flasher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-utils-flasher b/src/freedombone-utils-flasher index 05c55ffbf..82343574e 100755 --- a/src/freedombone-utils-flasher +++ b/src/freedombone-utils-flasher @@ -89,7 +89,7 @@ prepare_drive EOF chmod +x "$rootdir$EMMC_DIR/init-eMMC-flasher-v3.sh" - #echo "cmdline=init=$EMMC_DIR/init-eMMC-flasher-v3.sh" > "$rootdir/boot/boot.cmd.flasher" + #echo "cmdline=init=$EMMC_DIR/init-eMMC-flasher-v3.sh" > "$rootdir/boot/uEnv.txt.flasher" { echo '#!/bin/bash'; echo "cd $EMMC_DIR || exit 0"; -- GitLab