diff options
| author | Jonathan Herman <hermanjl@ringo.cs.unc.edu> | 2013-01-17 16:15:24 -0500 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@ringo.cs.unc.edu> | 2013-01-17 16:15:24 -0500 |
| commit | fc71c5f09bc8bd60e2e8e09bdb57b3143bc9d22f (patch) | |
| tree | eb3704ddc91060892ba815db4c139c5fe1495bc4 /odroid-install-kernel.sh | |
| parent | af4fe0000741e08e12f0d6139dcb4c2affc7a714 (diff) | |
Added Tegra kernel install scripts.
Diffstat (limited to 'odroid-install-kernel.sh')
| -rwxr-xr-x | odroid-install-kernel.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/odroid-install-kernel.sh b/odroid-install-kernel.sh index 060152f..89911ce 100755 --- a/odroid-install-kernel.sh +++ b/odroid-install-kernel.sh | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | if [ $# -ne 2 ] ; then | ||
| 4 | error "Usage: `basename $0` <REMOTE-KDIR> <BOOT-SCRIPT>" | ||
| 5 | fi | ||
| 6 | |||
| 3 | . $(dirname $0)/arm-installer-common.sh | 7 | . $(dirname $0)/arm-installer-common.sh |
| 4 | 8 | ||
| 5 | # This is machine specific, AFAIK. | 9 | # This is machine specific, AFAIK. |
| @@ -20,7 +24,7 @@ CONFIG_FILE="config-$KVERSION" | |||
| 20 | 24 | ||
| 21 | fetchfiles | 25 | fetchfiles |
| 22 | 26 | ||
| 23 | mkuboot | 27 | mkuboot > /dev/null |
| 24 | 28 | ||
| 25 | mkscript | 29 | mkscript |
| 26 | 30 | ||
