summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 3779b17a8..303fbef3d 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -510,7 +510,7 @@ case $target {
;;
(solidrun-imx6)
dd if="$fwdir/SPL" of="$tgt" bs=1024 seek=1 > /dev/null 2>&1
- dd if="$fwdir/u-boot.img" of="$tgt" bs=1024 seek=42 > /dev/null 2>&1
+ dd if="$fwdir/u-boot.img" of="$tgt" bs=1024 seek=69 > /dev/null 2>&1
;;
(raspberry-pi|raspberry-pi2|raspberry-pi3)
(( noformat )) || create_fs "$bootpart" ADKBOOT vfat