Build: https://android-build.linaro.org/builds/~linaro-android/vexpress-rtsm-ics-gcc47-armlt-stable-open-12.06-release/#build=6

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.06/android/images/vexpress-rtsm-ics-gcc47-armlt-stable-open/vexpress-rtsm-ics-gcc47-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.06/android/images/vexpress-rtsm-ics-gcc47-armlt-stable-open/boot.tar.bz2 http://releases.linaro.org/12.06/android/images/vexpress-rtsm-ics-gcc47-armlt-stable-open/system.tar.bz2 http://releases.linaro.org/12.06/android/images/vexpress-rtsm-ics-gcc47-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.06/components/platform/linaro-image-tools/linaro-image-tools-2012.06.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.06

NameLast modifiedSizeLicense

Parent Directory Parent Directory
other MANIFEST 12-Jan-2018 02:04 346 open
other MD5SUMS 12-Jan-2018 02:04 147 open
other README 12-Jan-2018 02:04 1.8K open
application/x-tar boot.tar.bz2 26-Feb-2018 14:32 15.2M open
other kernel_config 12-Jan-2018 02:04 46.4K open
application/x-sh linaro_android_build_cmds.sh 12-Jan-2018 02:04 2.5K open
application/x-sh linaro_kernel_build_cmds.sh 12-Jan-2018 02:04 1.7K open
text pinned-manifest.xml 12-Jan-2018 02:04 32.1K open
text source-manifest.xml 12-Jan-2018 02:04 32.1K open
application/x-tar system.tar.bz2 26-Feb-2018 14:32 133.0M open
application/x-tar userdata.tar.bz2 12-Jan-2018 02:04 156.6K open
other vexpress-rtsm-ics-gcc47-armlt-stable-open.img.gz 26-Feb-2018 14:32 152.9M open