From 8516118c152f0f20279e92f4b96c173a4306902e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 12 Jun 2016 14:26:40 +0200 Subject: solidrun-imx6: SPL is bigger --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install.sh') 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 -- cgit v1.2.3