summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-23 23:08:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-23 23:08:41 +0200
commite9184df1d809128649d59a937de4b251500c0c7f (patch)
tree699d84a3e1b2c6ae7cd239e41f9673ad5772ff53 /scripts
parent200e9dc108bcffc936c839e96153641cf6e4c22a (diff)
combine cubox-i and hummingboard support, same linux patches are required
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install-solidrun.sh (renamed from scripts/install-cubox.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-cubox.sh b/scripts/install-solidrun.sh
index 205ea71a0..262532815 100755
--- a/scripts/install-cubox.sh
+++ b/scripts/install-solidrun.sh
@@ -84,7 +84,7 @@ maxsize=$(($maxsize-1))
rootsize=$(($maxsize-32768))
rootsizeend=$(($rootsize+1))
-echo "Install bootloader for cubox-i"
+echo "Install bootloader for cubox-i/hummingboard"
parted -s $1 mklabel msdos >/dev/null 2>&1
dd if=${3}/SPL of=${1} bs=1K seek=1 >/dev/null 2>&1
dd if=${3}/u-boot.img of=${1} bs=1K seek=42 >/dev/null 2>&1