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

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.03/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.03/android/images/vexpress-ics-gcc46-armlt-stable-open/boot.tar.bz2 http://releases.linaro.org/12.03/android/images/vexpress-ics-gcc46-armlt-stable-open/system.tar.bz2 http://releases.linaro.org/12.03/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.03/components/platform/linaro-image-tools/linaro-image-tools-2012.03.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 --system system.tar.bz2 --boot boot.tar.bz2 --userdata userdata.tar.bz2

Detailed Instructions

For more information on how to use this build please see the page at:

        http://www.linaro.org/members/arm/ve_12.03

NameLast modifiedSizeLicense

Parent Directory Parent Directory
other MANIFEST 12-Jan-2018 00:51 244 open
other MD5SUMS 12-Jan-2018 00:51 147 open
other README 12-Jan-2018 00:51 1.8K open
application/x-tar boot.tar.bz2 12-Jan-2018 00:51 4.1M open
other kernel_config 12-Jan-2018 00:51 46.5K open
application/x-sh linaro_android_build_cmds.sh 12-Jan-2018 00:51 2.5K open
text pinned-manifest.xml 12-Jan-2018 00:51 31.0K open
text source-manifest.xml 12-Jan-2018 00:51 31.0K open
application/x-tar system.tar.bz2 26-Feb-2018 14:04 125.8M open
application/x-tar userdata.tar.bz2 12-Jan-2018 00:51 157.9K open
other vexpress-ics-gcc46-armlt-stable-open.img.gz 26-Feb-2018 14:04 136.0M open