diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-08-24 00:06:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-08-24 00:06:13 +0200 |
commit | 46c9837cf02a569fffe322dd6b6a007d8724cda7 (patch) | |
tree | d510857996d7937116510f4bdcb8c58d8236c7fb /scripts | |
parent | 43dcf04a0a52886ab0e10e11efef9e08a59cbcbe (diff) | |
parent | e9184df1d809128649d59a937de4b251500c0c7f (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/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 |