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

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-rtsm-ics-gcc46-armlt-stable-open/vexpress-rtsm-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-rtsm-ics-gcc46-armlt-stable-open/boot.tar.bz2 http://releases.linaro.org/12.03/android/images/vexpress-rtsm-ics-gcc46-armlt-stable-open/system.tar.bz2 http://releases.linaro.org/12.03/android/images/vexpress-rtsm-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 --image-file mmc.bin --image-size 2000M --dev vexpress --system system.tar.bz2 --boot boot.tar.bz2 --userdata userdata.tar.bz2

  # Untar boot tarball
  $ tar -jxvf boot.tar.bz2

  # To Run on big.LITTLE
  $ RTSM_VE_Cortex-A15x1-A7x1 -a coretile.cluster0.*=boot/img.axf -C motherboard.mmc.p_mmc_file=mmc.bin -C coretile.cache_state_modelled=0

  # To Run on A15 Simulator with semi-hosting
  $ $(PATH_TO_RTSM)/bin/RTSM_VE_Cortex-A15x1 boot/linux-system-semi-A15.axf -C motherboard.mmc.p_mmc_file=./mmc.bin -C cluster.cpu0.semihosting-cmd_line="--kernel ./boot/uImagewithDT --initrd ./boot/Initrd -- console=ttyAMA mem=512M mem=512M@0x880000000 earlyprintk init=/init"

  # To Run on A15 Simulator without semi-hosting
  $ $(PATH_TO_RTSM)/bin/RTSM_VE_Cortex-A15x1 boot/linux-system-A15.axf -C motherboard.mmc.p_mmc_file=./mmc.bin

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 00:51 280 open
other MD5SUMS 12-Jan-2018 00:51 147 open
other README 12-Jan-2018 00:52 2.5K open
application/x-tar boot.tar.bz2 26-Feb-2018 14:04 13.8M open
other kernel_config 12-Jan-2018 00:52 46.3K open
application/x-sh linaro_android_build_cmds.sh 12-Jan-2018 00:52 2.5K open
application/x-sh linaro_kernel_build_cmds.sh 12-Jan-2018 00:52 1.4K open
text pinned-manifest.xml 12-Jan-2018 00:52 31.3K open
text source-manifest.xml 12-Jan-2018 00:52 31.3K open
application/x-tar system.tar.bz2 26-Feb-2018 14:04 125.5M open
application/x-tar userdata.tar.bz2 12-Jan-2018 00:52 157.7K open