Build: https://android-build.linaro.org/builds/~linaro-android/panda-jb-gcc47-tilt-stable-blob-12.08-release/#build=1

Install instructions:

= Get artifacts =

  $ wget http://releases.linaro.org/12.08/android/images/panda-jb-gcc47-tilt-stable-blob/boot.tar.bz2
  $ wget http://releases.linaro.org/12.08/android/images/panda-jb-gcc47-tilt-stable-blob/system.tar.bz2
  $ wget http://releases.linaro.org/12.08/android/images/panda-jb-gcc47-tilt-stable-blob/userdata.tar.bz2

= Get linaro image tools =

  Run these commands to get all the dependencies for linaro-image-tools

  $ sudo add-apt-repository ppa:linaro-maintainers/tools
  $ sudo apt-get update
  $ sudo apt-get install linaro-image-tools

= Create media (SD card) =

  Disable automount (instructions provided for Gnome)
  
  $ TMP1=$(dconf read /org/gnome/desktop/media-handling/automount)
  $ TMP2=$(dconf read /org/gnome/desktop/media-handling/automount-open)
  $ dconf write /org/gnome/desktop/media-handling/automount false
  $ dconf write /org/gnome/desktop/media-handling/automount-open false

  Insert an SD card

  Run 'dmesg'

  $ dmesg

  Look for a line that looks like the following at the end of the log

  [288582.790722]  sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 >

  WARNING: In the next step, make sure you use /dev/"whatever you see above".
           You can erase your hard drive with the wrong parameter.

  Run linaro image tools

  $ linaro-android-media-create --mmc /dev/sdc --dev panda --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2

  Install graphics libraries

  $ wget http://releases.linaro.org/12.08/android/images/panda-jb-gcc47-tilt-stable-blob/install-binaries.sh
  $ chmod a+x install-binaries.sh
  $ ./install-binaries.sh

  Restore automount

  $ dconf write /org/gnome/desktop/media-handling/automount $TMP1
  $ dconf write /org/gnome/desktop/media-handling/automount-open $TMP2

  Remove the SD card from the device writer and plug it into the board.

= Check console output =

  Plug in an USB-to-serial converter and run minicom

  $ minicom -D /dev/ttyUSB0 -w -C minicom.txt

= Links =

For more information on how to use this builds please see the Linaro wiki at:
    http://wiki.linaro.org/Platform/Android/ImageInstallation

NameLast modifiedSizeLicense

Parent Directory Parent Directory
other MANIFEST 12-Jan-2018 02:54 390 open
other MD5SUMS 12-Jan-2018 02:54 147 open
other README 12-Jan-2018 02:54 2.2K open
application/x-tar boot.tar.bz2 12-Jan-2018 02:54 5.0M open
application/x-sh install-binaries.sh 12-Jan-2018 02:54 2.2K open
other kernel_config 12-Jan-2018 02:54 74.5K open
other lava-job-info 12-Jan-2018 02:54 74 open
application/x-sh linaro_android_build_cmds.sh 12-Jan-2018 02:54 2.4K open
application/x-sh linaro_kernel_build_cmds.sh 12-Jan-2018 02:54 1.7K open
other pandaboard.img.bz2 26-Feb-2018 14:50 170.2M open
text pinned-manifest.xml 12-Jan-2018 02:54 62.0K open
text source-manifest.xml 12-Jan-2018 02:54 62.0K open
application/x-tar system.tar.bz2 26-Feb-2018 14:50 163.2M open
application/x-tar userdata.tar.bz2 12-Jan-2018 02:55 667.5K open