Build: https://android-build.linaro.org/builds/~linaro-android/vexpress-ics-gcc46-armlt-stable-open-12.02-release/#build=3

Install instructions

There are two methods to install linaro builds:

Using pre-built image

 # Insert SD card and note the assigned '/dev/sdX' or '/dev/mmcblk0'
  $ dmesg

  $ SDCARD=/dev/sdX # sdcard found from dmesg above
  $ URL=http://releases.linaro.org/12.02/android/images/vexpress-ics-gcc46-armlt-stable-open/vexpress-ics-gcc46-armlt-stable-open.img.gz
  $ curl $URL | gunzip -c | sudo dd bs=64k of=$SDCARD
Note: Windows users may use the Image Writer for Windows

Building a Custom Image

 # Get artifacts
  $ wget http://releases.linaro.org/12.02/android/images/vexpress-ics-gcc46-armlt-stable-open/boot.tar.bz2 http://releases.linaro.org/12.02/android/images/vexpress-ics-gcc46-armlt-stable-open/system.tar.bz2 http://releases.linaro.org/12.02/android/images/vexpress-ics-gcc46-armlt-stable-open/userdata.tar.bz2

  # Get linaro image tools
  # method 1: using binary package for Ubuntu (PPA)
  $ sudo add-apt-repository ppa:linaro-maintainers/tools
  $ sudo apt-get update
  $ sudo apt-get install linaro-image-tools
  # method 2: using source code
  $ wget http://releases.linaro.org/12.02/components/platform/linaro-image-tools/linaro-image-tools-2012.02.tar.gz

  # Insert SD card and note the assigned '/dev/sdX' or '/dev/mmcblk0'
  $ dmesg

  # Create media
  $ sudo linaro-android-media-create --mmc /dev/sdX --dev vexpress-a9 --system system.tar.bz2 --boot boot.tar.bz2 --userdata userdata.tar.bz2

Links

For more information on how to use this builds please see the Linaro wiki at:

        http://wiki.linaro.org/Platform/Android/ImageInstallation#Versatile_Express

NameLast modifiedSizeLicense

Parent Directory Parent Directory
other MANIFEST 12-Jan-2018 00:19 215 open
other MD5SUMS 12-Jan-2018 00:19 147 open
other README 12-Jan-2018 00:19 1.8K open
application/x-tar boot.tar.bz2 12-Jan-2018 00:19 3.9M open
other kernel_config 12-Jan-2018 00:19 45.5K open
text pinned-manifest.xml 12-Jan-2018 00:19 30.6K open
text source-manifest.xml 12-Jan-2018 00:19 30.6K open
application/x-tar system.tar.bz2 26-Feb-2018 13:51 121.4M open
application/x-tar userdata.tar.bz2 12-Jan-2018 00:19 114.7K open
other vexpress-ics-gcc46-armlt-stable-open.img.gz 26-Feb-2018 13:51 131.3M open