Skip to content

Commit

Permalink
fix a reboot after FS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaibio qPCR committed Mar 9, 2018
1 parent ba0ea80 commit 06d65a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devops/factory_settings_sdcard/autorun_core.sh
Expand Up @@ -343,7 +343,7 @@ update_uenv () {
fi

echo resetting to boot switch dependant uEnv
cp /sdcard/p1/uEnv.txt $emmc_boot_files || true
# cp /sdcard/p1/uEnv.txt $emmc_boot_files || true
cp /mnt/uEnv.72check.txt /mnt/uEnv.txt || true
cp /sdcard/p1/uEnv.72check.txt /sdcard/p1/uEnv.txt || true
cp $emmc_boot_files/uEnv.72check.txt $emmc_boot_files/uEnv.txt || true
Expand Down
Expand Up @@ -282,7 +282,7 @@ update_uenv () {
fi

echo resetting to boot switch dependant uEnv
cp /sdcard/p1/uEnv.txt $emmc_boot_files || true
# cp /sdcard/p1/uEnv.txt $emmc_boot_files || true
cp /mnt/uEnv.72check.txt /mnt/uEnv.txt || true
cp /sdcard/p1/uEnv.72check.txt /sdcard/p1/uEnv.txt || true
cp $emmc_boot_files/uEnv.72check.txt $emmc_boot_files/uEnv.txt || true
Expand Down

0 comments on commit 06d65a4

Please sign in to comment.