summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergii Pylypenko <x.pelya.x@gmail.com>2013-02-06 18:29:04 +0200
committerSergii Pylypenko <x.pelya.x@gmail.com>2013-02-06 18:29:04 +0200
commit99a0eb6f181dbfcca5e8dcdb50dbd66eb2f935d5 (patch)
treeed3b4922df43e3c73479fd5ea62f7ae7a11f7f16
parent1fbfc944390054c65bd5b1940f0b8e8926309e1e (diff)
downloadpandaboard-99a0eb6f181dbfcca5e8dcdb50dbd66eb2f935d5.tar.gz
Pandaboard: Google moved binary gfx drivers to different URL
For updated download links, visit: https://developers.google.com/android/nexus/drivers#panda Also they've added driver for newer kernel, tagged 20120807-c4e99e89 Change-Id: Icc671d43c837ae11e9fffb8d24ef5f9aa9f06549 Signed-off-by: Sergii Pylypenko <x.pelya.x@gmail.com>
-rwxr-xr-xinstall-binaries-4.0.3.sh2
-rwxr-xr-xinstall-binaries-4.0.4.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/install-binaries-4.0.3.sh b/install-binaries-4.0.3.sh
index 4d03e7f..e7bc8f8 100755
--- a/install-binaries-4.0.3.sh
+++ b/install-binaries-4.0.3.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-DL_URL='https://dl.google.com/dl/android/aosp/imgtec-panda-iml74k-cfb7bdad.tgz'
+DL_URL='https://dl.google.com/dl/android/aosp/imgtec-panda-20111216-cfb7bdad.tgz'
err_handle() {
echo "Error, please try again"
diff --git a/install-binaries-4.0.4.sh b/install-binaries-4.0.4.sh
index d693700..6d340ee 100755
--- a/install-binaries-4.0.4.sh
+++ b/install-binaries-4.0.4.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-DL_URL='https://dl.google.com/dl/android/aosp/imgtec-panda-imm76i-67545da7.tgz'
+DL_URL='https://dl.google.com/dl/android/aosp/imgtec-panda-20120430-67545da7.tgz'
if [ -e "$(realpath $(dirname $0))/`basename $DL_URL`" ]; then
DL_URL="$(realpath $(dirname $0))/`basename $DL_URL`"
fi